Branch indexing Connecting to https://api.github.com using eclipse-capella-bot/****** (GitHub bot) Obtained Jenkinsfile from 55da7d211fa16cd2f2bd8a2edf4b28fa019e5aae Running in Durability level: PERFORMANCE_OPTIMIZED Loading library capella-pipeline-library@master Attempting to resolve master from remote references... > git --version # timeout=10 > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master revision bafc32b94623df249cf425a4d3204e30f1a59b9c 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_home/workspace/capella-product_validation_scope@libs/capella-pipeline-library # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library > git --version # timeout=10 > 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 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision bafc32b94623df249cf425a4d3204e30f1a59b9c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f bafc32b94623df249cf425a4d3204e30f1a59b9c # timeout=10 Commit message: "Generalize the github.pullRequestComment method" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘migration’ Agent migration-agent-0cl7p is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration" name: "migration-agent-0cl7p" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.capella.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "migration-agent-0cl7p" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "migration-agent-0cl7p" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f" imagePullPolicy: "IfNotPresent" 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: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - 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: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" 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: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-capella" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Running on migration-agent-0cl7p in /home/jenkins/agent/workspace/capella-product_validation_scope [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella.git > git init /home/jenkins/agent/workspace/capella-product_validation_scope # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub bot > git fetch --no-tags --progress https://github.com/eclipse/capella.git +refs/heads/validation_scope:refs/remotes/origin/validation_scope # timeout=10 > git config remote.origin.url https://github.com/eclipse/capella.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/validation_scope:refs/remotes/origin/validation_scope # timeout=10 Fetching without tags Checking out Revision 55da7d211fa16cd2f2bd8a2edf4b28fa019e5aae (validation_scope) > git config remote.origin.url https://github.com/eclipse/capella.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella.git using GIT_ASKPASS to set credentials GitHub bot > git fetch --no-tags --progress https://github.com/eclipse/capella.git +refs/heads/validation_scope:refs/remotes/origin/validation_scope # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 55da7d211fa16cd2f2bd8a2edf4b28fa019e5aae # timeout=10 Commit message: "[555096] Enhanced and customizable validation traversal" 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=4eab685f-6be2-4a3f-9e62-8eb1356e18fc IBM_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle -XX:MaxRAMPercentage=64 BUILD_URL=https://ci.eclipse.org/capella/job/capella-product/job/validation_scope/1/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=migration-agent-0cl7p JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 JENKINS_DISCOVERY_SERVICE_PORT=50000 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-validation_scope-1 MAVEN_CONFIG=-B -e KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=validation_scope KUBERNETES_PORT_53_TCP=tcp://172.30.40.1:53 OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle -XX:MaxRAMPercentage=64 KUBERNETES_SERVICE_HOST=172.30.40.1 JOB_URL=https://ci.eclipse.org/capella/job/capella-product/job/validation_scope/ WORKSPACE=/home/jenkins/agent/workspace/capella-product_validation_scope RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/validation_scope/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=migration-agent-0cl7p _JAVA_OPTIONS=-XX:MaxRAMPercentage=64.0 KUBERNETES_PORT_53_TCP_ADDR=172.30.40.1 MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn JENKINS_HOME=/var/jenkins_home GIT_COMMIT=55da7d211fa16cd2f2bd8a2edf4b28fa019e5aae 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/validation_scope/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_validation_scope 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/validation_scope BUILD_DISPLAY_NAME=#1 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=1 JENKINS_DISCOVERY_PORT=tcp://172.30.40.215:50000 JAVA_TOOL_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 JOB_BASE_NAME=validation_scope BUILD_KEY=alidation_scope 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=validation_scope KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-d934d2a341343be387a131d13c7efaf7 NODE_LABELS=migration migration-agent-0cl7p GIT_URL=https://github.com/eclipse/capella.git CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/capella-product_validation_scope/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_home JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 NODE_NAME=migration-agent-0cl7p 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/validation_scope/display/redirect BUILD_NUMBER=1 JNLP_PROTOCOL_OPTS=-XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true HUDSON_COOKIE=c28eb77c-3cc7-4113-b8b7-90cb6aa92989 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=migration-agent-0cl7p JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/plugins/org.polarsys.capella.targets/pom.xml Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.0.0/tycho-pomless-1.0.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.0.0/tycho-pomless-1.0.0.pom (2.1 kB at 9.1 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.0.0/tycho-extras-1.0.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.0.0/tycho-extras-1.0.0.pom (14 kB at 217 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.pom (1.2 kB at 19 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.1.5/polyglot-0.1.5.pom Progress (1): 4.1 kB Progress (1): 6.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.1.5/polyglot-0.1.5.pom (6.5 kB at 110 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom (13 kB at 222 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (23 kB at 249 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 723 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 280 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.0.0/tycho-pomless-1.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.jar Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Progress (2): 7.7 kB | 4.1/27 kB Progress (2): 7.7 kB | 7.7/27 kB Progress (2): 7.7 kB | 12/27 kB Progress (2): 7.7 kB | 16/27 kB Progress (2): 7.7 kB | 20/27 kB Progress (2): 7.7 kB | 24/27 kB Progress (2): 7.7 kB | 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.0.0/tycho-pomless-1.0.0.jar (7.7 kB at 103 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.jar (27 kB at 269 kB/s) [INFO] Scanning for projects... [INFO] [INFO] -------< org.polarsys.capella.releng:capella.target-definition >-------- [INFO] Building capella.target-definition 1.4.0-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 119 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 261 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 479 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 290 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 465 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.pom (2.0 kB at 102 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom (6.8 kB at 322 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom (19 kB at 867 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.jar Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.jar (12 kB at 671 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ capella.target-definition --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 61 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 476 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 762 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 191 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 194 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 253 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 440 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/226 kB Progress (2): 13 kB | 7.7/226 kB Progress (2): 13 kB | 12/226 kB Progress (2): 13 kB | 16/226 kB Progress (2): 13 kB | 20/226 kB Progress (2): 13 kB | 24/226 kB Progress (2): 13 kB | 28/226 kB Progress (2): 13 kB | 32/226 kB Progress (2): 13 kB | 36/226 kB Progress (2): 13 kB | 40/226 kB Progress (2): 13 kB | 45/226 kB Progress (2): 13 kB | 49/226 kB Progress (2): 13 kB | 53/226 kB Progress (2): 13 kB | 57/226 kB Progress (2): 13 kB | 61/226 kB Progress (2): 13 kB | 65/226 kB Progress (2): 13 kB | 69/226 kB Progress (2): 13 kB | 73/226 kB Progress (2): 13 kB | 77/226 kB Progress (2): 13 kB | 81/226 kB Progress (2): 13 kB | 85/226 kB Progress (2): 13 kB | 90/226 kB Progress (2): 13 kB | 94/226 kB Progress (2): 13 kB | 98/226 kB Progress (2): 13 kB | 102/226 kB Progress (2): 13 kB | 106/226 kB Progress (2): 13 kB | 110/226 kB Progress (2): 13 kB | 114/226 kB Progress (2): 13 kB | 118/226 kB Progress (2): 13 kB | 122/226 kB Progress (2): 13 kB | 126/226 kB Progress (2): 13 kB | 131/226 kB Progress (2): 13 kB | 135/226 kB Progress (2): 13 kB | 139/226 kB Progress (2): 13 kB | 143/226 kB Progress (2): 13 kB | 147/226 kB Progress (2): 13 kB | 151/226 kB Progress (2): 13 kB | 155/226 kB Progress (2): 13 kB | 159/226 kB Progress (2): 13 kB | 163/226 kB Progress (2): 13 kB | 167/226 kB Progress (2): 13 kB | 171/226 kB Progress (2): 13 kB | 176/226 kB Progress (2): 13 kB | 180/226 kB Progress (2): 13 kB | 184/226 kB Progress (2): 13 kB | 188/226 kB Progress (2): 13 kB | 192/226 kB Progress (2): 13 kB | 196/226 kB Progress (2): 13 kB | 200/226 kB Progress (2): 13 kB | 204/226 kB Progress (2): 13 kB | 208/226 kB Progress (2): 13 kB | 212/226 kB Progress (2): 13 kB | 217/226 kB Progress (2): 13 kB | 221/226 kB Progress (2): 13 kB | 225/226 kB Progress (2): 13 kB | 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 6.6 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 268 kB/s) [INFO] [INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (generate.target) @ capella.target-definition --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom (2.7 kB at 90 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom (1.0 kB at 37 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom (4.8 kB at 134 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Progress (1): 4.1 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 201 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 438 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 388 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 108 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom Progress (1): 4.1 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 140 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 625 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 63 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 53 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Progress (1): 910 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 30 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Progress (1): 4.1 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 167 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 467 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Progress (1): 750 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 18 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 102 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 64 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 234 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 300 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 835 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 2.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 55 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 64 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 46 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Progress (1): 4.1 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 21 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 3.0 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 25 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 251 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 64 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 87 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 182 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 152 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 41 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 9.3 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 53 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 51 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 4.1 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 71 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 6.9 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 56 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 6.6 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom (1.1 kB at 40 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom (3.0 kB at 67 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 105 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 120 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 226 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 560 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 467 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 70 kB Progress (1): 74 kB Progress (1): 78 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 5.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 3.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 280 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 71 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom (2.0 kB at 33 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 79 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom (1.8 kB at 37 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom (1.7 kB at 52 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom (1.3 kB at 45 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 167 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom (2.1 kB at 60 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom (1.1 kB at 31 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom (1.0 kB at 1.0 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 76 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 80 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 400 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom Progress (1): 4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 146 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 282 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 726 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom (2.1 kB at 85 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom (1.1 kB at 29 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom (1.1 kB at 28 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.pom (5.6 kB at 223 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom (2.1 kB at 64 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom (3.1 kB at 142 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 147 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom (3.7 kB at 174 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom (3.2 kB at 99 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar (28 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (1): 4.1/165 kB Progress (1): 7.7/165 kB Progress (1): 12/165 kB Progress (1): 16/165 kB Progress (1): 20/165 kB Progress (1): 24/165 kB Progress (1): 28/165 kB Progress (1): 32/165 kB Progress (1): 36/165 kB Progress (1): 40/165 kB Progress (1): 45/165 kB Progress (1): 49/165 kB Progress (1): 53/165 kB Progress (1): 57/165 kB Progress (1): 61/165 kB Progress (1): 65/165 kB Progress (1): 69/165 kB Progress (1): 73/165 kB Progress (1): 77/165 kB Progress (1): 81/165 kB Progress (1): 85/165 kB Progress (1): 90/165 kB Progress (1): 94/165 kB Progress (1): 98/165 kB Progress (1): 102/165 kB Progress (1): 106/165 kB Progress (1): 110/165 kB Progress (1): 114/165 kB Progress (1): 118/165 kB Progress (1): 122/165 kB Progress (1): 126/165 kB Progress (1): 131/165 kB Progress (1): 135/165 kB Progress (1): 139/165 kB Progress (1): 143/165 kB Progress (1): 147/165 kB Progress (1): 151/165 kB Progress (1): 155/165 kB Progress (1): 159/165 kB Progress (1): 163/165 kB Progress (1): 165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 4.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 36/47 kB Progress (1): 40/47 kB Progress (1): 45/47 kB Progress (1): 47 kB Progress (2): 47 kB | 4.1/38 kB Progress (3): 47 kB | 4.1/38 kB | 4.1/527 kB Progress (3): 47 kB | 7.7/38 kB | 4.1/527 kB Progress (3): 47 kB | 7.7/38 kB | 7.7/527 kB Progress (3): 47 kB | 7.7/38 kB | 12/527 kB Progress (3): 47 kB | 7.7/38 kB | 16/527 kB Progress (3): 47 kB | 12/38 kB | 16/527 kB Progress (3): 47 kB | 16/38 kB | 16/527 kB Progress (3): 47 kB | 16/38 kB | 20/527 kB Progress (3): 47 kB | 16/38 kB | 24/527 kB Progress (3): 47 kB | 20/38 kB | 24/527 kB Progress (3): 47 kB | 20/38 kB | 28/527 kB Progress (3): 47 kB | 24/38 kB | 28/527 kB Progress (3): 47 kB | 24/38 kB | 32/527 kB Progress (3): 47 kB | 28/38 kB | 32/527 kB Progress (3): 47 kB | 32/38 kB | 32/527 kB Progress (3): 47 kB | 32/38 kB | 36/527 kB Progress (3): 47 kB | 36/38 kB | 36/527 kB Progress (3): 47 kB | 36/38 kB | 40/527 kB Progress (3): 47 kB | 38 kB | 40/527 kB Progress (3): 47 kB | 38 kB | 45/527 kB Progress (3): 47 kB | 38 kB | 49/527 kB Progress (3): 47 kB | 38 kB | 53/527 kB Progress (3): 47 kB | 38 kB | 57/527 kB Progress (4): 47 kB | 38 kB | 57/527 kB | 4.1/204 kB Progress (4): 47 kB | 38 kB | 61/527 kB | 4.1/204 kB Progress (4): 47 kB | 38 kB | 61/527 kB | 7.7/204 kB Progress (4): 47 kB | 38 kB | 65/527 kB | 7.7/204 kB Progress (4): 47 kB | 38 kB | 65/527 kB | 12/204 kB Progress (4): 47 kB | 38 kB | 65/527 kB | 16/204 kB Progress (4): 47 kB | 38 kB | 69/527 kB | 16/204 kB Progress (4): 47 kB | 38 kB | 73/527 kB | 16/204 kB Progress (4): 47 kB | 38 kB | 73/527 kB | 20/204 kB Progress (4): 47 kB | 38 kB | 77/527 kB | 20/204 kB Progress (4): 47 kB | 38 kB | 77/527 kB | 24/204 kB Progress (4): 47 kB | 38 kB | 81/527 kB | 24/204 kB Progress (4): 47 kB | 38 kB | 81/527 kB | 28/204 kB Progress (4): 47 kB | 38 kB | 81/527 kB | 32/204 kB Progress (4): 47 kB | 38 kB | 85/527 kB | 32/204 kB Progress (4): 47 kB | 38 kB | 90/527 kB | 32/204 kB Progress (4): 47 kB | 38 kB | 94/527 kB | 32/204 kB Progress (4): 47 kB | 38 kB | 98/527 kB | 32/204 kB Progress (4): 47 kB | 38 kB | 102/527 kB | 32/204 kB Progress (4): 47 kB | 38 kB | 106/527 kB | 32/204 kB Progress (4): 47 kB | 38 kB | 110/527 kB | 32/204 kB Progress (4): 47 kB | 38 kB | 114/527 kB | 32/204 kB Progress (4): 47 kB | 38 kB | 118/527 kB | 32/204 kB Progress (4): 47 kB | 38 kB | 122/527 kB | 32/204 kB Progress (4): 47 kB | 38 kB | 126/527 kB | 32/204 kB Progress (4): 47 kB | 38 kB | 131/527 kB | 32/204 kB Progress (5): 47 kB | 38 kB | 131/527 kB | 32/204 kB | 4.1/30 kB Progress (5): 47 kB | 38 kB | 135/527 kB | 32/204 kB | 4.1/30 kB Progress (5): 47 kB | 38 kB | 135/527 kB | 32/204 kB | 7.7/30 kB Progress (5): 47 kB | 38 kB | 139/527 kB | 32/204 kB | 7.7/30 kB Progress (5): 47 kB | 38 kB | 139/527 kB | 32/204 kB | 12/30 kB Progress (5): 47 kB | 38 kB | 143/527 kB | 32/204 kB | 12/30 kB Progress (5): 47 kB | 38 kB | 143/527 kB | 32/204 kB | 16/30 kB Progress (5): 47 kB | 38 kB | 147/527 kB | 32/204 kB | 16/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 952 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (4): 38 kB | 151/527 kB | 32/204 kB | 16/30 kB Progress (4): 38 kB | 151/527 kB | 32/204 kB | 20/30 kB Progress (4): 38 kB | 155/527 kB | 32/204 kB | 20/30 kB Progress (4): 38 kB | 155/527 kB | 32/204 kB | 24/30 kB Progress (4): 38 kB | 159/527 kB | 32/204 kB | 24/30 kB Progress (4): 38 kB | 159/527 kB | 32/204 kB | 28/30 kB Progress (4): 38 kB | 163/527 kB | 32/204 kB | 28/30 kB Progress (4): 38 kB | 163/527 kB | 32/204 kB | 30 kB Progress (4): 38 kB | 167/527 kB | 32/204 kB | 30 kB Progress (4): 38 kB | 171/527 kB | 32/204 kB | 30 kB Progress (4): 38 kB | 171/527 kB | 36/204 kB | 30 kB Progress (4): 38 kB | 176/527 kB | 36/204 kB | 30 kB Progress (4): 38 kB | 176/527 kB | 40/204 kB | 30 kB Progress (4): 38 kB | 180/527 kB | 40/204 kB | 30 kB Progress (4): 38 kB | 180/527 kB | 45/204 kB | 30 kB Progress (4): 38 kB | 180/527 kB | 49/204 kB | 30 kB Progress (4): 38 kB | 184/527 kB | 49/204 kB | 30 kB Progress (4): 38 kB | 188/527 kB | 49/204 kB | 30 kB Progress (4): 38 kB | 188/527 kB | 53/204 kB | 30 kB Progress (4): 38 kB | 192/527 kB | 53/204 kB | 30 kB Progress (4): 38 kB | 192/527 kB | 57/204 kB | 30 kB Progress (4): 38 kB | 196/527 kB | 57/204 kB | 30 kB Progress (4): 38 kB | 196/527 kB | 61/204 kB | 30 kB Progress (4): 38 kB | 196/527 kB | 65/204 kB | 30 kB Progress (4): 38 kB | 200/527 kB | 65/204 kB | 30 kB Progress (4): 38 kB | 204/527 kB | 65/204 kB | 30 kB Progress (4): 38 kB | 204/527 kB | 69/204 kB | 30 kB Progress (4): 38 kB | 208/527 kB | 69/204 kB | 30 kB Progress (4): 38 kB | 208/527 kB | 73/204 kB | 30 kB Progress (4): 38 kB | 212/527 kB | 73/204 kB | 30 kB Progress (4): 38 kB | 212/527 kB | 77/204 kB | 30 kB Progress (4): 38 kB | 212/527 kB | 81/204 kB | 30 kB Progress (4): 38 kB | 217/527 kB | 81/204 kB | 30 kB Progress (4): 38 kB | 221/527 kB | 81/204 kB | 30 kB Progress (4): 38 kB | 221/527 kB | 85/204 kB | 30 kB Progress (4): 38 kB | 225/527 kB | 85/204 kB | 30 kB Progress (4): 38 kB | 225/527 kB | 90/204 kB | 30 kB Progress (4): 38 kB | 229/527 kB | 90/204 kB | 30 kB Progress (4): 38 kB | 229/527 kB | 94/204 kB | 30 kB Progress (4): 38 kB | 229/527 kB | 98/204 kB | 30 kB Progress (4): 38 kB | 233/527 kB | 98/204 kB | 30 kB Progress (4): 38 kB | 237/527 kB | 98/204 kB | 30 kB Progress (4): 38 kB | 237/527 kB | 102/204 kB | 30 kB Progress (4): 38 kB | 241/527 kB | 102/204 kB | 30 kB Progress (4): 38 kB | 241/527 kB | 106/204 kB | 30 kB Progress (4): 38 kB | 245/527 kB | 106/204 kB | 30 kB Progress (4): 38 kB | 245/527 kB | 110/204 kB | 30 kB Progress (4): 38 kB | 245/527 kB | 114/204 kB | 30 kB Progress (4): 38 kB | 249/527 kB | 114/204 kB | 30 kB Progress (4): 38 kB | 253/527 kB | 114/204 kB | 30 kB Progress (4): 38 kB | 253/527 kB | 118/204 kB | 30 kB Progress (4): 38 kB | 258/527 kB | 118/204 kB | 30 kB Progress (4): 38 kB | 258/527 kB | 122/204 kB | 30 kB Progress (4): 38 kB | 262/527 kB | 122/204 kB | 30 kB Progress (4): 38 kB | 262/527 kB | 126/204 kB | 30 kB Progress (4): 38 kB | 262/527 kB | 131/204 kB | 30 kB Progress (4): 38 kB | 266/527 kB | 131/204 kB | 30 kB Progress (4): 38 kB | 270/527 kB | 131/204 kB | 30 kB Progress (4): 38 kB | 270/527 kB | 135/204 kB | 30 kB Progress (4): 38 kB | 274/527 kB | 135/204 kB | 30 kB Progress (4): 38 kB | 274/527 kB | 139/204 kB | 30 kB Progress (4): 38 kB | 278/527 kB | 139/204 kB | 30 kB Progress (4): 38 kB | 278/527 kB | 143/204 kB | 30 kB Progress (4): 38 kB | 278/527 kB | 147/204 kB | 30 kB Progress (4): 38 kB | 282/527 kB | 147/204 kB | 30 kB Progress (4): 38 kB | 286/527 kB | 147/204 kB | 30 kB Progress (4): 38 kB | 286/527 kB | 151/204 kB | 30 kB Progress (4): 38 kB | 290/527 kB | 151/204 kB | 30 kB Progress (4): 38 kB | 290/527 kB | 155/204 kB | 30 kB Progress (4): 38 kB | 294/527 kB | 155/204 kB | 30 kB Progress (4): 38 kB | 294/527 kB | 159/204 kB | 30 kB Progress (4): 38 kB | 294/527 kB | 163/204 kB | 30 kB Progress (4): 38 kB | 298/527 kB | 163/204 kB | 30 kB Progress (4): 38 kB | 303/527 kB | 163/204 kB | 30 kB Progress (4): 38 kB | 303/527 kB | 167/204 kB | 30 kB Progress (4): 38 kB | 307/527 kB | 167/204 kB | 30 kB Progress (4): 38 kB | 307/527 kB | 171/204 kB | 30 kB Progress (4): 38 kB | 311/527 kB | 171/204 kB | 30 kB Progress (4): 38 kB | 311/527 kB | 176/204 kB | 30 kB Progress (4): 38 kB | 311/527 kB | 180/204 kB | 30 kB Progress (4): 38 kB | 315/527 kB | 180/204 kB | 30 kB Progress (4): 38 kB | 319/527 kB | 180/204 kB | 30 kB Progress (4): 38 kB | 319/527 kB | 184/204 kB | 30 kB Progress (4): 38 kB | 323/527 kB | 184/204 kB | 30 kB Progress (4): 38 kB | 323/527 kB | 188/204 kB | 30 kB Progress (4): 38 kB | 327/527 kB | 188/204 kB | 30 kB Progress (4): 38 kB | 327/527 kB | 192/204 kB | 30 kB Progress (4): 38 kB | 327/527 kB | 196/204 kB | 30 kB Progress (4): 38 kB | 331/527 kB | 196/204 kB | 30 kB Progress (4): 38 kB | 331/527 kB | 200/204 kB | 30 kB Progress (4): 38 kB | 335/527 kB | 200/204 kB | 30 kB Progress (4): 38 kB | 335/527 kB | 204 kB | 30 kB Progress (4): 38 kB | 339/527 kB | 204 kB | 30 kB Progress (4): 38 kB | 344/527 kB | 204 kB | 30 kB Progress (4): 38 kB | 348/527 kB | 204 kB | 30 kB Progress (4): 38 kB | 352/527 kB | 204 kB | 30 kB Progress (4): 38 kB | 356/527 kB | 204 kB | 30 kB Progress (4): 38 kB | 360/527 kB | 204 kB | 30 kB Progress (4): 38 kB | 364/527 kB | 204 kB | 30 kB Progress (4): 38 kB | 368/527 kB | 204 kB | 30 kB Progress (4): 38 kB | 372/527 kB | 204 kB | 30 kB Progress (4): 38 kB | 376/527 kB | 204 kB | 30 kB Progress (4): 38 kB | 380/527 kB | 204 kB | 30 kB Progress (4): 38 kB | 384/527 kB | 204 kB | 30 kB Progress (4): 38 kB | 389/527 kB | 204 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 590 kB/s) Progress (3): 393/527 kB | 204 kB | 30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (3): 397/527 kB | 204 kB | 30 kB Progress (3): 401/527 kB | 204 kB | 30 kB Progress (3): 405/527 kB | 204 kB | 30 kB Progress (3): 409/527 kB | 204 kB | 30 kB Progress (3): 413/527 kB | 204 kB | 30 kB Progress (3): 417/527 kB | 204 kB | 30 kB Progress (3): 421/527 kB | 204 kB | 30 kB Progress (3): 425/527 kB | 204 kB | 30 kB Progress (3): 430/527 kB | 204 kB | 30 kB Progress (3): 434/527 kB | 204 kB | 30 kB Progress (3): 438/527 kB | 204 kB | 30 kB Progress (3): 442/527 kB | 204 kB | 30 kB Progress (3): 446/527 kB | 204 kB | 30 kB Progress (3): 450/527 kB | 204 kB | 30 kB Progress (3): 454/527 kB | 204 kB | 30 kB Progress (3): 458/527 kB | 204 kB | 30 kB Progress (3): 462/527 kB | 204 kB | 30 kB Progress (3): 466/527 kB | 204 kB | 30 kB Progress (3): 471/527 kB | 204 kB | 30 kB Progress (3): 475/527 kB | 204 kB | 30 kB Progress (4): 475/527 kB | 204 kB | 30 kB | 4.1/52 kB Progress (4): 475/527 kB | 204 kB | 30 kB | 7.7/52 kB Progress (4): 475/527 kB | 204 kB | 30 kB | 12/52 kB Progress (4): 475/527 kB | 204 kB | 30 kB | 16/52 kB Progress (5): 475/527 kB | 204 kB | 30 kB | 16/52 kB | 4.1/51 kB Progress (5): 479/527 kB | 204 kB | 30 kB | 16/52 kB | 4.1/51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 358 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar (204 kB at 2.4 MB/s) Progress (3): 479/527 kB | 20/52 kB | 4.1/51 kB Progress (3): 483/527 kB | 20/52 kB | 4.1/51 kB Progress (3): 483/527 kB | 20/52 kB | 7.7/51 kB Progress (3): 487/527 kB | 20/52 kB | 7.7/51 kB Progress (3): 487/527 kB | 24/52 kB | 7.7/51 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (3): 487/527 kB | 28/52 kB | 7.7/51 kB Progress (3): 491/527 kB | 28/52 kB | 7.7/51 kB Progress (3): 491/527 kB | 28/52 kB | 12/51 kB Progress (3): 491/527 kB | 32/52 kB | 12/51 kB Progress (3): 491/527 kB | 32/52 kB | 16/51 kB Progress (3): 495/527 kB | 32/52 kB | 16/51 kB Progress (3): 499/527 kB | 32/52 kB | 16/51 kB Progress (3): 503/527 kB | 32/52 kB | 16/51 kB Progress (3): 507/527 kB | 32/52 kB | 16/51 kB Progress (3): 507/527 kB | 32/52 kB | 20/51 kB Progress (3): 507/527 kB | 36/52 kB | 20/51 kB Progress (3): 507/527 kB | 36/52 kB | 24/51 kB Progress (3): 511/527 kB | 36/52 kB | 24/51 kB Progress (3): 511/527 kB | 40/52 kB | 24/51 kB Progress (3): 511/527 kB | 45/52 kB | 24/51 kB Progress (3): 511/527 kB | 49/52 kB | 24/51 kB Progress (3): 516/527 kB | 49/52 kB | 24/51 kB Progress (3): 516/527 kB | 49/52 kB | 28/51 kB Progress (3): 516/527 kB | 49/52 kB | 32/51 kB Progress (3): 520/527 kB | 49/52 kB | 32/51 kB Progress (3): 520/527 kB | 52 kB | 32/51 kB Progress (3): 524/527 kB | 52 kB | 32/51 kB Progress (3): 524/527 kB | 52 kB | 36/51 kB Progress (3): 527 kB | 52 kB | 36/51 kB Progress (3): 527 kB | 52 kB | 40/51 kB Progress (3): 527 kB | 52 kB | 45/51 kB Progress (3): 527 kB | 52 kB | 49/51 kB Progress (3): 527 kB | 52 kB | 51 kB Progress (4): 527 kB | 52 kB | 51 kB | 4.1/14 kB Progress (4): 527 kB | 52 kB | 51 kB | 7.7/14 kB Progress (4): 527 kB | 52 kB | 51 kB | 12/14 kB Progress (4): 527 kB | 52 kB | 51 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 541 kB/s) Progress (4): 527 kB | 51 kB | 14 kB | 4.1/106 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (4): 527 kB | 51 kB | 14 kB | 7.7/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 12/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 16/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 20/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 24/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 28/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 32/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 36/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 40/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 45/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 49/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 53/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 57/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 61/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 65/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 69/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 73/106 kB Progress (4): 527 kB | 51 kB | 14 kB | 77/106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 5.3 MB/s) Progress (3): 51 kB | 14 kB | 81/106 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (3): 51 kB | 14 kB | 85/106 kB Progress (3): 51 kB | 14 kB | 90/106 kB Progress (3): 51 kB | 14 kB | 94/106 kB Progress (3): 51 kB | 14 kB | 98/106 kB Progress (3): 51 kB | 14 kB | 102/106 kB Progress (3): 51 kB | 14 kB | 106/106 kB Progress (3): 51 kB | 14 kB | 106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 130 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Progress (3): 51 kB | 106 kB | 4.1/74 kB Progress (3): 51 kB | 106 kB | 7.7/74 kB Progress (3): 51 kB | 106 kB | 12/74 kB Progress (3): 51 kB | 106 kB | 16/74 kB Progress (3): 51 kB | 106 kB | 20/74 kB Progress (3): 51 kB | 106 kB | 24/74 kB Progress (3): 51 kB | 106 kB | 28/74 kB Progress (3): 51 kB | 106 kB | 32/74 kB Progress (3): 51 kB | 106 kB | 36/74 kB Progress (3): 51 kB | 106 kB | 40/74 kB Progress (3): 51 kB | 106 kB | 45/74 kB Progress (3): 51 kB | 106 kB | 49/74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 984 kB/s) Progress (2): 51 kB | 53/74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Progress (2): 51 kB | 57/74 kB Progress (2): 51 kB | 61/74 kB Progress (2): 51 kB | 65/74 kB Progress (2): 51 kB | 69/74 kB Progress (2): 51 kB | 73/74 kB Progress (2): 51 kB | 74 kB Progress (3): 51 kB | 74 kB | 4.1/108 kB Progress (3): 51 kB | 74 kB | 7.7/108 kB Progress (3): 51 kB | 74 kB | 12/108 kB Progress (3): 51 kB | 74 kB | 16/108 kB Progress (3): 51 kB | 74 kB | 20/108 kB Progress (3): 51 kB | 74 kB | 24/108 kB Progress (3): 51 kB | 74 kB | 28/108 kB Progress (3): 51 kB | 74 kB | 32/108 kB Progress (3): 51 kB | 74 kB | 36/108 kB Progress (3): 51 kB | 74 kB | 40/108 kB Progress (3): 51 kB | 74 kB | 45/108 kB Progress (3): 51 kB | 74 kB | 49/108 kB Progress (3): 51 kB | 74 kB | 53/108 kB Progress (3): 51 kB | 74 kB | 57/108 kB Progress (3): 51 kB | 74 kB | 61/108 kB Progress (3): 51 kB | 74 kB | 65/108 kB Progress (3): 51 kB | 74 kB | 69/108 kB Progress (3): 51 kB | 74 kB | 73/108 kB Progress (3): 51 kB | 74 kB | 77/108 kB Progress (3): 51 kB | 74 kB | 81/108 kB Progress (3): 51 kB | 74 kB | 85/108 kB Progress (3): 51 kB | 74 kB | 90/108 kB Progress (3): 51 kB | 74 kB | 94/108 kB Progress (3): 51 kB | 74 kB | 98/108 kB Progress (3): 51 kB | 74 kB | 102/108 kB Progress (3): 51 kB | 74 kB | 106/108 kB Progress (3): 51 kB | 74 kB | 108 kB Progress (4): 51 kB | 74 kB | 108 kB | 4.1/202 kB Progress (4): 51 kB | 74 kB | 108 kB | 7.7/202 kB Progress (4): 51 kB | 74 kB | 108 kB | 12/202 kB Progress (4): 51 kB | 74 kB | 108 kB | 16/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 441 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (3): 74 kB | 108 kB | 20/202 kB Progress (3): 74 kB | 108 kB | 24/202 kB Progress (3): 74 kB | 108 kB | 28/202 kB Progress (3): 74 kB | 108 kB | 32/202 kB Progress (3): 74 kB | 108 kB | 36/202 kB Progress (3): 74 kB | 108 kB | 40/202 kB Progress (3): 74 kB | 108 kB | 45/202 kB Progress (3): 74 kB | 108 kB | 49/202 kB Progress (3): 74 kB | 108 kB | 53/202 kB Progress (3): 74 kB | 108 kB | 57/202 kB Progress (3): 74 kB | 108 kB | 61/202 kB Progress (3): 74 kB | 108 kB | 65/202 kB Progress (3): 74 kB | 108 kB | 69/202 kB Progress (3): 74 kB | 108 kB | 73/202 kB Progress (3): 74 kB | 108 kB | 77/202 kB Progress (3): 74 kB | 108 kB | 81/202 kB Progress (3): 74 kB | 108 kB | 85/202 kB Progress (3): 74 kB | 108 kB | 90/202 kB Progress (3): 74 kB | 108 kB | 94/202 kB Progress (3): 74 kB | 108 kB | 98/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 623 kB/s) Progress (2): 108 kB | 102/202 kB Progress (3): 108 kB | 102/202 kB | 4.1/153 kB Progress (3): 108 kB | 106/202 kB | 4.1/153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (3): 108 kB | 110/202 kB | 4.1/153 kB Progress (3): 108 kB | 110/202 kB | 7.7/153 kB Progress (3): 108 kB | 114/202 kB | 7.7/153 kB Progress (3): 108 kB | 114/202 kB | 12/153 kB Progress (3): 108 kB | 114/202 kB | 16/153 kB Progress (3): 108 kB | 118/202 kB | 16/153 kB Progress (3): 108 kB | 122/202 kB | 16/153 kB Progress (3): 108 kB | 126/202 kB | 16/153 kB Progress (3): 108 kB | 126/202 kB | 20/153 kB Progress (3): 108 kB | 131/202 kB | 20/153 kB Progress (3): 108 kB | 131/202 kB | 24/153 kB Progress (3): 108 kB | 131/202 kB | 28/153 kB Progress (3): 108 kB | 131/202 kB | 32/153 kB Progress (3): 108 kB | 135/202 kB | 32/153 kB Progress (3): 108 kB | 139/202 kB | 32/153 kB Progress (3): 108 kB | 143/202 kB | 32/153 kB Progress (3): 108 kB | 143/202 kB | 36/153 kB Progress (3): 108 kB | 147/202 kB | 36/153 kB Progress (3): 108 kB | 147/202 kB | 40/153 kB Progress (3): 108 kB | 147/202 kB | 45/153 kB Progress (3): 108 kB | 147/202 kB | 49/153 kB Progress (3): 108 kB | 151/202 kB | 49/153 kB Progress (3): 108 kB | 155/202 kB | 49/153 kB Progress (3): 108 kB | 159/202 kB | 49/153 kB Progress (3): 108 kB | 159/202 kB | 53/153 kB Progress (3): 108 kB | 163/202 kB | 53/153 kB Progress (3): 108 kB | 163/202 kB | 57/153 kB Progress (3): 108 kB | 163/202 kB | 61/153 kB Progress (3): 108 kB | 163/202 kB | 65/153 kB Progress (3): 108 kB | 167/202 kB | 65/153 kB Progress (3): 108 kB | 171/202 kB | 65/153 kB Progress (3): 108 kB | 171/202 kB | 69/153 kB Progress (3): 108 kB | 176/202 kB | 69/153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 871 kB/s) Progress (2): 176/202 kB | 73/153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (2): 180/202 kB | 73/153 kB Progress (2): 180/202 kB | 77/153 kB Progress (2): 180/202 kB | 81/153 kB Progress (2): 184/202 kB | 81/153 kB Progress (2): 184/202 kB | 85/153 kB Progress (2): 188/202 kB | 85/153 kB Progress (2): 188/202 kB | 90/153 kB Progress (2): 192/202 kB | 90/153 kB Progress (2): 192/202 kB | 94/153 kB Progress (2): 196/202 kB | 94/153 kB Progress (2): 196/202 kB | 98/153 kB Progress (2): 200/202 kB | 98/153 kB Progress (2): 200/202 kB | 102/153 kB Progress (2): 202 kB | 102/153 kB Progress (2): 202 kB | 106/153 kB Progress (2): 202 kB | 110/153 kB Progress (2): 202 kB | 114/153 kB Progress (3): 202 kB | 114/153 kB | 4.1/472 kB Progress (3): 202 kB | 114/153 kB | 7.7/472 kB Progress (3): 202 kB | 118/153 kB | 7.7/472 kB Progress (3): 202 kB | 118/153 kB | 12/472 kB Progress (3): 202 kB | 122/153 kB | 12/472 kB Progress (3): 202 kB | 122/153 kB | 16/472 kB Progress (3): 202 kB | 126/153 kB | 16/472 kB Progress (3): 202 kB | 131/153 kB | 16/472 kB Progress (3): 202 kB | 131/153 kB | 20/472 kB Progress (3): 202 kB | 131/153 kB | 24/472 kB Progress (3): 202 kB | 135/153 kB | 24/472 kB Progress (3): 202 kB | 135/153 kB | 28/472 kB Progress (3): 202 kB | 139/153 kB | 28/472 kB Progress (3): 202 kB | 139/153 kB | 32/472 kB Progress (3): 202 kB | 143/153 kB | 32/472 kB Progress (3): 202 kB | 147/153 kB | 32/472 kB Progress (3): 202 kB | 147/153 kB | 36/472 kB Progress (3): 202 kB | 151/153 kB | 36/472 kB Progress (3): 202 kB | 151/153 kB | 40/472 kB Progress (3): 202 kB | 153 kB | 40/472 kB Progress (3): 202 kB | 153 kB | 45/472 kB Progress (3): 202 kB | 153 kB | 49/472 kB Progress (3): 202 kB | 153 kB | 53/472 kB Progress (3): 202 kB | 153 kB | 57/472 kB Progress (3): 202 kB | 153 kB | 61/472 kB Progress (3): 202 kB | 153 kB | 65/472 kB Progress (3): 202 kB | 153 kB | 69/472 kB Progress (3): 202 kB | 153 kB | 73/472 kB Progress (3): 202 kB | 153 kB | 77/472 kB Progress (3): 202 kB | 153 kB | 81/472 kB Progress (3): 202 kB | 153 kB | 85/472 kB Progress (3): 202 kB | 153 kB | 90/472 kB Progress (3): 202 kB | 153 kB | 94/472 kB Progress (3): 202 kB | 153 kB | 98/472 kB Progress (3): 202 kB | 153 kB | 102/472 kB Progress (3): 202 kB | 153 kB | 106/472 kB Progress (3): 202 kB | 153 kB | 110/472 kB Progress (3): 202 kB | 153 kB | 114/472 kB Progress (3): 202 kB | 153 kB | 118/472 kB Progress (3): 202 kB | 153 kB | 122/472 kB Progress (3): 202 kB | 153 kB | 126/472 kB Progress (3): 202 kB | 153 kB | 131/472 kB Progress (3): 202 kB | 153 kB | 135/472 kB Progress (3): 202 kB | 153 kB | 139/472 kB Progress (3): 202 kB | 153 kB | 143/472 kB Progress (3): 202 kB | 153 kB | 147/472 kB Progress (3): 202 kB | 153 kB | 151/472 kB Progress (3): 202 kB | 153 kB | 155/472 kB Progress (3): 202 kB | 153 kB | 159/472 kB Progress (3): 202 kB | 153 kB | 163/472 kB Progress (3): 202 kB | 153 kB | 167/472 kB Progress (3): 202 kB | 153 kB | 171/472 kB Progress (3): 202 kB | 153 kB | 176/472 kB Progress (3): 202 kB | 153 kB | 180/472 kB Progress (3): 202 kB | 153 kB | 184/472 kB Progress (3): 202 kB | 153 kB | 188/472 kB Progress (3): 202 kB | 153 kB | 192/472 kB Progress (3): 202 kB | 153 kB | 196/472 kB Progress (3): 202 kB | 153 kB | 200/472 kB Progress (3): 202 kB | 153 kB | 204/472 kB Progress (3): 202 kB | 153 kB | 208/472 kB Progress (3): 202 kB | 153 kB | 212/472 kB Progress (3): 202 kB | 153 kB | 217/472 kB Progress (3): 202 kB | 153 kB | 221/472 kB Progress (3): 202 kB | 153 kB | 225/472 kB Progress (3): 202 kB | 153 kB | 229/472 kB Progress (3): 202 kB | 153 kB | 233/472 kB Progress (3): 202 kB | 153 kB | 237/472 kB Progress (3): 202 kB | 153 kB | 241/472 kB Progress (3): 202 kB | 153 kB | 245/472 kB Progress (3): 202 kB | 153 kB | 249/472 kB Progress (3): 202 kB | 153 kB | 253/472 kB Progress (3): 202 kB | 153 kB | 258/472 kB Progress (3): 202 kB | 153 kB | 262/472 kB Progress (3): 202 kB | 153 kB | 266/472 kB Progress (3): 202 kB | 153 kB | 270/472 kB Progress (3): 202 kB | 153 kB | 274/472 kB Progress (3): 202 kB | 153 kB | 278/472 kB Progress (3): 202 kB | 153 kB | 282/472 kB Progress (3): 202 kB | 153 kB | 286/472 kB Progress (3): 202 kB | 153 kB | 290/472 kB Progress (3): 202 kB | 153 kB | 294/472 kB Progress (3): 202 kB | 153 kB | 298/472 kB Progress (3): 202 kB | 153 kB | 303/472 kB Progress (3): 202 kB | 153 kB | 307/472 kB Progress (3): 202 kB | 153 kB | 311/472 kB Progress (3): 202 kB | 153 kB | 315/472 kB Progress (3): 202 kB | 153 kB | 319/472 kB Progress (3): 202 kB | 153 kB | 323/472 kB Progress (3): 202 kB | 153 kB | 327/472 kB Progress (3): 202 kB | 153 kB | 331/472 kB Progress (3): 202 kB | 153 kB | 335/472 kB Progress (3): 202 kB | 153 kB | 339/472 kB Progress (3): 202 kB | 153 kB | 344/472 kB Progress (4): 202 kB | 153 kB | 344/472 kB | 4.1/61 kB Progress (4): 202 kB | 153 kB | 344/472 kB | 7.7/61 kB Progress (4): 202 kB | 153 kB | 348/472 kB | 7.7/61 kB Progress (4): 202 kB | 153 kB | 348/472 kB | 12/61 kB Progress (4): 202 kB | 153 kB | 352/472 kB | 12/61 kB Progress (4): 202 kB | 153 kB | 352/472 kB | 16/61 kB Progress (4): 202 kB | 153 kB | 356/472 kB | 16/61 kB Progress (4): 202 kB | 153 kB | 360/472 kB | 16/61 kB Progress (4): 202 kB | 153 kB | 364/472 kB | 16/61 kB Progress (4): 202 kB | 153 kB | 364/472 kB | 20/61 kB Progress (4): 202 kB | 153 kB | 368/472 kB | 20/61 kB Progress (4): 202 kB | 153 kB | 368/472 kB | 24/61 kB Progress (4): 202 kB | 153 kB | 372/472 kB | 24/61 kB Progress (4): 202 kB | 153 kB | 372/472 kB | 28/61 kB Progress (4): 202 kB | 153 kB | 376/472 kB | 28/61 kB Progress (4): 202 kB | 153 kB | 376/472 kB | 32/61 kB Progress (4): 202 kB | 153 kB | 380/472 kB | 32/61 kB Progress (4): 202 kB | 153 kB | 384/472 kB | 32/61 kB Progress (4): 202 kB | 153 kB | 389/472 kB | 32/61 kB Progress (4): 202 kB | 153 kB | 389/472 kB | 36/61 kB Progress (4): 202 kB | 153 kB | 393/472 kB | 36/61 kB Progress (4): 202 kB | 153 kB | 393/472 kB | 40/61 kB Progress (4): 202 kB | 153 kB | 393/472 kB | 45/61 kB Progress (4): 202 kB | 153 kB | 397/472 kB | 45/61 kB Progress (4): 202 kB | 153 kB | 397/472 kB | 49/61 kB Progress (4): 202 kB | 153 kB | 401/472 kB | 49/61 kB Progress (4): 202 kB | 153 kB | 405/472 kB | 49/61 kB Progress (4): 202 kB | 153 kB | 409/472 kB | 49/61 kB Progress (4): 202 kB | 153 kB | 409/472 kB | 53/61 kB Progress (4): 202 kB | 153 kB | 409/472 kB | 57/61 kB Progress (4): 202 kB | 153 kB | 413/472 kB | 57/61 kB Progress (4): 202 kB | 153 kB | 413/472 kB | 61/61 kB Progress (4): 202 kB | 153 kB | 417/472 kB | 61/61 kB Progress (4): 202 kB | 153 kB | 417/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 421/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 425/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 430/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 434/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 438/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 442/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 446/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 450/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 454/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 458/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 462/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 466/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 471/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 472 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (4): 153 kB | 472 kB | 61 kB | 4.1/46 kB Progress (4): 153 kB | 472 kB | 61 kB | 7.7/46 kB Progress (4): 153 kB | 472 kB | 61 kB | 12/46 kB Progress (4): 153 kB | 472 kB | 61 kB | 16/46 kB Progress (4): 153 kB | 472 kB | 61 kB | 20/46 kB Progress (4): 153 kB | 472 kB | 61 kB | 24/46 kB Progress (4): 153 kB | 472 kB | 61 kB | 28/46 kB Progress (4): 153 kB | 472 kB | 61 kB | 32/46 kB Progress (4): 153 kB | 472 kB | 61 kB | 36/46 kB Progress (4): 153 kB | 472 kB | 61 kB | 40/46 kB Progress (4): 153 kB | 472 kB | 61 kB | 45/46 kB Progress (4): 153 kB | 472 kB | 61 kB | 46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 922 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Progress (4): 472 kB | 61 kB | 46 kB | 4.1/13 kB Progress (4): 472 kB | 61 kB | 46 kB | 7.7/13 kB Progress (4): 472 kB | 61 kB | 46 kB | 12/13 kB Progress (4): 472 kB | 61 kB | 46 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 79 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 351 kB/s) Progress (3): 472 kB | 46 kB | 4.1/29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar Progress (3): 472 kB | 46 kB | 7.7/29 kB Progress (3): 472 kB | 46 kB | 12/29 kB Progress (3): 472 kB | 46 kB | 16/29 kB Progress (3): 472 kB | 46 kB | 20/29 kB Progress (3): 472 kB | 46 kB | 24/29 kB Progress (3): 472 kB | 46 kB | 28/29 kB Progress (3): 472 kB | 46 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 252 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar Progress (3): 472 kB | 29 kB | 4.1/263 kB Progress (3): 472 kB | 29 kB | 7.7/263 kB Progress (3): 472 kB | 29 kB | 12/263 kB Progress (3): 472 kB | 29 kB | 16/263 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar Progress (3): 29 kB | 16/263 kB | 4.1/49 kB Progress (3): 29 kB | 16/263 kB | 7.7/49 kB Progress (3): 29 kB | 16/263 kB | 12/49 kB Progress (3): 29 kB | 16/263 kB | 16/49 kB Progress (3): 29 kB | 16/263 kB | 20/49 kB Progress (3): 29 kB | 16/263 kB | 24/49 kB Progress (3): 29 kB | 16/263 kB | 28/49 kB Progress (3): 29 kB | 16/263 kB | 32/49 kB Progress (3): 29 kB | 16/263 kB | 36/49 kB Progress (3): 29 kB | 16/263 kB | 40/49 kB Progress (3): 29 kB | 16/263 kB | 45/49 kB Progress (3): 29 kB | 16/263 kB | 49/49 kB Progress (3): 29 kB | 16/263 kB | 49 kB Progress (3): 29 kB | 20/263 kB | 49 kB Progress (3): 29 kB | 24/263 kB | 49 kB Progress (3): 29 kB | 28/263 kB | 49 kB Progress (3): 29 kB | 32/263 kB | 49 kB Progress (3): 29 kB | 36/263 kB | 49 kB Progress (3): 29 kB | 40/263 kB | 49 kB Progress (3): 29 kB | 45/263 kB | 49 kB Progress (3): 29 kB | 49/263 kB | 49 kB Progress (3): 29 kB | 53/263 kB | 49 kB Progress (3): 29 kB | 57/263 kB | 49 kB Progress (3): 29 kB | 61/263 kB | 49 kB Progress (3): 29 kB | 65/263 kB | 49 kB Progress (3): 29 kB | 69/263 kB | 49 kB Progress (3): 29 kB | 73/263 kB | 49 kB Progress (3): 29 kB | 77/263 kB | 49 kB Progress (3): 29 kB | 81/263 kB | 49 kB Progress (4): 29 kB | 81/263 kB | 49 kB | 4.1/76 kB Progress (4): 29 kB | 85/263 kB | 49 kB | 4.1/76 kB Progress (4): 29 kB | 85/263 kB | 49 kB | 7.7/76 kB Progress (4): 29 kB | 90/263 kB | 49 kB | 7.7/76 kB Progress (4): 29 kB | 90/263 kB | 49 kB | 12/76 kB Progress (4): 29 kB | 94/263 kB | 49 kB | 12/76 kB Progress (4): 29 kB | 94/263 kB | 49 kB | 16/76 kB Progress (4): 29 kB | 98/263 kB | 49 kB | 16/76 kB Progress (4): 29 kB | 98/263 kB | 49 kB | 20/76 kB Progress (4): 29 kB | 98/263 kB | 49 kB | 24/76 kB Progress (4): 29 kB | 102/263 kB | 49 kB | 24/76 kB Progress (4): 29 kB | 102/263 kB | 49 kB | 28/76 kB Progress (4): 29 kB | 106/263 kB | 49 kB | 28/76 kB Progress (4): 29 kB | 106/263 kB | 49 kB | 32/76 kB Progress (4): 29 kB | 110/263 kB | 49 kB | 32/76 kB Progress (4): 29 kB | 114/263 kB | 49 kB | 32/76 kB Progress (4): 29 kB | 114/263 kB | 49 kB | 36/76 kB Progress (4): 29 kB | 114/263 kB | 49 kB | 40/76 kB Progress (4): 29 kB | 118/263 kB | 49 kB | 40/76 kB Progress (4): 29 kB | 118/263 kB | 49 kB | 45/76 kB Progress (4): 29 kB | 122/263 kB | 49 kB | 45/76 kB Progress (4): 29 kB | 122/263 kB | 49 kB | 49/76 kB Progress (4): 29 kB | 126/263 kB | 49 kB | 49/76 kB Progress (4): 29 kB | 131/263 kB | 49 kB | 49/76 kB Progress (4): 29 kB | 131/263 kB | 49 kB | 53/76 kB Progress (4): 29 kB | 131/263 kB | 49 kB | 57/76 kB Progress (4): 29 kB | 135/263 kB | 49 kB | 57/76 kB Progress (4): 29 kB | 135/263 kB | 49 kB | 61/76 kB Progress (4): 29 kB | 139/263 kB | 49 kB | 61/76 kB Progress (4): 29 kB | 139/263 kB | 49 kB | 65/76 kB Progress (4): 29 kB | 143/263 kB | 49 kB | 65/76 kB Progress (4): 29 kB | 147/263 kB | 49 kB | 65/76 kB Progress (4): 29 kB | 147/263 kB | 49 kB | 69/76 kB Progress (4): 29 kB | 147/263 kB | 49 kB | 73/76 kB Progress (4): 29 kB | 147/263 kB | 49 kB | 76 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 137 kB/s) Progress (3): 151/263 kB | 49 kB | 76 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar Progress (3): 155/263 kB | 49 kB | 76 kB Progress (3): 159/263 kB | 49 kB | 76 kB Progress (3): 163/263 kB | 49 kB | 76 kB Progress (3): 167/263 kB | 49 kB | 76 kB Progress (3): 171/263 kB | 49 kB | 76 kB Progress (3): 176/263 kB | 49 kB | 76 kB Progress (3): 180/263 kB | 49 kB | 76 kB Progress (3): 184/263 kB | 49 kB | 76 kB Progress (3): 188/263 kB | 49 kB | 76 kB Progress (3): 192/263 kB | 49 kB | 76 kB Progress (3): 196/263 kB | 49 kB | 76 kB Progress (3): 200/263 kB | 49 kB | 76 kB Progress (3): 204/263 kB | 49 kB | 76 kB Progress (3): 208/263 kB | 49 kB | 76 kB Progress (3): 212/263 kB | 49 kB | 76 kB Progress (3): 217/263 kB | 49 kB | 76 kB Progress (3): 221/263 kB | 49 kB | 76 kB Progress (3): 225/263 kB | 49 kB | 76 kB Progress (3): 229/263 kB | 49 kB | 76 kB Progress (3): 233/263 kB | 49 kB | 76 kB Progress (3): 237/263 kB | 49 kB | 76 kB Progress (3): 241/263 kB | 49 kB | 76 kB Progress (3): 245/263 kB | 49 kB | 76 kB Progress (3): 249/263 kB | 49 kB | 76 kB Progress (3): 253/263 kB | 49 kB | 76 kB Progress (3): 258/263 kB | 49 kB | 76 kB Progress (3): 262/263 kB | 49 kB | 76 kB Progress (3): 263 kB | 49 kB | 76 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 226 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 347 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (2): 263 kB | 4.1/196 kB Progress (2): 263 kB | 7.7/196 kB Progress (2): 263 kB | 12/196 kB Progress (2): 263 kB | 16/196 kB Progress (2): 263 kB | 20/196 kB Progress (2): 263 kB | 24/196 kB Progress (2): 263 kB | 28/196 kB Progress (2): 263 kB | 32/196 kB Progress (2): 263 kB | 36/196 kB Progress (2): 263 kB | 40/196 kB Progress (2): 263 kB | 45/196 kB Progress (2): 263 kB | 49/196 kB Progress (2): 263 kB | 53/196 kB Progress (2): 263 kB | 57/196 kB Progress (2): 263 kB | 61/196 kB Progress (2): 263 kB | 65/196 kB Progress (2): 263 kB | 69/196 kB Progress (2): 263 kB | 73/196 kB Progress (2): 263 kB | 77/196 kB Progress (2): 263 kB | 81/196 kB Progress (2): 263 kB | 85/196 kB Progress (2): 263 kB | 90/196 kB Progress (2): 263 kB | 94/196 kB Progress (2): 263 kB | 98/196 kB Progress (2): 263 kB | 102/196 kB Progress (2): 263 kB | 106/196 kB Progress (2): 263 kB | 110/196 kB Progress (2): 263 kB | 114/196 kB Progress (2): 263 kB | 118/196 kB Progress (2): 263 kB | 122/196 kB Progress (2): 263 kB | 126/196 kB Progress (2): 263 kB | 131/196 kB Progress (2): 263 kB | 135/196 kB Progress (2): 263 kB | 139/196 kB Progress (2): 263 kB | 143/196 kB Progress (2): 263 kB | 147/196 kB Progress (2): 263 kB | 151/196 kB Progress (2): 263 kB | 155/196 kB Progress (2): 263 kB | 159/196 kB Progress (2): 263 kB | 163/196 kB Progress (2): 263 kB | 167/196 kB Progress (2): 263 kB | 171/196 kB Progress (2): 263 kB | 176/196 kB Progress (2): 263 kB | 180/196 kB Progress (2): 263 kB | 184/196 kB Progress (2): 263 kB | 188/196 kB Progress (2): 263 kB | 192/196 kB Progress (2): 263 kB | 196/196 kB Progress (2): 263 kB | 196 kB Progress (3): 263 kB | 196 kB | 4.1/58 kB Progress (3): 263 kB | 196 kB | 7.7/58 kB Progress (3): 263 kB | 196 kB | 12/58 kB Progress (3): 263 kB | 196 kB | 16/58 kB Progress (3): 263 kB | 196 kB | 20/58 kB Progress (3): 263 kB | 196 kB | 24/58 kB Progress (3): 263 kB | 196 kB | 28/58 kB Progress (3): 263 kB | 196 kB | 32/58 kB Progress (3): 263 kB | 196 kB | 36/58 kB Progress (3): 263 kB | 196 kB | 40/58 kB Progress (3): 263 kB | 196 kB | 45/58 kB Progress (3): 263 kB | 196 kB | 49/58 kB Progress (3): 263 kB | 196 kB | 53/58 kB Progress (3): 263 kB | 196 kB | 57/58 kB Progress (3): 263 kB | 196 kB | 58 kB Progress (4): 263 kB | 196 kB | 58 kB | 4.1/215 kB Progress (5): 263 kB | 196 kB | 58 kB | 4.1/215 kB | 4.1/592 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 1.1 MB/s) Progress (4): 196 kB | 58 kB | 7.7/215 kB | 4.1/592 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar Progress (4): 196 kB | 58 kB | 7.7/215 kB | 7.7/592 kB Progress (4): 196 kB | 58 kB | 12/215 kB | 7.7/592 kB Progress (4): 196 kB | 58 kB | 12/215 kB | 12/592 kB Progress (4): 196 kB | 58 kB | 16/215 kB | 12/592 kB Progress (4): 196 kB | 58 kB | 16/215 kB | 16/592 kB Progress (4): 196 kB | 58 kB | 16/215 kB | 20/592 kB Progress (4): 196 kB | 58 kB | 20/215 kB | 20/592 kB Progress (4): 196 kB | 58 kB | 20/215 kB | 24/592 kB Progress (4): 196 kB | 58 kB | 24/215 kB | 24/592 kB Progress (4): 196 kB | 58 kB | 24/215 kB | 28/592 kB Progress (4): 196 kB | 58 kB | 28/215 kB | 28/592 kB Progress (4): 196 kB | 58 kB | 28/215 kB | 32/592 kB Progress (4): 196 kB | 58 kB | 32/215 kB | 32/592 kB Progress (4): 196 kB | 58 kB | 32/215 kB | 36/592 kB Progress (4): 196 kB | 58 kB | 32/215 kB | 40/592 kB Progress (4): 196 kB | 58 kB | 32/215 kB | 45/592 kB Progress (4): 196 kB | 58 kB | 36/215 kB | 45/592 kB Progress (4): 196 kB | 58 kB | 36/215 kB | 49/592 kB Progress (4): 196 kB | 58 kB | 40/215 kB | 49/592 kB Progress (4): 196 kB | 58 kB | 45/215 kB | 49/592 kB Progress (4): 196 kB | 58 kB | 45/215 kB | 53/592 kB Progress (4): 196 kB | 58 kB | 49/215 kB | 53/592 kB Progress (4): 196 kB | 58 kB | 49/215 kB | 57/592 kB Progress (4): 196 kB | 58 kB | 49/215 kB | 61/592 kB Progress (4): 196 kB | 58 kB | 49/215 kB | 65/592 kB Progress (4): 196 kB | 58 kB | 53/215 kB | 65/592 kB Progress (4): 196 kB | 58 kB | 53/215 kB | 69/592 kB Progress (4): 196 kB | 58 kB | 57/215 kB | 69/592 kB Progress (4): 196 kB | 58 kB | 57/215 kB | 73/592 kB Progress (4): 196 kB | 58 kB | 61/215 kB | 73/592 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 242 kB/s) Progress (3): 196 kB | 65/215 kB | 73/592 kB Progress (3): 196 kB | 65/215 kB | 77/592 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar Progress (3): 196 kB | 69/215 kB | 77/592 kB Progress (3): 196 kB | 69/215 kB | 81/592 kB Progress (3): 196 kB | 73/215 kB | 81/592 kB Progress (3): 196 kB | 77/215 kB | 81/592 kB Progress (3): 196 kB | 77/215 kB | 85/592 kB Progress (3): 196 kB | 81/215 kB | 85/592 kB Progress (3): 196 kB | 81/215 kB | 90/592 kB Progress (3): 196 kB | 81/215 kB | 94/592 kB Progress (3): 196 kB | 81/215 kB | 98/592 kB Progress (3): 196 kB | 85/215 kB | 98/592 kB Progress (3): 196 kB | 90/215 kB | 98/592 kB Progress (3): 196 kB | 94/215 kB | 98/592 kB Progress (3): 196 kB | 98/215 kB | 98/592 kB Progress (3): 196 kB | 98/215 kB | 102/592 kB Progress (3): 196 kB | 98/215 kB | 106/592 kB Progress (3): 196 kB | 98/215 kB | 110/592 kB Progress (3): 196 kB | 98/215 kB | 114/592 kB Progress (3): 196 kB | 102/215 kB | 114/592 kB Progress (3): 196 kB | 106/215 kB | 114/592 kB Progress (3): 196 kB | 106/215 kB | 118/592 kB Progress (3): 196 kB | 110/215 kB | 118/592 kB Progress (3): 196 kB | 110/215 kB | 122/592 kB Progress (3): 196 kB | 114/215 kB | 122/592 kB Progress (3): 196 kB | 114/215 kB | 126/592 kB Progress (3): 196 kB | 114/215 kB | 131/592 kB Progress (3): 196 kB | 118/215 kB | 131/592 kB Progress (3): 196 kB | 122/215 kB | 131/592 kB Progress (3): 196 kB | 126/215 kB | 131/592 kB Progress (3): 196 kB | 131/215 kB | 131/592 kB Progress (3): 196 kB | 135/215 kB | 131/592 kB Progress (3): 196 kB | 139/215 kB | 131/592 kB Progress (3): 196 kB | 143/215 kB | 131/592 kB Progress (3): 196 kB | 147/215 kB | 131/592 kB Progress (4): 196 kB | 147/215 kB | 131/592 kB | 4.1/109 kB Progress (4): 196 kB | 147/215 kB | 131/592 kB | 7.7/109 kB Progress (4): 196 kB | 147/215 kB | 131/592 kB | 12/109 kB Progress (4): 196 kB | 147/215 kB | 131/592 kB | 16/109 kB Progress (4): 196 kB | 147/215 kB | 131/592 kB | 20/109 kB Progress (4): 196 kB | 147/215 kB | 131/592 kB | 24/109 kB Progress (4): 196 kB | 147/215 kB | 131/592 kB | 28/109 kB Progress (4): 196 kB | 147/215 kB | 131/592 kB | 32/109 kB Progress (4): 196 kB | 147/215 kB | 135/592 kB | 32/109 kB Progress (4): 196 kB | 147/215 kB | 139/592 kB | 32/109 kB Progress (4): 196 kB | 147/215 kB | 143/592 kB | 32/109 kB Progress (4): 196 kB | 147/215 kB | 147/592 kB | 32/109 kB Progress (4): 196 kB | 147/215 kB | 151/592 kB | 32/109 kB Progress (4): 196 kB | 147/215 kB | 151/592 kB | 36/109 kB Progress (4): 196 kB | 147/215 kB | 155/592 kB | 36/109 kB Progress (4): 196 kB | 147/215 kB | 155/592 kB | 40/109 kB Progress (4): 196 kB | 151/215 kB | 155/592 kB | 40/109 kB Progress (4): 196 kB | 151/215 kB | 159/592 kB | 40/109 kB Progress (4): 196 kB | 155/215 kB | 159/592 kB | 40/109 kB Progress (4): 196 kB | 155/215 kB | 159/592 kB | 45/109 kB Progress (4): 196 kB | 159/215 kB | 159/592 kB | 45/109 kB Progress (4): 196 kB | 159/215 kB | 163/592 kB | 45/109 kB Progress (4): 196 kB | 163/215 kB | 163/592 kB | 45/109 kB Progress (4): 196 kB | 163/215 kB | 163/592 kB | 49/109 kB Progress (4): 196 kB | 167/215 kB | 163/592 kB | 49/109 kB Progress (4): 196 kB | 167/215 kB | 167/592 kB | 49/109 kB Progress (4): 196 kB | 167/215 kB | 167/592 kB | 53/109 kB Progress (4): 196 kB | 171/215 kB | 167/592 kB | 53/109 kB Progress (5): 196 kB | 171/215 kB | 167/592 kB | 53/109 kB | 4.1/248 kB Progress (5): 196 kB | 171/215 kB | 167/592 kB | 57/109 kB | 4.1/248 kB Progress (5): 196 kB | 171/215 kB | 171/592 kB | 57/109 kB | 4.1/248 kB Progress (5): 196 kB | 171/215 kB | 171/592 kB | 61/109 kB | 4.1/248 kB Progress (5): 196 kB | 171/215 kB | 171/592 kB | 61/109 kB | 7.7/248 kB Progress (5): 196 kB | 176/215 kB | 171/592 kB | 61/109 kB | 7.7/248 kB Progress (5): 196 kB | 176/215 kB | 171/592 kB | 61/109 kB | 12/248 kB Progress (5): 196 kB | 176/215 kB | 171/592 kB | 65/109 kB | 12/248 kB Progress (5): 196 kB | 176/215 kB | 176/592 kB | 65/109 kB | 12/248 kB Progress (5): 196 kB | 176/215 kB | 176/592 kB | 65/109 kB | 16/248 kB Progress (5): 196 kB | 180/215 kB | 176/592 kB | 65/109 kB | 16/248 kB Progress (5): 196 kB | 180/215 kB | 176/592 kB | 69/109 kB | 16/248 kB Progress (5): 196 kB | 180/215 kB | 180/592 kB | 69/109 kB | 16/248 kB Progress (5): 196 kB | 184/215 kB | 180/592 kB | 69/109 kB | 16/248 kB Progress (5): 196 kB | 184/215 kB | 180/592 kB | 69/109 kB | 20/248 kB Progress (5): 196 kB | 184/215 kB | 180/592 kB | 73/109 kB | 20/248 kB Progress (5): 196 kB | 184/215 kB | 184/592 kB | 73/109 kB | 20/248 kB Progress (5): 196 kB | 184/215 kB | 184/592 kB | 73/109 kB | 24/248 kB Progress (5): 196 kB | 188/215 kB | 184/592 kB | 73/109 kB | 24/248 kB Progress (5): 196 kB | 188/215 kB | 184/592 kB | 73/109 kB | 28/248 kB Progress (5): 196 kB | 188/215 kB | 188/592 kB | 73/109 kB | 28/248 kB Progress (5): 196 kB | 188/215 kB | 188/592 kB | 77/109 kB | 28/248 kB Progress (5): 196 kB | 188/215 kB | 192/592 kB | 77/109 kB | 28/248 kB Progress (5): 196 kB | 188/215 kB | 192/592 kB | 77/109 kB | 32/248 kB Progress (5): 196 kB | 192/215 kB | 192/592 kB | 77/109 kB | 32/248 kB Progress (5): 196 kB | 192/215 kB | 196/592 kB | 77/109 kB | 32/248 kB Progress (5): 196 kB | 192/215 kB | 196/592 kB | 81/109 kB | 32/248 kB Progress (5): 196 kB | 196/215 kB | 196/592 kB | 81/109 kB | 32/248 kB Progress (5): 196 kB | 196/215 kB | 196/592 kB | 81/109 kB | 36/248 kB Progress (5): 196 kB | 196/215 kB | 196/592 kB | 85/109 kB | 36/248 kB Progress (5): 196 kB | 200/215 kB | 196/592 kB | 85/109 kB | 36/248 kB Progress (5): 196 kB | 200/215 kB | 196/592 kB | 85/109 kB | 40/248 kB Progress (5): 196 kB | 200/215 kB | 200/592 kB | 85/109 kB | 40/248 kB Progress (5): 196 kB | 200/215 kB | 200/592 kB | 85/109 kB | 45/248 kB Progress (5): 196 kB | 204/215 kB | 200/592 kB | 85/109 kB | 45/248 kB Progress (5): 196 kB | 204/215 kB | 200/592 kB | 90/109 kB | 45/248 kB Progress (5): 196 kB | 208/215 kB | 200/592 kB | 90/109 kB | 45/248 kB Progress (5): 196 kB | 208/215 kB | 200/592 kB | 90/109 kB | 49/248 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 758 kB/s) Progress (4): 208/215 kB | 204/592 kB | 90/109 kB | 49/248 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar Progress (4): 208/215 kB | 204/592 kB | 90/109 kB | 53/248 kB Progress (4): 212/215 kB | 204/592 kB | 90/109 kB | 53/248 kB Progress (4): 212/215 kB | 204/592 kB | 94/109 kB | 53/248 kB Progress (4): 215 kB | 204/592 kB | 94/109 kB | 53/248 kB Progress (4): 215 kB | 204/592 kB | 94/109 kB | 57/248 kB Progress (4): 215 kB | 208/592 kB | 94/109 kB | 57/248 kB Progress (4): 215 kB | 208/592 kB | 94/109 kB | 61/248 kB Progress (4): 215 kB | 208/592 kB | 98/109 kB | 61/248 kB Progress (4): 215 kB | 208/592 kB | 98/109 kB | 65/248 kB Progress (4): 215 kB | 212/592 kB | 98/109 kB | 65/248 kB Progress (4): 215 kB | 212/592 kB | 102/109 kB | 65/248 kB Progress (4): 215 kB | 212/592 kB | 106/109 kB | 65/248 kB Progress (4): 215 kB | 212/592 kB | 109 kB | 65/248 kB Progress (4): 215 kB | 212/592 kB | 109 kB | 69/248 kB Progress (4): 215 kB | 212/592 kB | 109 kB | 73/248 kB Progress (4): 215 kB | 217/592 kB | 109 kB | 73/248 kB Progress (4): 215 kB | 217/592 kB | 109 kB | 77/248 kB Progress (4): 215 kB | 221/592 kB | 109 kB | 77/248 kB Progress (4): 215 kB | 221/592 kB | 109 kB | 81/248 kB Progress (4): 215 kB | 225/592 kB | 109 kB | 81/248 kB Progress (4): 215 kB | 229/592 kB | 109 kB | 81/248 kB Progress (4): 215 kB | 229/592 kB | 109 kB | 85/248 kB Progress (4): 215 kB | 229/592 kB | 109 kB | 90/248 kB Progress (4): 215 kB | 233/592 kB | 109 kB | 90/248 kB Progress (4): 215 kB | 233/592 kB | 109 kB | 94/248 kB Progress (4): 215 kB | 237/592 kB | 109 kB | 94/248 kB Progress (4): 215 kB | 237/592 kB | 109 kB | 98/248 kB Progress (4): 215 kB | 241/592 kB | 109 kB | 98/248 kB Progress (4): 215 kB | 245/592 kB | 109 kB | 98/248 kB Progress (4): 215 kB | 245/592 kB | 109 kB | 102/248 kB Progress (4): 215 kB | 245/592 kB | 109 kB | 106/248 kB Progress (4): 215 kB | 249/592 kB | 109 kB | 106/248 kB Progress (4): 215 kB | 249/592 kB | 109 kB | 110/248 kB Progress (4): 215 kB | 253/592 kB | 109 kB | 110/248 kB Progress (4): 215 kB | 253/592 kB | 109 kB | 114/248 kB Progress (4): 215 kB | 258/592 kB | 109 kB | 114/248 kB Progress (4): 215 kB | 262/592 kB | 109 kB | 114/248 kB Progress (4): 215 kB | 262/592 kB | 109 kB | 118/248 kB Progress (4): 215 kB | 262/592 kB | 109 kB | 122/248 kB Progress (4): 215 kB | 266/592 kB | 109 kB | 122/248 kB Progress (4): 215 kB | 266/592 kB | 109 kB | 126/248 kB Progress (4): 215 kB | 270/592 kB | 109 kB | 126/248 kB Progress (4): 215 kB | 270/592 kB | 109 kB | 131/248 kB Progress (5): 215 kB | 270/592 kB | 109 kB | 131/248 kB | 4.1/38 kB Progress (5): 215 kB | 274/592 kB | 109 kB | 131/248 kB | 4.1/38 kB Progress (5): 215 kB | 274/592 kB | 109 kB | 131/248 kB | 7.7/38 kB Progress (5): 215 kB | 274/592 kB | 109 kB | 135/248 kB | 7.7/38 kB Progress (5): 215 kB | 278/592 kB | 109 kB | 135/248 kB | 7.7/38 kB Progress (5): 215 kB | 278/592 kB | 109 kB | 139/248 kB | 7.7/38 kB Progress (5): 215 kB | 278/592 kB | 109 kB | 139/248 kB | 12/38 kB Progress (5): 215 kB | 278/592 kB | 109 kB | 143/248 kB | 12/38 kB Progress (5): 215 kB | 278/592 kB | 109 kB | 143/248 kB | 16/38 kB Progress (5): 215 kB | 278/592 kB | 109 kB | 147/248 kB | 16/38 kB Progress (5): 215 kB | 282/592 kB | 109 kB | 147/248 kB | 16/38 kB Progress (5): 215 kB | 282/592 kB | 109 kB | 147/248 kB | 20/38 kB Progress (5): 215 kB | 286/592 kB | 109 kB | 147/248 kB | 20/38 kB Progress (5): 215 kB | 286/592 kB | 109 kB | 151/248 kB | 20/38 kB Progress (5): 215 kB | 286/592 kB | 109 kB | 151/248 kB | 24/38 kB Progress (5): 215 kB | 286/592 kB | 109 kB | 155/248 kB | 24/38 kB Progress (5): 215 kB | 290/592 kB | 109 kB | 155/248 kB | 24/38 kB Progress (5): 215 kB | 290/592 kB | 109 kB | 159/248 kB | 24/38 kB Progress (5): 215 kB | 290/592 kB | 109 kB | 159/248 kB | 28/38 kB Progress (5): 215 kB | 290/592 kB | 109 kB | 163/248 kB | 28/38 kB Progress (5): 215 kB | 294/592 kB | 109 kB | 163/248 kB | 28/38 kB Progress (5): 215 kB | 294/592 kB | 109 kB | 163/248 kB | 32/38 kB Progress (5): 215 kB | 294/592 kB | 109 kB | 163/248 kB | 36/38 kB Progress (5): 215 kB | 294/592 kB | 109 kB | 167/248 kB | 36/38 kB Progress (5): 215 kB | 294/592 kB | 109 kB | 171/248 kB | 36/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 398 kB/s) Progress (4): 215 kB | 294/592 kB | 176/248 kB | 36/38 kB Progress (4): 215 kB | 298/592 kB | 176/248 kB | 36/38 kB Progress (4): 215 kB | 298/592 kB | 176/248 kB | 38 kB Progress (4): 215 kB | 303/592 kB | 176/248 kB | 38 kB Progress (4): 215 kB | 303/592 kB | 180/248 kB | 38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar Progress (4): 215 kB | 303/592 kB | 184/248 kB | 38 kB Progress (4): 215 kB | 307/592 kB | 184/248 kB | 38 kB Progress (4): 215 kB | 307/592 kB | 188/248 kB | 38 kB Progress (4): 215 kB | 311/592 kB | 188/248 kB | 38 kB Progress (4): 215 kB | 311/592 kB | 192/248 kB | 38 kB Progress (4): 215 kB | 311/592 kB | 196/248 kB | 38 kB Progress (4): 215 kB | 315/592 kB | 196/248 kB | 38 kB Progress (4): 215 kB | 319/592 kB | 196/248 kB | 38 kB Progress (4): 215 kB | 319/592 kB | 200/248 kB | 38 kB Progress (4): 215 kB | 323/592 kB | 200/248 kB | 38 kB Progress (4): 215 kB | 323/592 kB | 204/248 kB | 38 kB Progress (4): 215 kB | 327/592 kB | 204/248 kB | 38 kB Progress (4): 215 kB | 327/592 kB | 208/248 kB | 38 kB Progress (4): 215 kB | 327/592 kB | 212/248 kB | 38 kB Progress (4): 215 kB | 331/592 kB | 212/248 kB | 38 kB Progress (4): 215 kB | 335/592 kB | 212/248 kB | 38 kB Progress (4): 215 kB | 335/592 kB | 217/248 kB | 38 kB Progress (4): 215 kB | 339/592 kB | 217/248 kB | 38 kB Progress (4): 215 kB | 339/592 kB | 221/248 kB | 38 kB Progress (4): 215 kB | 344/592 kB | 221/248 kB | 38 kB Progress (4): 215 kB | 344/592 kB | 225/248 kB | 38 kB Progress (4): 215 kB | 344/592 kB | 229/248 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 770 kB/s) Progress (3): 344/592 kB | 233/248 kB | 38 kB Progress (3): 348/592 kB | 233/248 kB | 38 kB Progress (3): 348/592 kB | 237/248 kB | 38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar Progress (3): 348/592 kB | 241/248 kB | 38 kB Progress (3): 352/592 kB | 241/248 kB | 38 kB Progress (3): 352/592 kB | 245/248 kB | 38 kB Progress (3): 356/592 kB | 245/248 kB | 38 kB Progress (3): 356/592 kB | 248 kB | 38 kB Progress (3): 360/592 kB | 248 kB | 38 kB Progress (3): 364/592 kB | 248 kB | 38 kB Progress (3): 368/592 kB | 248 kB | 38 kB Progress (3): 372/592 kB | 248 kB | 38 kB Progress (3): 376/592 kB | 248 kB | 38 kB Progress (3): 380/592 kB | 248 kB | 38 kB Progress (3): 384/592 kB | 248 kB | 38 kB Progress (3): 389/592 kB | 248 kB | 38 kB Progress (3): 393/592 kB | 248 kB | 38 kB Progress (3): 397/592 kB | 248 kB | 38 kB Progress (3): 401/592 kB | 248 kB | 38 kB Progress (3): 405/592 kB | 248 kB | 38 kB Progress (3): 409/592 kB | 248 kB | 38 kB Progress (3): 413/592 kB | 248 kB | 38 kB Progress (3): 417/592 kB | 248 kB | 38 kB Progress (3): 421/592 kB | 248 kB | 38 kB Progress (3): 425/592 kB | 248 kB | 38 kB Progress (3): 430/592 kB | 248 kB | 38 kB Progress (3): 434/592 kB | 248 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar (38 kB at 136 kB/s) Progress (2): 438/592 kB | 248 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar Progress (2): 442/592 kB | 248 kB Progress (2): 446/592 kB | 248 kB Progress (2): 450/592 kB | 248 kB Progress (2): 454/592 kB | 248 kB Progress (2): 458/592 kB | 248 kB Progress (2): 462/592 kB | 248 kB Progress (2): 466/592 kB | 248 kB Progress (2): 471/592 kB | 248 kB Progress (2): 475/592 kB | 248 kB Progress (2): 479/592 kB | 248 kB Progress (2): 483/592 kB | 248 kB Progress (2): 487/592 kB | 248 kB Progress (2): 491/592 kB | 248 kB Progress (2): 495/592 kB | 248 kB Progress (2): 499/592 kB | 248 kB Progress (2): 503/592 kB | 248 kB Progress (2): 507/592 kB | 248 kB Progress (2): 511/592 kB | 248 kB Progress (2): 516/592 kB | 248 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar (248 kB at 866 kB/s) Progress (1): 520/592 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar Progress (1): 524/592 kB Progress (1): 528/592 kB Progress (1): 532/592 kB Progress (1): 536/592 kB Progress (1): 540/592 kB Progress (1): 544/592 kB Progress (1): 548/592 kB Progress (1): 552/592 kB Progress (1): 557/592 kB Progress (1): 561/592 kB Progress (1): 565/592 kB Progress (1): 569/592 kB Progress (1): 573/592 kB Progress (1): 577/592 kB Progress (1): 581/592 kB Progress (1): 585/592 kB Progress (1): 589/592 kB Progress (2): 589/592 kB | 4.1/131 kB Progress (2): 592 kB | 4.1/131 kB Progress (2): 592 kB | 7.7/131 kB Progress (2): 592 kB | 12/131 kB Progress (2): 592 kB | 16/131 kB Progress (2): 592 kB | 20/131 kB Progress (2): 592 kB | 24/131 kB Progress (2): 592 kB | 28/131 kB Progress (2): 592 kB | 32/131 kB Progress (3): 592 kB | 32/131 kB | 4.1/9.4 kB Progress (3): 592 kB | 32/131 kB | 7.7/9.4 kB Progress (3): 592 kB | 32/131 kB | 9.4 kB Progress (4): 592 kB | 32/131 kB | 9.4 kB | 4.1/7.0 kB Progress (4): 592 kB | 32/131 kB | 9.4 kB | 7.0 kB Progress (5): 592 kB | 32/131 kB | 9.4 kB | 7.0 kB | 4.1/37 kB Progress (5): 592 kB | 32/131 kB | 9.4 kB | 7.0 kB | 7.7/37 kB Progress (5): 592 kB | 32/131 kB | 9.4 kB | 7.0 kB | 12/37 kB Progress (5): 592 kB | 32/131 kB | 9.4 kB | 7.0 kB | 16/37 kB Progress (5): 592 kB | 32/131 kB | 9.4 kB | 7.0 kB | 20/37 kB Progress (5): 592 kB | 32/131 kB | 9.4 kB | 7.0 kB | 24/37 kB Progress (5): 592 kB | 32/131 kB | 9.4 kB | 7.0 kB | 28/37 kB Progress (5): 592 kB | 32/131 kB | 9.4 kB | 7.0 kB | 32/37 kB Progress (5): 592 kB | 36/131 kB | 9.4 kB | 7.0 kB | 32/37 kB Progress (5): 592 kB | 36/131 kB | 9.4 kB | 7.0 kB | 36/37 kB Progress (5): 592 kB | 40/131 kB | 9.4 kB | 7.0 kB | 36/37 kB Progress (5): 592 kB | 40/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 45/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 49/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 53/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 57/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 61/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 65/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 69/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 73/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 77/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 81/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 85/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 90/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 94/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 98/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 102/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 106/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 110/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 114/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 118/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 122/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 126/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 131/131 kB | 9.4 kB | 7.0 kB | 37 kB Progress (5): 592 kB | 131 kB | 9.4 kB | 7.0 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 410 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar (37 kB at 115 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar (7.0 kB at 21 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar (9.4 kB at 28 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar Progress (1): 4.1/285 kB Progress (1): 7.7/285 kB Progress (1): 12/285 kB Progress (1): 16/285 kB Progress (1): 20/285 kB Progress (1): 24/285 kB Progress (1): 28/285 kB Progress (1): 32/285 kB Progress (1): 36/285 kB Progress (1): 40/285 kB Progress (1): 45/285 kB Progress (1): 49/285 kB Progress (1): 53/285 kB Progress (1): 57/285 kB Progress (1): 61/285 kB Progress (1): 65/285 kB Progress (1): 69/285 kB Progress (1): 73/285 kB Progress (1): 77/285 kB Progress (1): 81/285 kB Progress (1): 85/285 kB Progress (1): 90/285 kB Progress (1): 94/285 kB Progress (1): 98/285 kB Progress (1): 102/285 kB Progress (2): 102/285 kB | 4.1/53 kB Progress (2): 106/285 kB | 4.1/53 kB Progress (2): 106/285 kB | 7.7/53 kB Progress (2): 110/285 kB | 7.7/53 kB Progress (2): 110/285 kB | 12/53 kB Progress (2): 114/285 kB | 12/53 kB Progress (2): 114/285 kB | 16/53 kB Progress (2): 118/285 kB | 16/53 kB Progress (2): 118/285 kB | 20/53 kB Progress (2): 122/285 kB | 20/53 kB Progress (2): 122/285 kB | 24/53 kB Progress (2): 126/285 kB | 24/53 kB Progress (2): 126/285 kB | 28/53 kB Progress (2): 131/285 kB | 28/53 kB Progress (2): 131/285 kB | 32/53 kB Progress (2): 135/285 kB | 32/53 kB Progress (2): 135/285 kB | 36/53 kB Progress (2): 139/285 kB | 36/53 kB Progress (2): 139/285 kB | 40/53 kB Progress (2): 143/285 kB | 40/53 kB Progress (2): 143/285 kB | 45/53 kB Progress (2): 147/285 kB | 45/53 kB Progress (2): 147/285 kB | 49/53 kB Progress (2): 147/285 kB | 53/53 kB Progress (2): 147/285 kB | 53 kB Progress (2): 151/285 kB | 53 kB Progress (2): 155/285 kB | 53 kB Progress (2): 159/285 kB | 53 kB Progress (2): 163/285 kB | 53 kB Progress (2): 167/285 kB | 53 kB Progress (2): 171/285 kB | 53 kB Progress (2): 176/285 kB | 53 kB Progress (2): 180/285 kB | 53 kB Progress (2): 184/285 kB | 53 kB Progress (2): 188/285 kB | 53 kB Progress (2): 192/285 kB | 53 kB Progress (2): 196/285 kB | 53 kB Progress (2): 200/285 kB | 53 kB Progress (2): 204/285 kB | 53 kB Progress (2): 208/285 kB | 53 kB Progress (2): 212/285 kB | 53 kB Progress (2): 217/285 kB | 53 kB Progress (2): 221/285 kB | 53 kB Progress (2): 225/285 kB | 53 kB Progress (2): 229/285 kB | 53 kB Progress (2): 233/285 kB | 53 kB Progress (2): 237/285 kB | 53 kB Progress (2): 241/285 kB | 53 kB Progress (2): 245/285 kB | 53 kB Progress (2): 249/285 kB | 53 kB Progress (2): 253/285 kB | 53 kB Progress (2): 258/285 kB | 53 kB Progress (2): 262/285 kB | 53 kB Progress (2): 266/285 kB | 53 kB Progress (2): 270/285 kB | 53 kB Progress (2): 274/285 kB | 53 kB Progress (2): 278/285 kB | 53 kB Progress (2): 282/285 kB | 53 kB Progress (2): 285 kB | 53 kB Progress (3): 285 kB | 53 kB | 3.1 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 4.1/54 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 7.7/54 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 12/54 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 16/54 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 20/54 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 24/54 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 28/54 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 32/54 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 36/54 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 40/54 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 45/54 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 49/54 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 53/54 kB Progress (4): 285 kB | 53 kB | 3.1 kB | 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 140 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 740 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar Progress (3): 3.1 kB | 54 kB | 4.1/37 kB Progress (3): 3.1 kB | 54 kB | 7.7/37 kB Progress (3): 3.1 kB | 54 kB | 12/37 kB Progress (3): 3.1 kB | 54 kB | 16/37 kB Progress (3): 3.1 kB | 54 kB | 20/37 kB Progress (3): 3.1 kB | 54 kB | 24/37 kB Progress (3): 3.1 kB | 54 kB | 28/37 kB Progress (3): 3.1 kB | 54 kB | 32/37 kB Progress (3): 3.1 kB | 54 kB | 36/37 kB Progress (3): 3.1 kB | 54 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 135 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar (3.1 kB at 7.5 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar Progress (2): 37 kB | 0/1.5 MB Progress (2): 37 kB | 0/1.5 MB Progress (2): 37 kB | 0/1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar (37 kB at 88 kB/s) Progress (1): 0/1.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (2): 0/1.5 MB | 4.1/4.2 kB Progress (2): 0.1/1.5 MB | 4.1/4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (3): 0.1/1.5 MB | 4.2 kB | 4.1/13 kB Progress (3): 0.1/1.5 MB | 4.2 kB | 7.7/13 kB Progress (3): 0.1/1.5 MB | 4.2 kB | 12/13 kB Progress (3): 0.1/1.5 MB | 4.2 kB | 13 kB Progress (3): 0.1/1.5 MB | 4.2 kB | 13 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 4.1/29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 4.1/29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 7.7/29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 12/29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 16/29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 16/29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 16/29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 20/29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 24/29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 28/29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.1/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.2/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.2/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.2/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.2/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.2/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.2/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.2/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.2/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.2/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.2/1.5 MB | 4.2 kB | 13 kB | 29 kB Progress (4): 0.2/1.5 MB | 4.2 kB | 13 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar (13 kB at 30 kB/s) Progress (3): 0.2/1.5 MB | 4.2 kB | 29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.jar Progress (3): 0.3/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.3/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.3/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.3/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.3/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.3/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.3/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.3/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.3/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.3/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.3/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.3/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.4/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.4/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.4/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.4/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.4/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.4/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.4/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.4/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.4/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.4/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.4/1.5 MB | 4.2 kB | 29 kB Progress (3): 0.4/1.5 MB | 4.2 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 9.6 kB/s) Progress (2): 0.5/1.5 MB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar (29 kB at 65 kB/s) Progress (1): 0.5/1.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar Progress (1): 0.5/1.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (2): 0.8/1.5 MB | 4.1/22 kB Progress (2): 0.8/1.5 MB | 7.7/22 kB Progress (2): 0.8/1.5 MB | 12/22 kB Progress (2): 0.8/1.5 MB | 12/22 kB Progress (2): 0.8/1.5 MB | 16/22 kB Progress (2): 0.8/1.5 MB | 16/22 kB Progress (2): 0.8/1.5 MB | 20/22 kB Progress (2): 0.8/1.5 MB | 22 kB Progress (2): 0.8/1.5 MB | 22 kB Progress (2): 0.8/1.5 MB | 22 kB Progress (3): 0.8/1.5 MB | 22 kB | 4.1/20 kB Progress (3): 0.8/1.5 MB | 22 kB | 7.7/20 kB Progress (3): 0.8/1.5 MB | 22 kB | 7.7/20 kB Progress (3): 0.8/1.5 MB | 22 kB | 12/20 kB Progress (3): 0.8/1.5 MB | 22 kB | 12/20 kB Progress (3): 0.8/1.5 MB | 22 kB | 16/20 kB Progress (3): 0.8/1.5 MB | 22 kB | 20/20 kB Progress (3): 0.8/1.5 MB | 22 kB | 20 kB Progress (3): 0.8/1.5 MB | 22 kB | 20 kB Progress (3): 0.9/1.5 MB | 22 kB | 20 kB Progress (3): 0.9/1.5 MB | 22 kB | 20 kB Progress (3): 0.9/1.5 MB | 22 kB | 20 kB Progress (3): 0.9/1.5 MB | 22 kB | 20 kB Progress (3): 0.9/1.5 MB | 22 kB | 20 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 4.1/29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 7.7/29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 7.7/29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 12/29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 12/29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 16/29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 16/29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 20/29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 20/29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 24/29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 28/29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 0.9/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.0/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.0/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.0/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.0/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.0/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.0/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.0/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.0/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.0/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.0/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.0/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.0/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.1/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.1/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.1/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.1/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.1/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.1/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.1/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.1/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.1/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.1/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.1/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.1/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.2/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.2/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.2/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.2/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.2/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.2/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.2/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.2/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.2/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.2/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.2/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.2/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.3/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.3/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.3/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.3/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.3/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.3/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.3/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.3/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.3/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.3/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.3/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.3/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.4/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.4/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.4/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.4/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.4/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.4/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.4/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.4/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.4/1.5 MB | 22 kB | 20 kB | 29 kB Progress (4): 1.4/1.5 MB | 22 kB | 20 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.jar (29 kB at 61 kB/s) Progress (3): 1.4/1.5 MB | 22 kB | 20 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar Progress (3): 1.4/1.5 MB | 22 kB | 20 kB Progress (3): 1.4/1.5 MB | 22 kB | 20 kB Progress (3): 1.5/1.5 MB | 22 kB | 20 kB Progress (3): 1.5 MB | 22 kB | 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar (22 kB at 46 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar (20 kB at 43 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar Progress (2): 1.5 MB | 4.1/50 kB Progress (2): 1.5 MB | 7.7/50 kB Progress (2): 1.5 MB | 12/50 kB Progress (2): 1.5 MB | 16/50 kB Progress (2): 1.5 MB | 20/50 kB Progress (2): 1.5 MB | 24/50 kB Progress (2): 1.5 MB | 28/50 kB Progress (2): 1.5 MB | 32/50 kB Progress (2): 1.5 MB | 36/50 kB Progress (2): 1.5 MB | 40/50 kB Progress (2): 1.5 MB | 45/50 kB Progress (2): 1.5 MB | 49/50 kB Progress (2): 1.5 MB | 50 kB Progress (3): 1.5 MB | 50 kB | 4.1/81 kB Progress (3): 1.5 MB | 50 kB | 7.7/81 kB Progress (3): 1.5 MB | 50 kB | 12/81 kB Progress (3): 1.5 MB | 50 kB | 16/81 kB Progress (3): 1.5 MB | 50 kB | 20/81 kB Progress (3): 1.5 MB | 50 kB | 24/81 kB Progress (3): 1.5 MB | 50 kB | 28/81 kB Progress (3): 1.5 MB | 50 kB | 32/81 kB Progress (3): 1.5 MB | 50 kB | 36/81 kB Progress (3): 1.5 MB | 50 kB | 40/81 kB Progress (3): 1.5 MB | 50 kB | 45/81 kB Progress (3): 1.5 MB | 50 kB | 49/81 kB Progress (3): 1.5 MB | 50 kB | 53/81 kB Progress (3): 1.5 MB | 50 kB | 57/81 kB Progress (3): 1.5 MB | 50 kB | 61/81 kB Progress (3): 1.5 MB | 50 kB | 65/81 kB Progress (3): 1.5 MB | 50 kB | 69/81 kB Progress (3): 1.5 MB | 50 kB | 73/81 kB Progress (3): 1.5 MB | 50 kB | 77/81 kB Progress (3): 1.5 MB | 50 kB | 81 kB Progress (4): 1.5 MB | 50 kB | 81 kB | 4.1/115 kB Progress (4): 1.5 MB | 50 kB | 81 kB | 7.7/115 kB Progress (4): 1.5 MB | 50 kB | 81 kB | 12/115 kB Progress (4): 1.5 MB | 50 kB | 81 kB | 16/115 kB Progress (4): 1.5 MB | 50 kB | 81 kB | 20/115 kB Progress (4): 1.5 MB | 50 kB | 81 kB | 24/115 kB Progress (4): 1.5 MB | 50 kB | 81 kB | 28/115 kB Progress (4): 1.5 MB | 50 kB | 81 kB | 32/115 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar (50 kB at 102 kB/s) Progress (3): 1.5 MB | 81 kB | 36/115 kB Progress (3): 1.5 MB | 81 kB | 40/115 kB Progress (3): 1.5 MB | 81 kB | 45/115 kB Progress (3): 1.5 MB | 81 kB | 49/115 kB Progress (3): 1.5 MB | 81 kB | 53/115 kB Progress (3): 1.5 MB | 81 kB | 57/115 kB Progress (3): 1.5 MB | 81 kB | 61/115 kB Progress (3): 1.5 MB | 81 kB | 65/115 kB Progress (3): 1.5 MB | 81 kB | 69/115 kB Progress (3): 1.5 MB | 81 kB | 73/115 kB Progress (3): 1.5 MB | 81 kB | 77/115 kB Progress (3): 1.5 MB | 81 kB | 81/115 kB Progress (3): 1.5 MB | 81 kB | 85/115 kB Progress (3): 1.5 MB | 81 kB | 90/115 kB Progress (3): 1.5 MB | 81 kB | 94/115 kB Progress (3): 1.5 MB | 81 kB | 98/115 kB Progress (3): 1.5 MB | 81 kB | 102/115 kB Progress (3): 1.5 MB | 81 kB | 106/115 kB Progress (3): 1.5 MB | 81 kB | 110/115 kB Progress (3): 1.5 MB | 81 kB | 114/115 kB Progress (3): 1.5 MB | 81 kB | 115 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar (81 kB at 163 kB/s) Progress (3): 1.5 MB | 115 kB | 4.1/33 kB Progress (3): 1.5 MB | 115 kB | 7.7/33 kB Progress (3): 1.5 MB | 115 kB | 12/33 kB Progress (3): 1.5 MB | 115 kB | 16/33 kB Progress (3): 1.5 MB | 115 kB | 20/33 kB Progress (3): 1.5 MB | 115 kB | 24/33 kB Progress (3): 1.5 MB | 115 kB | 28/33 kB Progress (3): 1.5 MB | 115 kB | 32/33 kB Progress (3): 1.5 MB | 115 kB | 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 228 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar (33 kB at 66 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar (1.5 MB at 2.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip Progress (1): 0/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip (8.1 MB at 37 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar Progress (1): 4.1/218 kB Progress (1): 7.7/218 kB Progress (1): 12/218 kB Progress (1): 16/218 kB Progress (1): 20/218 kB Progress (1): 24/218 kB Progress (1): 28/218 kB Progress (1): 32/218 kB Progress (1): 36/218 kB Progress (1): 40/218 kB Progress (1): 45/218 kB Progress (1): 49/218 kB Progress (1): 53/218 kB Progress (1): 57/218 kB Progress (1): 61/218 kB Progress (1): 65/218 kB Progress (1): 69/218 kB Progress (1): 73/218 kB Progress (1): 77/218 kB Progress (1): 81/218 kB Progress (1): 85/218 kB Progress (1): 90/218 kB Progress (1): 94/218 kB Progress (1): 98/218 kB Progress (1): 102/218 kB Progress (1): 106/218 kB Progress (1): 110/218 kB Progress (1): 114/218 kB Progress (1): 118/218 kB Progress (1): 122/218 kB Progress (1): 126/218 kB Progress (1): 131/218 kB Progress (1): 135/218 kB Progress (1): 139/218 kB Progress (1): 143/218 kB Progress (1): 147/218 kB Progress (1): 151/218 kB Progress (1): 155/218 kB Progress (1): 159/218 kB Progress (1): 163/218 kB Progress (1): 167/218 kB Progress (1): 171/218 kB Progress (1): 176/218 kB Progress (1): 180/218 kB Progress (1): 184/218 kB Progress (1): 188/218 kB Progress (1): 192/218 kB Progress (1): 196/218 kB Progress (1): 200/218 kB Progress (1): 204/218 kB Progress (1): 208/218 kB Progress (1): 212/218 kB Progress (1): 217/218 kB Progress (1): 218 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar (218 kB at 8.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 36/148 kB Progress (1): 40/148 kB Progress (1): 45/148 kB Progress (1): 49/148 kB Progress (1): 53/148 kB Progress (1): 57/148 kB Progress (1): 61/148 kB Progress (1): 65/148 kB Progress (1): 69/148 kB Progress (1): 73/148 kB Progress (1): 77/148 kB Progress (1): 81/148 kB Progress (1): 85/148 kB Progress (1): 90/148 kB Progress (1): 94/148 kB Progress (1): 98/148 kB Progress (1): 102/148 kB Progress (1): 106/148 kB Progress (1): 110/148 kB Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 131/148 kB Progress (1): 135/148 kB Progress (1): 139/148 kB Progress (1): 143/148 kB Progress (1): 147/148 kB Progress (1): 148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar (148 kB at 2.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar Progress (1): 4.1/50 kB Progress (1): 7.7/50 kB Progress (1): 12/50 kB Progress (1): 16/50 kB Progress (1): 20/50 kB Progress (1): 24/50 kB Progress (1): 28/50 kB Progress (1): 32/50 kB Progress (1): 36/50 kB Progress (1): 40/50 kB Progress (1): 45/50 kB Progress (1): 49/50 kB Progress (1): 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar (50 kB at 225 kB/s) [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/jre] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/jre/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_validation_scope/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/configuration, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, full/capella.target-definition.targetplatform] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Retrieve included location:../modules/gmf-runtime-1.12.tpd Retrieve included location:../modules/gmf-runtime-1.12.tpd Retrieve included location:../modules/gmf-runtime-1.12.tpd Retrieve included location:../modules/gmf-runtime-1.12.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/stable/6.3.1-S20200114-102549/2019-06/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/ >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/ >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/ >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/ >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/ >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/ >> 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 p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ >> Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ Retrieve included location:../modules/gmf-runtime-1.12.tpd >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ The target platform definition file has been successfully generated. /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:25 min [INFO] Finished at: 2020-03-19T13:56:42Z [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 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom (2.1 kB at 22 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Progress (1): 770 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 3.3 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 64 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 312 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 167 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 36/148 kB Progress (1): 40/148 kB Progress (1): 45/148 kB Progress (1): 49/148 kB Progress (1): 53/148 kB Progress (1): 57/148 kB Progress (1): 61/148 kB Progress (1): 65/148 kB Progress (1): 69/148 kB Progress (1): 73/148 kB Progress (1): 77/148 kB Progress (1): 81/148 kB Progress (1): 85/148 kB Progress (1): 90/148 kB Progress (1): 94/148 kB Progress (1): 98/148 kB Progress (1): 102/148 kB Progress (1): 106/148 kB Progress (1): 110/148 kB Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 131/148 kB Progress (1): 135/148 kB Progress (1): 139/148 kB Progress (1): 143/148 kB Progress (1): 147/148 kB Progress (1): 148 kB Progress (2): 148 kB | 4.1/5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 3.6 MB/s) Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar (5.4 kB at 111 kB/s) Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 63 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom (1.7 kB at 28 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar Progress (1): 4.1/7.6 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar (7.6 kB at 165 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.pom (3.9 kB at 120 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.7.6.201602180812/org.jacoco.build-0.7.6.201602180812.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.7.6.201602180812/org.jacoco.build-0.7.6.201602180812.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.7.6.201602180812/org.jacoco.build-0.7.6.201602180812.pom (36 kB at 971 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.jar Progress (1): 4.1/52 kB Progress (1): 7.7/52 kB Progress (1): 12/52 kB Progress (1): 16/52 kB Progress (1): 20/52 kB Progress (1): 24/52 kB Progress (1): 28/52 kB Progress (1): 32/52 kB Progress (1): 36/52 kB Progress (1): 40/52 kB Progress (1): 45/52 kB Progress (1): 49/52 kB Progress (1): 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.jar (52 kB at 1.5 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.pom (2.2 kB at 28 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.jar Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.jar (19 kB at 169 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 89 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 78 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 669 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 241 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 27 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Progress (1): 4.1 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 71 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 608 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 211 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 784 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 40 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom (2.7 kB at 68 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Progress (2): 26 kB | 4.1/167 kB Progress (2): 26 kB | 7.7/167 kB Progress (2): 26 kB | 12/167 kB Progress (2): 26 kB | 16/167 kB Progress (2): 26 kB | 20/167 kB Progress (2): 26 kB | 24/167 kB Progress (2): 26 kB | 28/167 kB Progress (2): 26 kB | 32/167 kB Progress (2): 26 kB | 36/167 kB Progress (2): 26 kB | 40/167 kB Progress (2): 26 kB | 45/167 kB Progress (2): 26 kB | 49/167 kB Progress (3): 26 kB | 49/167 kB | 4.1/129 kB Progress (3): 26 kB | 53/167 kB | 4.1/129 kB Progress (3): 26 kB | 53/167 kB | 7.7/129 kB Progress (3): 26 kB | 57/167 kB | 7.7/129 kB Progress (3): 26 kB | 57/167 kB | 12/129 kB Progress (3): 26 kB | 57/167 kB | 16/129 kB Progress (3): 26 kB | 61/167 kB | 16/129 kB Progress (3): 26 kB | 65/167 kB | 16/129 kB Progress (3): 26 kB | 65/167 kB | 20/129 kB Progress (3): 26 kB | 65/167 kB | 24/129 kB Progress (3): 26 kB | 69/167 kB | 24/129 kB Progress (3): 26 kB | 69/167 kB | 28/129 kB Progress (3): 26 kB | 73/167 kB | 28/129 kB Progress (3): 26 kB | 73/167 kB | 32/129 kB Progress (3): 26 kB | 77/167 kB | 32/129 kB Progress (3): 26 kB | 81/167 kB | 32/129 kB Progress (3): 26 kB | 81/167 kB | 36/129 kB Progress (3): 26 kB | 81/167 kB | 40/129 kB Progress (3): 26 kB | 85/167 kB | 40/129 kB Progress (3): 26 kB | 85/167 kB | 45/129 kB Progress (3): 26 kB | 90/167 kB | 45/129 kB Progress (3): 26 kB | 90/167 kB | 49/129 kB Progress (3): 26 kB | 94/167 kB | 49/129 kB Progress (3): 26 kB | 98/167 kB | 49/129 kB Progress (3): 26 kB | 98/167 kB | 53/129 kB Progress (3): 26 kB | 98/167 kB | 57/129 kB Progress (3): 26 kB | 102/167 kB | 57/129 kB Progress (3): 26 kB | 102/167 kB | 61/129 kB Progress (3): 26 kB | 106/167 kB | 61/129 kB Progress (3): 26 kB | 106/167 kB | 65/129 kB Progress (3): 26 kB | 110/167 kB | 65/129 kB Progress (3): 26 kB | 114/167 kB | 65/129 kB Progress (3): 26 kB | 114/167 kB | 69/129 kB Progress (3): 26 kB | 114/167 kB | 73/129 kB Progress (3): 26 kB | 114/167 kB | 77/129 kB Progress (3): 26 kB | 118/167 kB | 77/129 kB Progress (3): 26 kB | 118/167 kB | 81/129 kB Progress (3): 26 kB | 122/167 kB | 81/129 kB Progress (3): 26 kB | 126/167 kB | 81/129 kB Progress (3): 26 kB | 126/167 kB | 85/129 kB Progress (3): 26 kB | 131/167 kB | 85/129 kB Progress (3): 26 kB | 131/167 kB | 90/129 kB Progress (3): 26 kB | 131/167 kB | 94/129 kB Progress (3): 26 kB | 135/167 kB | 94/129 kB Progress (4): 26 kB | 135/167 kB | 94/129 kB | 4.1/209 kB Progress (4): 26 kB | 135/167 kB | 98/129 kB | 4.1/209 kB Progress (4): 26 kB | 135/167 kB | 98/129 kB | 7.7/209 kB Progress (4): 26 kB | 139/167 kB | 98/129 kB | 7.7/209 kB Progress (4): 26 kB | 139/167 kB | 102/129 kB | 7.7/209 kB Progress (4): 26 kB | 139/167 kB | 102/129 kB | 12/209 kB Progress (4): 26 kB | 139/167 kB | 106/129 kB | 12/209 kB Progress (4): 26 kB | 143/167 kB | 106/129 kB | 12/209 kB Progress (4): 26 kB | 143/167 kB | 110/129 kB | 12/209 kB Progress (4): 26 kB | 143/167 kB | 110/129 kB | 16/209 kB Progress (4): 26 kB | 143/167 kB | 114/129 kB | 16/209 kB Progress (4): 26 kB | 147/167 kB | 114/129 kB | 16/209 kB Progress (4): 26 kB | 147/167 kB | 114/129 kB | 20/209 kB Progress (4): 26 kB | 147/167 kB | 118/129 kB | 20/209 kB Progress (4): 26 kB | 151/167 kB | 118/129 kB | 20/209 kB Progress (4): 26 kB | 151/167 kB | 118/129 kB | 24/209 kB Progress (4): 26 kB | 155/167 kB | 118/129 kB | 24/209 kB Progress (4): 26 kB | 155/167 kB | 122/129 kB | 24/209 kB Progress (4): 26 kB | 159/167 kB | 122/129 kB | 24/209 kB Progress (4): 26 kB | 159/167 kB | 122/129 kB | 28/209 kB Progress (4): 26 kB | 163/167 kB | 122/129 kB | 28/209 kB Progress (4): 26 kB | 163/167 kB | 126/129 kB | 28/209 kB Progress (4): 26 kB | 167 kB | 126/129 kB | 28/209 kB Progress (4): 26 kB | 167 kB | 126/129 kB | 32/209 kB Progress (4): 26 kB | 167 kB | 129 kB | 32/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 455 kB/s) Progress (3): 167 kB | 129 kB | 36/209 kB Progress (3): 167 kB | 129 kB | 40/209 kB Progress (3): 167 kB | 129 kB | 45/209 kB Progress (3): 167 kB | 129 kB | 49/209 kB Progress (3): 167 kB | 129 kB | 53/209 kB Progress (3): 167 kB | 129 kB | 57/209 kB Progress (3): 167 kB | 129 kB | 61/209 kB Progress (3): 167 kB | 129 kB | 65/209 kB Progress (3): 167 kB | 129 kB | 69/209 kB Progress (3): 167 kB | 129 kB | 73/209 kB Progress (3): 167 kB | 129 kB | 77/209 kB Progress (3): 167 kB | 129 kB | 81/209 kB Progress (3): 167 kB | 129 kB | 85/209 kB Progress (3): 167 kB | 129 kB | 90/209 kB Progress (3): 167 kB | 129 kB | 94/209 kB Progress (3): 167 kB | 129 kB | 98/209 kB Progress (3): 167 kB | 129 kB | 102/209 kB Progress (3): 167 kB | 129 kB | 106/209 kB Progress (3): 167 kB | 129 kB | 110/209 kB Progress (3): 167 kB | 129 kB | 114/209 kB Progress (3): 167 kB | 129 kB | 118/209 kB Progress (3): 167 kB | 129 kB | 122/209 kB Progress (3): 167 kB | 129 kB | 126/209 kB Progress (3): 167 kB | 129 kB | 131/209 kB Progress (3): 167 kB | 129 kB | 135/209 kB Progress (3): 167 kB | 129 kB | 139/209 kB Progress (3): 167 kB | 129 kB | 143/209 kB Progress (3): 167 kB | 129 kB | 147/209 kB Progress (3): 167 kB | 129 kB | 151/209 kB Progress (3): 167 kB | 129 kB | 155/209 kB Progress (3): 167 kB | 129 kB | 159/209 kB Progress (3): 167 kB | 129 kB | 163/209 kB Progress (3): 167 kB | 129 kB | 167/209 kB Progress (3): 167 kB | 129 kB | 171/209 kB Progress (3): 167 kB | 129 kB | 176/209 kB Progress (3): 167 kB | 129 kB | 180/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 2.6 MB/s) Progress (2): 129 kB | 184/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar (129 kB at 2.0 MB/s) Progress (1): 188/209 kB Progress (1): 192/209 kB Progress (1): 196/209 kB Progress (1): 200/209 kB Progress (1): 204/209 kB Progress (1): 208/209 kB Progress (1): 209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 2.9 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom (2.9 kB at 70 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar (23 kB at 554 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 1.3 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 319 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 1.1 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom (2.2 kB at 29 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar (28 kB at 705 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.6.0/tycho-pack200a-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.6.0/tycho-pack200a-plugin-1.6.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.6.0/tycho-pack200a-plugin-1.6.0.pom (1.3 kB at 19 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.6.0/tycho-pack200-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.6.0/tycho-pack200-1.6.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.6.0/tycho-pack200-1.6.0.pom (1.5 kB at 35 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.6.0/tycho-pack200a-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.6.0/tycho-pack200a-plugin-1.6.0.jar Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.6.0/tycho-pack200a-plugin-1.6.0.jar (7.2 kB at 133 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.pom Progress (1): 2.6 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.pom (2.6 kB at 123 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.3/maven-plugin-parent-1.1.3.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.3/maven-plugin-parent-1.1.3.pom (5.5 kB at 213 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom (12 kB at 339 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.jar Progress (1): 4.1/63 kB Progress (1): 7.7/63 kB Progress (1): 12/63 kB Progress (1): 16/63 kB Progress (1): 20/63 kB Progress (1): 24/63 kB Progress (1): 28/63 kB Progress (1): 32/63 kB Progress (1): 36/63 kB Progress (1): 40/63 kB Progress (1): 45/63 kB Progress (1): 49/63 kB Progress (1): 53/63 kB Progress (1): 57/63 kB Progress (1): 61/63 kB Progress (1): 63 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.jar (63 kB at 1.3 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.6.0/tycho-pack200b-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.6.0/tycho-pack200b-plugin-1.6.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.6.0/tycho-pack200b-plugin-1.6.0.pom (1.5 kB at 27 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.6.0/tycho-pack200b-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.6.0/tycho-pack200b-plugin-1.6.0.jar Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.6.0/tycho-pack200b-plugin-1.6.0.jar (6.8 kB at 111 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Progress (1): 4.1 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 326 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 317 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.3 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 481 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 484 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 285 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 589 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 962 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 694 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 515 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.9 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 358 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Progress (1): 4.1/124 kB Progress (1): 7.7/124 kB Progress (1): 12/124 kB Progress (1): 16/124 kB Progress (1): 20/124 kB Progress (1): 24/124 kB Progress (1): 28/124 kB Progress (1): 32/124 kB Progress (1): 36/124 kB Progress (1): 40/124 kB Progress (1): 45/124 kB Progress (1): 49/124 kB Progress (1): 53/124 kB Progress (1): 57/124 kB Progress (1): 61/124 kB Progress (1): 65/124 kB Progress (1): 69/124 kB Progress (1): 73/124 kB Progress (1): 77/124 kB Progress (1): 81/124 kB Progress (1): 85/124 kB Progress (1): 90/124 kB Progress (1): 94/124 kB Progress (1): 98/124 kB Progress (1): 102/124 kB Progress (1): 106/124 kB Progress (1): 110/124 kB Progress (1): 114/124 kB Progress (1): 118/124 kB Progress (1): 122/124 kB Progress (1): 124 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 1.8 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Progress (1): 4.1 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 313 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 1.2 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom (2.5 kB at 32 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar (33 kB at 505 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-document-bundle-plugin/1.6.0/tycho-document-bundle-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/1.6.0/tycho-document-bundle-plugin-1.6.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/1.6.0/tycho-document-bundle-plugin-1.6.0.pom (2.5 kB at 31 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-document-bundle-plugin/1.6.0/tycho-document-bundle-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/1.6.0/tycho-document-bundle-plugin-1.6.0.jar Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/1.6.0/tycho-document-bundle-plugin-1.6.0.jar (33 kB at 387 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 242 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 608 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 233 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Progress (1): 4.1/316 kB Progress (1): 7.7/316 kB Progress (1): 12/316 kB Progress (1): 16/316 kB Progress (1): 20/316 kB Progress (1): 24/316 kB Progress (1): 28/316 kB Progress (1): 32/316 kB Progress (1): 36/316 kB Progress (1): 40/316 kB Progress (1): 45/316 kB Progress (1): 49/316 kB Progress (1): 53/316 kB Progress (1): 57/316 kB Progress (1): 61/316 kB Progress (1): 65/316 kB Progress (1): 69/316 kB Progress (1): 73/316 kB Progress (1): 77/316 kB Progress (1): 81/316 kB Progress (1): 85/316 kB Progress (1): 90/316 kB Progress (1): 94/316 kB Progress (1): 98/316 kB Progress (1): 102/316 kB Progress (1): 106/316 kB Progress (1): 110/316 kB Progress (1): 114/316 kB Progress (1): 118/316 kB Progress (1): 122/316 kB Progress (1): 126/316 kB Progress (1): 131/316 kB Progress (1): 135/316 kB Progress (1): 139/316 kB Progress (1): 143/316 kB Progress (1): 147/316 kB Progress (1): 151/316 kB Progress (1): 155/316 kB Progress (1): 159/316 kB Progress (1): 163/316 kB Progress (1): 167/316 kB Progress (1): 171/316 kB Progress (1): 176/316 kB Progress (1): 180/316 kB Progress (1): 184/316 kB Progress (1): 188/316 kB Progress (1): 192/316 kB Progress (1): 196/316 kB Progress (1): 200/316 kB Progress (1): 204/316 kB Progress (1): 208/316 kB Progress (1): 212/316 kB Progress (1): 217/316 kB Progress (1): 221/316 kB Progress (1): 225/316 kB Progress (1): 229/316 kB Progress (1): 233/316 kB Progress (1): 237/316 kB Progress (1): 241/316 kB Progress (1): 245/316 kB Progress (1): 249/316 kB Progress (1): 253/316 kB Progress (1): 258/316 kB Progress (1): 262/316 kB Progress (1): 266/316 kB Progress (1): 270/316 kB Progress (1): 274/316 kB Progress (1): 278/316 kB Progress (1): 282/316 kB Progress (1): 286/316 kB Progress (1): 290/316 kB Progress (1): 294/316 kB Progress (1): 298/316 kB Progress (1): 303/316 kB Progress (1): 307/316 kB Progress (1): 311/316 kB Progress (1): 315/316 kB Progress (1): 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 4.0 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-director-plugin/1.6.0/tycho-p2-director-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.6.0/tycho-p2-director-plugin-1.6.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.6.0/tycho-p2-director-plugin-1.6.0.pom (2.9 kB at 38 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-director-plugin/1.6.0/tycho-p2-director-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.6.0/tycho-p2-director-plugin-1.6.0.jar Progress (1): 4.1/44 kB Progress (1): 7.7/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 24/44 kB Progress (1): 28/44 kB Progress (1): 32/44 kB Progress (1): 36/44 kB Progress (1): 40/44 kB Progress (1): 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.6.0/tycho-p2-director-plugin-1.6.0.jar (44 kB at 451 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-standalone-p2-director/1.6.0/tycho-standalone-p2-director-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.6.0/tycho-standalone-p2-director-1.6.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.6.0/tycho-standalone-p2-director-1.6.0.pom (1.8 kB at 23 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-standalone-p2-director/1.6.0/tycho-standalone-p2-director-1.6.0.zip Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18-sources.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.6.0/tycho-standalone-p2-director-1.6.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18-sources.jar Progress (1): 0/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (2): 0.3/8.0 MB | 4.1/542 kB Progress (2): 0.3/8.0 MB | 7.7/542 kB Progress (2): 0.3/8.0 MB | 12/542 kB Progress (2): 0.3/8.0 MB | 16/542 kB Progress (2): 0.4/8.0 MB | 16/542 kB Progress (2): 0.4/8.0 MB | 20/542 kB Progress (2): 0.4/8.0 MB | 24/542 kB Progress (2): 0.4/8.0 MB | 28/542 kB Progress (2): 0.4/8.0 MB | 28/542 kB Progress (2): 0.4/8.0 MB | 32/542 kB Progress (2): 0.4/8.0 MB | 36/542 kB Progress (2): 0.4/8.0 MB | 40/542 kB Progress (2): 0.4/8.0 MB | 45/542 kB Progress (2): 0.4/8.0 MB | 49/542 kB Progress (2): 0.5/8.0 MB | 49/542 kB Progress (2): 0.5/8.0 MB | 53/542 kB Progress (2): 0.5/8.0 MB | 57/542 kB Progress (2): 0.5/8.0 MB | 61/542 kB Progress (2): 0.5/8.0 MB | 65/542 kB Progress (2): 0.5/8.0 MB | 69/542 kB Progress (2): 0.5/8.0 MB | 73/542 kB Progress (2): 0.5/8.0 MB | 73/542 kB Progress (2): 0.5/8.0 MB | 77/542 kB Progress (2): 0.5/8.0 MB | 81/542 kB Progress (2): 0.5/8.0 MB | 85/542 kB Progress (2): 0.5/8.0 MB | 90/542 kB Progress (2): 0.5/8.0 MB | 94/542 kB Progress (2): 0.5/8.0 MB | 98/542 kB Progress (2): 0.5/8.0 MB | 102/542 kB Progress (2): 0.5/8.0 MB | 106/542 kB Progress (2): 0.5/8.0 MB | 110/542 kB Progress (2): 0.5/8.0 MB | 114/542 kB Progress (2): 0.5/8.0 MB | 114/542 kB Progress (2): 0.5/8.0 MB | 118/542 kB Progress (2): 0.5/8.0 MB | 122/542 kB Progress (2): 0.5/8.0 MB | 126/542 kB Progress (2): 0.5/8.0 MB | 131/542 kB Progress (2): 0.6/8.0 MB | 131/542 kB Progress (2): 0.6/8.0 MB | 135/542 kB Progress (2): 0.6/8.0 MB | 139/542 kB Progress (2): 0.6/8.0 MB | 143/542 kB Progress (2): 0.6/8.0 MB | 147/542 kB Progress (2): 0.6/8.0 MB | 151/542 kB Progress (2): 0.6/8.0 MB | 155/542 kB Progress (2): 0.6/8.0 MB | 159/542 kB Progress (2): 0.6/8.0 MB | 163/542 kB Progress (2): 0.6/8.0 MB | 163/542 kB Progress (2): 0.6/8.0 MB | 167/542 kB Progress (2): 0.6/8.0 MB | 171/542 kB Progress (2): 0.6/8.0 MB | 176/542 kB Progress (2): 0.6/8.0 MB | 180/542 kB Progress (2): 0.7/8.0 MB | 180/542 kB Progress (2): 0.7/8.0 MB | 184/542 kB Progress (2): 0.7/8.0 MB | 188/542 kB Progress (2): 0.7/8.0 MB | 192/542 kB Progress (2): 0.7/8.0 MB | 196/542 kB Progress (2): 0.7/8.0 MB | 200/542 kB Progress (2): 0.7/8.0 MB | 204/542 kB Progress (2): 0.7/8.0 MB | 208/542 kB Progress (2): 0.7/8.0 MB | 212/542 kB Progress (2): 0.7/8.0 MB | 212/542 kB Progress (2): 0.7/8.0 MB | 217/542 kB Progress (2): 0.7/8.0 MB | 221/542 kB Progress (2): 0.7/8.0 MB | 225/542 kB Progress (2): 0.7/8.0 MB | 229/542 kB Progress (2): 0.7/8.0 MB | 229/542 kB Progress (2): 0.7/8.0 MB | 233/542 kB Progress (2): 0.7/8.0 MB | 237/542 kB Progress (2): 0.7/8.0 MB | 241/542 kB Progress (2): 0.7/8.0 MB | 245/542 kB Progress (2): 0.7/8.0 MB | 249/542 kB Progress (2): 0.7/8.0 MB | 253/542 kB Progress (2): 0.7/8.0 MB | 258/542 kB Progress (2): 0.7/8.0 MB | 262/542 kB Progress (2): 0.8/8.0 MB | 262/542 kB Progress (2): 0.8/8.0 MB | 266/542 kB Progress (2): 0.8/8.0 MB | 270/542 kB Progress (2): 0.8/8.0 MB | 274/542 kB Progress (2): 0.8/8.0 MB | 278/542 kB Progress (2): 0.8/8.0 MB | 278/542 kB Progress (2): 0.8/8.0 MB | 282/542 kB Progress (2): 0.8/8.0 MB | 286/542 kB Progress (2): 0.8/8.0 MB | 290/542 kB Progress (2): 0.8/8.0 MB | 294/542 kB Progress (2): 0.8/8.0 MB | 298/542 kB Progress (2): 0.8/8.0 MB | 303/542 kB Progress (2): 0.8/8.0 MB | 307/542 kB Progress (2): 0.8/8.0 MB | 311/542 kB Progress (2): 0.9/8.0 MB | 311/542 kB Progress (2): 0.9/8.0 MB | 315/542 kB Progress (2): 0.9/8.0 MB | 319/542 kB Progress (2): 0.9/8.0 MB | 323/542 kB Progress (2): 0.9/8.0 MB | 327/542 kB Progress (2): 0.9/8.0 MB | 327/542 kB Progress (2): 0.9/8.0 MB | 331/542 kB Progress (2): 0.9/8.0 MB | 335/542 kB Progress (2): 0.9/8.0 MB | 339/542 kB Progress (2): 0.9/8.0 MB | 344/542 kB Progress (2): 0.9/8.0 MB | 348/542 kB Progress (2): 0.9/8.0 MB | 352/542 kB Progress (2): 0.9/8.0 MB | 356/542 kB Progress (2): 0.9/8.0 MB | 360/542 kB Progress (2): 0.9/8.0 MB | 364/542 kB Progress (2): 0.9/8.0 MB | 368/542 kB Progress (2): 0.9/8.0 MB | 372/542 kB Progress (2): 0.9/8.0 MB | 376/542 kB Progress (2): 0.9/8.0 MB | 380/542 kB Progress (2): 0.9/8.0 MB | 384/542 kB Progress (2): 0.9/8.0 MB | 389/542 kB Progress (2): 0.9/8.0 MB | 393/542 kB Progress (2): 0.9/8.0 MB | 397/542 kB Progress (2): 0.9/8.0 MB | 401/542 kB Progress (2): 0.9/8.0 MB | 405/542 kB Progress (2): 0.9/8.0 MB | 409/542 kB Progress (2): 0.9/8.0 MB | 413/542 kB Progress (2): 0.9/8.0 MB | 417/542 kB Progress (2): 0.9/8.0 MB | 421/542 kB Progress (2): 0.9/8.0 MB | 425/542 kB Progress (2): 0.9/8.0 MB | 430/542 kB Progress (2): 0.9/8.0 MB | 434/542 kB Progress (2): 0.9/8.0 MB | 438/542 kB Progress (2): 0.9/8.0 MB | 442/542 kB Progress (2): 0.9/8.0 MB | 446/542 kB Progress (2): 0.9/8.0 MB | 450/542 kB Progress (2): 0.9/8.0 MB | 454/542 kB Progress (2): 0.9/8.0 MB | 458/542 kB Progress (2): 0.9/8.0 MB | 462/542 kB Progress (2): 0.9/8.0 MB | 466/542 kB Progress (2): 0.9/8.0 MB | 471/542 kB Progress (2): 0.9/8.0 MB | 475/542 kB Progress (2): 0.9/8.0 MB | 479/542 kB Progress (2): 0.9/8.0 MB | 483/542 kB Progress (2): 0.9/8.0 MB | 487/542 kB Progress (2): 0.9/8.0 MB | 491/542 kB Progress (2): 0.9/8.0 MB | 495/542 kB Progress (2): 0.9/8.0 MB | 499/542 kB Progress (2): 0.9/8.0 MB | 503/542 kB Progress (2): 0.9/8.0 MB | 507/542 kB Progress (2): 0.9/8.0 MB | 511/542 kB Progress (2): 0.9/8.0 MB | 516/542 kB Progress (2): 0.9/8.0 MB | 520/542 kB Progress (2): 0.9/8.0 MB | 524/542 kB Progress (2): 0.9/8.0 MB | 528/542 kB Progress (2): 0.9/8.0 MB | 532/542 kB Progress (2): 0.9/8.0 MB | 536/542 kB Progress (2): 0.9/8.0 MB | 540/542 kB Progress (2): 0.9/8.0 MB | 542 kB Progress (2): 0.9/8.0 MB | 542 kB Progress (2): 1.0/8.0 MB | 542 kB Progress (2): 1.0/8.0 MB | 542 kB Progress (2): 1.1/8.0 MB | 542 kB Progress (2): 1.1/8.0 MB | 542 kB Progress (2): 1.1/8.0 MB | 542 kB Progress (2): 1.2/8.0 MB | 542 kB Progress (2): 1.2/8.0 MB | 542 kB Progress (2): 1.3/8.0 MB | 542 kB Progress (2): 1.3/8.0 MB | 542 kB Progress (2): 1.4/8.0 MB | 542 kB Progress (2): 1.4/8.0 MB | 542 kB Progress (2): 1.4/8.0 MB | 542 kB Progress (2): 1.5/8.0 MB | 542 kB Progress (2): 1.5/8.0 MB | 542 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18-sources.jar (542 kB at 3.6 MB/s) Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.6.0/tycho-standalone-p2-director-1.6.0.zip (8.0 MB at 26 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom Progress (1): 4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom (4.1 kB at 69 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar (32 kB at 458 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.pom (2.0 kB at 26 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.jar Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.jar (21 kB at 251 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.pom (1.4 kB at 26 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.jar (14 kB at 153 kB/s) [WARNING] No explicit target runtime environment configuration. Build is platform dependent. Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom (4.8 kB at 85 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar Progress (1): 4.1/58 kB Progress (1): 7.7/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 40/58 kB Progress (1): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar (58 kB at 1.0 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom (3.3 kB at 41 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom (1.5 kB at 26 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom (3.0 kB at 94 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom (1.5 kB at 20 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom (1.9 kB at 15 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom (3.3 kB at 56 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom (2.1 kB at 46 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 169 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 1.2 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.7 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 140 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 541 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 24 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 280 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Progress (1): 4.1 kB Progress (1): 7.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 351 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 105 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 640 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 37 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 219 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Progress (1): 492 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 21 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 382 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13/junit-4.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom (25 kB at 533 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 23 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 34 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 149 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 198 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 72 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 33 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 365 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 447 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 141 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 60 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 38 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 74 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 197 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 37 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 105 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 184 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 880 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 4.1 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 346 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Progress (2): 25 kB | 7.7/927 kB Progress (2): 25 kB | 16/927 kB Progress (2): 25 kB | 24/927 kB Progress (2): 25 kB | 32/927 kB Progress (2): 25 kB | 40/927 kB Progress (2): 25 kB | 49/927 kB Progress (2): 25 kB | 57/927 kB Progress (2): 25 kB | 65/927 kB Progress (2): 25 kB | 73/927 kB Progress (2): 25 kB | 81/927 kB Progress (2): 25 kB | 90/927 kB Progress (2): 25 kB | 98/927 kB Progress (2): 25 kB | 106/927 kB Progress (2): 25 kB | 114/927 kB Progress (2): 25 kB | 122/927 kB Progress (2): 25 kB | 131/927 kB Progress (2): 25 kB | 139/927 kB Progress (2): 25 kB | 147/927 kB Progress (2): 25 kB | 155/927 kB Progress (2): 25 kB | 163/927 kB Progress (2): 25 kB | 171/927 kB Progress (2): 25 kB | 180/927 kB Progress (2): 25 kB | 188/927 kB Progress (2): 25 kB | 196/927 kB Progress (2): 25 kB | 204/927 kB Progress (2): 25 kB | 212/927 kB Progress (2): 25 kB | 221/927 kB Progress (2): 25 kB | 229/927 kB Progress (2): 25 kB | 237/927 kB Progress (2): 25 kB | 245/927 kB Progress (2): 25 kB | 253/927 kB Progress (2): 25 kB | 262/927 kB Progress (2): 25 kB | 270/927 kB Progress (2): 25 kB | 278/927 kB Progress (2): 25 kB | 286/927 kB Progress (2): 25 kB | 294/927 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar (25 kB at 249 kB/s) Progress (1): 303/927 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar Progress (1): 311/927 kB Progress (1): 319/927 kB Progress (1): 327/927 kB Progress (1): 335/927 kB Progress (1): 344/927 kB Progress (1): 352/927 kB Progress (1): 360/927 kB Progress (1): 368/927 kB Progress (1): 376/927 kB Progress (1): 384/927 kB Progress (1): 393/927 kB Progress (1): 401/927 kB Progress (1): 409/927 kB Progress (1): 417/927 kB Progress (1): 425/927 kB Progress (1): 434/927 kB Progress (1): 442/927 kB Progress (1): 450/927 kB Progress (1): 458/927 kB Progress (1): 466/927 kB Progress (1): 475/927 kB Progress (1): 483/927 kB Progress (1): 491/927 kB Progress (1): 499/927 kB Progress (1): 507/927 kB Progress (1): 516/927 kB Progress (1): 524/927 kB Progress (1): 532/927 kB Progress (1): 540/927 kB Progress (1): 548/927 kB Progress (1): 557/927 kB Progress (1): 565/927 kB Progress (1): 573/927 kB Progress (1): 581/927 kB Progress (1): 589/927 kB Progress (1): 597/927 kB Progress (1): 606/927 kB Progress (1): 614/927 kB Progress (1): 622/927 kB Progress (1): 630/927 kB Progress (1): 638/927 kB Progress (1): 647/927 kB Progress (1): 655/927 kB Progress (1): 663/927 kB Progress (1): 671/927 kB Progress (1): 679/927 kB Progress (1): 688/927 kB Progress (1): 696/927 kB Progress (1): 704/927 kB Progress (2): 704/927 kB | 4.1/185 kB Progress (2): 712/927 kB | 4.1/185 kB Progress (2): 712/927 kB | 7.7/185 kB Progress (2): 720/927 kB | 7.7/185 kB Progress (2): 720/927 kB | 12/185 kB Progress (2): 720/927 kB | 16/185 kB Progress (2): 729/927 kB | 16/185 kB Progress (2): 737/927 kB | 16/185 kB Progress (2): 737/927 kB | 20/185 kB Progress (2): 737/927 kB | 24/185 kB Progress (2): 737/927 kB | 28/185 kB Progress (2): 737/927 kB | 32/185 kB Progress (2): 745/927 kB | 32/185 kB Progress (2): 753/927 kB | 32/185 kB Progress (2): 753/927 kB | 36/185 kB Progress (2): 753/927 kB | 40/185 kB Progress (2): 761/927 kB | 40/185 kB Progress (2): 761/927 kB | 45/185 kB Progress (2): 770/927 kB | 45/185 kB Progress (2): 770/927 kB | 49/185 kB Progress (2): 778/927 kB | 49/185 kB Progress (2): 778/927 kB | 53/185 kB Progress (2): 786/927 kB | 53/185 kB Progress (2): 786/927 kB | 57/185 kB Progress (2): 786/927 kB | 61/185 kB Progress (2): 786/927 kB | 65/185 kB Progress (2): 794/927 kB | 65/185 kB Progress (2): 802/927 kB | 65/185 kB Progress (2): 802/927 kB | 69/185 kB Progress (2): 802/927 kB | 73/185 kB Progress (2): 802/927 kB | 77/185 kB Progress (2): 810/927 kB | 77/185 kB Progress (2): 810/927 kB | 81/185 kB Progress (2): 819/927 kB | 81/185 kB Progress (2): 819/927 kB | 85/185 kB Progress (2): 827/927 kB | 85/185 kB Progress (2): 827/927 kB | 90/185 kB Progress (2): 835/927 kB | 90/185 kB Progress (2): 835/927 kB | 94/185 kB Progress (2): 835/927 kB | 98/185 kB Progress (2): 843/927 kB | 98/185 kB Progress (2): 851/927 kB | 98/185 kB Progress (2): 851/927 kB | 102/185 kB Progress (2): 851/927 kB | 106/185 kB Progress (2): 851/927 kB | 110/185 kB Progress (2): 851/927 kB | 114/185 kB Progress (2): 860/927 kB | 114/185 kB Progress (2): 860/927 kB | 118/185 kB Progress (2): 868/927 kB | 118/185 kB Progress (2): 868/927 kB | 122/185 kB Progress (2): 868/927 kB | 126/185 kB Progress (2): 868/927 kB | 131/185 kB Progress (3): 868/927 kB | 131/185 kB | 4.1/65 kB Progress (3): 868/927 kB | 135/185 kB | 4.1/65 kB Progress (3): 876/927 kB | 135/185 kB | 4.1/65 kB Progress (3): 876/927 kB | 139/185 kB | 4.1/65 kB Progress (3): 876/927 kB | 139/185 kB | 7.7/65 kB Progress (3): 876/927 kB | 143/185 kB | 7.7/65 kB Progress (3): 884/927 kB | 143/185 kB | 7.7/65 kB Progress (3): 884/927 kB | 147/185 kB | 7.7/65 kB Progress (3): 884/927 kB | 147/185 kB | 12/65 kB Progress (3): 884/927 kB | 147/185 kB | 16/65 kB Progress (3): 892/927 kB | 147/185 kB | 16/65 kB Progress (3): 892/927 kB | 151/185 kB | 16/65 kB Progress (3): 901/927 kB | 151/185 kB | 16/65 kB Progress (3): 901/927 kB | 151/185 kB | 20/65 kB Progress (3): 901/927 kB | 155/185 kB | 20/65 kB Progress (3): 901/927 kB | 155/185 kB | 24/65 kB Progress (3): 901/927 kB | 159/185 kB | 24/65 kB Progress (3): 901/927 kB | 159/185 kB | 28/65 kB Progress (3): 909/927 kB | 159/185 kB | 28/65 kB Progress (3): 909/927 kB | 159/185 kB | 32/65 kB Progress (3): 909/927 kB | 163/185 kB | 32/65 kB Progress (3): 917/927 kB | 163/185 kB | 32/65 kB Progress (3): 917/927 kB | 163/185 kB | 36/65 kB Progress (3): 917/927 kB | 167/185 kB | 36/65 kB Progress (3): 925/927 kB | 167/185 kB | 36/65 kB Progress (3): 925/927 kB | 167/185 kB | 40/65 kB Progress (3): 927 kB | 167/185 kB | 40/65 kB Progress (3): 927 kB | 171/185 kB | 40/65 kB Progress (3): 927 kB | 171/185 kB | 45/65 kB Progress (3): 927 kB | 176/185 kB | 45/65 kB Progress (3): 927 kB | 176/185 kB | 49/65 kB Progress (3): 927 kB | 180/185 kB | 49/65 kB Progress (3): 927 kB | 184/185 kB | 49/65 kB Progress (3): 927 kB | 184/185 kB | 53/65 kB Progress (3): 927 kB | 185 kB | 53/65 kB Progress (3): 927 kB | 185 kB | 57/65 kB Progress (3): 927 kB | 185 kB | 61/65 kB Progress (3): 927 kB | 185 kB | 65 kB Progress (4): 927 kB | 185 kB | 65 kB | 4.1/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 7.7/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 12/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 16/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 20/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 24/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 28/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 32/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 36/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 40/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 45/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 49/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 53/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 57/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 61/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 65/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 69/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 73/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 77/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 81/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 85/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 90/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 94/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 98/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 102/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 106/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 110/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 114/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 118/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 122/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 126/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 131/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 135/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 139/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 143/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 147/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 151/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 155/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 159/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 163/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 167/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 171/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 176/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 180/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 184/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 188/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 192/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 196/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 200/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 204/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 208/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 212/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 217/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 221/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 225/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 229/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 233/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 237/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 241/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 245/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 249/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 253/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 258/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 262/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 266/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 270/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 274/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 278/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 282/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 286/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 290/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 294/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 298/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 303/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 307/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 311/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 315/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 319/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 323/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 327/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 331/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 335/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 339/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 344/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 348/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 352/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 356/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 360/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 364/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 368/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 372/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 376/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 380/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 384/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 389/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 393/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 397/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 401/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 405/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 409/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 413/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 417/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 421/424 kB Progress (4): 927 kB | 185 kB | 65 kB | 424 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar (185 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Progress (4): 927 kB | 65 kB | 424 kB | 4.1/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 7.7/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 12/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 16/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 20/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 24/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 28/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 32/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 36/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 40/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 45/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 49/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 53/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 57/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 61/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 65/186 kB Progress (4): 927 kB | 65 kB | 424 kB | 69/186 kB Progress (5): 927 kB | 65 kB | 424 kB | 69/186 kB | 4.1/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 73/186 kB | 4.1/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 73/186 kB | 7.7/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 77/186 kB | 7.7/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 77/186 kB | 12/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 77/186 kB | 16/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 81/186 kB | 16/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 81/186 kB | 20/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 85/186 kB | 20/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 85/186 kB | 24/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 90/186 kB | 24/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 90/186 kB | 28/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 94/186 kB | 28/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 94/186 kB | 32/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 98/186 kB | 32/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 98/186 kB | 36/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 102/186 kB | 36/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 102/186 kB | 40/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 106/186 kB | 40/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 106/186 kB | 45/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 110/186 kB | 45/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 110/186 kB | 49/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 114/186 kB | 49/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 114/186 kB | 53/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 118/186 kB | 53/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 118/186 kB | 57/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 122/186 kB | 57/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 122/186 kB | 61/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 126/186 kB | 61/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 126/186 kB | 65/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 131/186 kB | 65/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 131/186 kB | 69/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 135/186 kB | 69/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 135/186 kB | 73/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 139/186 kB | 73/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 139/186 kB | 77/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 143/186 kB | 77/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 143/186 kB | 81/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 147/186 kB | 81/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 147/186 kB | 85/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 151/186 kB | 85/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 151/186 kB | 90/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 155/186 kB | 90/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 155/186 kB | 94/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 159/186 kB | 94/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 159/186 kB | 98/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 163/186 kB | 98/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 163/186 kB | 102/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 167/186 kB | 102/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 167/186 kB | 106/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 171/186 kB | 106/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 171/186 kB | 110/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 176/186 kB | 110/110 kB Progress (5): 927 kB | 65 kB | 424 kB | 176/186 kB | 110 kB Progress (5): 927 kB | 65 kB | 424 kB | 180/186 kB | 110 kB Progress (5): 927 kB | 65 kB | 424 kB | 184/186 kB | 110 kB Progress (5): 927 kB | 65 kB | 424 kB | 186 kB | 110 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Progress (5): 927 kB | 65 kB | 424 kB | 110 kB | 4.1/13 kB Progress (5): 927 kB | 65 kB | 424 kB | 110 kB | 7.7/13 kB Progress (5): 927 kB | 65 kB | 424 kB | 110 kB | 12/13 kB Progress (5): 927 kB | 65 kB | 424 kB | 110 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar (65 kB at 392 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 88 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Progress (4): 927 kB | 424 kB | 110 kB | 4.1/524 kB Progress (4): 927 kB | 424 kB | 110 kB | 7.7/524 kB Progress (4): 927 kB | 424 kB | 110 kB | 12/524 kB Progress (4): 927 kB | 424 kB | 110 kB | 16/524 kB Progress (4): 927 kB | 424 kB | 110 kB | 20/524 kB Progress (4): 927 kB | 424 kB | 110 kB | 24/524 kB Progress (4): 927 kB | 424 kB | 110 kB | 28/524 kB Progress (4): 927 kB | 424 kB | 110 kB | 32/524 kB Progress (5): 927 kB | 424 kB | 110 kB | 32/524 kB | 4.1/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 32/524 kB | 7.7/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 36/524 kB | 7.7/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 36/524 kB | 12/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 40/524 kB | 12/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 40/524 kB | 16/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 45/524 kB | 16/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 49/524 kB | 16/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 49/524 kB | 20/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 49/524 kB | 24/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 53/524 kB | 24/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 53/524 kB | 28/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 57/524 kB | 28/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 57/524 kB | 32/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 61/524 kB | 32/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 65/524 kB | 32/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 65/524 kB | 36/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 65/524 kB | 40/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 69/524 kB | 40/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 69/524 kB | 45/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 73/524 kB | 45/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 73/524 kB | 49/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 77/524 kB | 49/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 81/524 kB | 49/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 81/524 kB | 53/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 81/524 kB | 57/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 85/524 kB | 57/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 85/524 kB | 61/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 90/524 kB | 61/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 90/524 kB | 65/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 94/524 kB | 65/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 98/524 kB | 65/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 98/524 kB | 69/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 98/524 kB | 73/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 102/524 kB | 73/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 102/524 kB | 77/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 106/524 kB | 77/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 106/524 kB | 81/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 110/524 kB | 81/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 114/524 kB | 81/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 114/524 kB | 85/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 114/524 kB | 90/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 118/524 kB | 90/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 118/524 kB | 94/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 122/524 kB | 94/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 122/524 kB | 98/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 126/524 kB | 98/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 131/524 kB | 98/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 131/524 kB | 102/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 131/524 kB | 106/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 135/524 kB | 106/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 135/524 kB | 110/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 139/524 kB | 110/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 139/524 kB | 114/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 143/524 kB | 114/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 147/524 kB | 114/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 147/524 kB | 118/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 147/524 kB | 122/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 151/524 kB | 122/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 151/524 kB | 126/273 kB Progress (5): 927 kB | 424 kB | 110 kB | 155/524 kB | 126/273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar (927 kB at 5.2 MB/s) Progress (4): 424 kB | 110 kB | 155/524 kB | 131/273 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (4): 424 kB | 110 kB | 159/524 kB | 131/273 kB Progress (4): 424 kB | 110 kB | 159/524 kB | 135/273 kB Progress (4): 424 kB | 110 kB | 163/524 kB | 135/273 kB Progress (4): 424 kB | 110 kB | 163/524 kB | 139/273 kB Progress (4): 424 kB | 110 kB | 163/524 kB | 143/273 kB Progress (4): 424 kB | 110 kB | 163/524 kB | 147/273 kB Progress (4): 424 kB | 110 kB | 167/524 kB | 147/273 kB Progress (4): 424 kB | 110 kB | 171/524 kB | 147/273 kB Progress (4): 424 kB | 110 kB | 171/524 kB | 151/273 kB Progress (4): 424 kB | 110 kB | 171/524 kB | 155/273 kB Progress (4): 424 kB | 110 kB | 176/524 kB | 155/273 kB Progress (4): 424 kB | 110 kB | 176/524 kB | 159/273 kB Progress (4): 424 kB | 110 kB | 180/524 kB | 159/273 kB Progress (4): 424 kB | 110 kB | 180/524 kB | 163/273 kB Progress (4): 424 kB | 110 kB | 184/524 kB | 163/273 kB Progress (4): 424 kB | 110 kB | 184/524 kB | 167/273 kB Progress (4): 424 kB | 110 kB | 188/524 kB | 167/273 kB Progress (4): 424 kB | 110 kB | 192/524 kB | 167/273 kB Progress (4): 424 kB | 110 kB | 196/524 kB | 167/273 kB Progress (4): 424 kB | 110 kB | 196/524 kB | 171/273 kB Progress (4): 424 kB | 110 kB | 196/524 kB | 176/273 kB Progress (4): 424 kB | 110 kB | 200/524 kB | 176/273 kB Progress (4): 424 kB | 110 kB | 200/524 kB | 180/273 kB Progress (4): 424 kB | 110 kB | 204/524 kB | 180/273 kB Progress (4): 424 kB | 110 kB | 208/524 kB | 180/273 kB Progress (4): 424 kB | 110 kB | 212/524 kB | 180/273 kB Progress (4): 424 kB | 110 kB | 212/524 kB | 184/273 kB Progress (4): 424 kB | 110 kB | 212/524 kB | 188/273 kB Progress (4): 424 kB | 110 kB | 217/524 kB | 188/273 kB Progress (4): 424 kB | 110 kB | 217/524 kB | 192/273 kB Progress (4): 424 kB | 110 kB | 221/524 kB | 192/273 kB Progress (4): 424 kB | 110 kB | 221/524 kB | 196/273 kB Progress (4): 424 kB | 110 kB | 225/524 kB | 196/273 kB Progress (4): 424 kB | 110 kB | 229/524 kB | 196/273 kB Progress (4): 424 kB | 110 kB | 229/524 kB | 200/273 kB Progress (4): 424 kB | 110 kB | 229/524 kB | 204/273 kB Progress (4): 424 kB | 110 kB | 233/524 kB | 204/273 kB Progress (4): 424 kB | 110 kB | 233/524 kB | 208/273 kB Progress (4): 424 kB | 110 kB | 237/524 kB | 208/273 kB Progress (4): 424 kB | 110 kB | 237/524 kB | 212/273 kB Progress (4): 424 kB | 110 kB | 241/524 kB | 212/273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar (424 kB at 2.5 MB/s) Progress (3): 110 kB | 241/524 kB | 217/273 kB Progress (3): 110 kB | 245/524 kB | 217/273 kB Progress (3): 110 kB | 245/524 kB | 221/273 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (4): 110 kB | 245/524 kB | 221/273 kB | 4.1/39 kB Progress (4): 110 kB | 249/524 kB | 221/273 kB | 4.1/39 kB Progress (4): 110 kB | 249/524 kB | 225/273 kB | 4.1/39 kB Progress (4): 110 kB | 253/524 kB | 225/273 kB | 4.1/39 kB Progress (4): 110 kB | 253/524 kB | 225/273 kB | 7.7/39 kB Progress (4): 110 kB | 258/524 kB | 225/273 kB | 7.7/39 kB Progress (4): 110 kB | 258/524 kB | 229/273 kB | 7.7/39 kB Progress (4): 110 kB | 262/524 kB | 229/273 kB | 7.7/39 kB Progress (4): 110 kB | 262/524 kB | 229/273 kB | 12/39 kB Progress (4): 110 kB | 262/524 kB | 229/273 kB | 16/39 kB Progress (4): 110 kB | 266/524 kB | 229/273 kB | 16/39 kB Progress (4): 110 kB | 266/524 kB | 233/273 kB | 16/39 kB Progress (4): 110 kB | 266/524 kB | 233/273 kB | 20/39 kB Progress (4): 110 kB | 270/524 kB | 233/273 kB | 20/39 kB Progress (4): 110 kB | 270/524 kB | 233/273 kB | 24/39 kB Progress (4): 110 kB | 270/524 kB | 237/273 kB | 24/39 kB Progress (4): 110 kB | 270/524 kB | 237/273 kB | 28/39 kB Progress (4): 110 kB | 274/524 kB | 237/273 kB | 28/39 kB Progress (4): 110 kB | 274/524 kB | 237/273 kB | 32/39 kB Progress (4): 110 kB | 274/524 kB | 241/273 kB | 32/39 kB Progress (4): 110 kB | 274/524 kB | 241/273 kB | 36/39 kB Progress (4): 110 kB | 278/524 kB | 241/273 kB | 36/39 kB Progress (4): 110 kB | 278/524 kB | 241/273 kB | 39 kB Progress (4): 110 kB | 278/524 kB | 245/273 kB | 39 kB Progress (4): 110 kB | 282/524 kB | 245/273 kB | 39 kB Progress (4): 110 kB | 286/524 kB | 245/273 kB | 39 kB Progress (4): 110 kB | 290/524 kB | 245/273 kB | 39 kB Progress (4): 110 kB | 290/524 kB | 249/273 kB | 39 kB Progress (4): 110 kB | 294/524 kB | 249/273 kB | 39 kB Progress (4): 110 kB | 294/524 kB | 253/273 kB | 39 kB Progress (4): 110 kB | 294/524 kB | 258/273 kB | 39 kB Progress (4): 110 kB | 298/524 kB | 258/273 kB | 39 kB Progress (4): 110 kB | 298/524 kB | 262/273 kB | 39 kB Progress (4): 110 kB | 303/524 kB | 262/273 kB | 39 kB Progress (4): 110 kB | 307/524 kB | 262/273 kB | 39 kB Progress (4): 110 kB | 311/524 kB | 262/273 kB | 39 kB Progress (4): 110 kB | 311/524 kB | 266/273 kB | 39 kB Progress (4): 110 kB | 311/524 kB | 270/273 kB | 39 kB Progress (4): 110 kB | 315/524 kB | 270/273 kB | 39 kB Progress (4): 110 kB | 315/524 kB | 273 kB | 39 kB Progress (4): 110 kB | 319/524 kB | 273 kB | 39 kB Progress (4): 110 kB | 323/524 kB | 273 kB | 39 kB Progress (4): 110 kB | 327/524 kB | 273 kB | 39 kB Progress (4): 110 kB | 331/524 kB | 273 kB | 39 kB Progress (4): 110 kB | 335/524 kB | 273 kB | 39 kB Progress (4): 110 kB | 339/524 kB | 273 kB | 39 kB Progress (4): 110 kB | 344/524 kB | 273 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 223 kB/s) Progress (3): 110 kB | 348/524 kB | 273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 1.5 MB/s) Progress (2): 110 kB | 352/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar (110 kB at 620 kB/s) Progress (1): 356/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Progress (1): 360/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (1): 364/524 kB Progress (1): 368/524 kB Progress (1): 372/524 kB Progress (1): 376/524 kB Progress (1): 380/524 kB Progress (1): 384/524 kB Progress (1): 389/524 kB Progress (1): 393/524 kB Progress (2): 393/524 kB | 4.1/156 kB Progress (2): 393/524 kB | 7.7/156 kB Progress (2): 393/524 kB | 12/156 kB Progress (2): 397/524 kB | 12/156 kB Progress (2): 397/524 kB | 16/156 kB Progress (2): 401/524 kB | 16/156 kB Progress (2): 405/524 kB | 16/156 kB Progress (2): 409/524 kB | 16/156 kB Progress (2): 409/524 kB | 20/156 kB Progress (2): 413/524 kB | 20/156 kB Progress (2): 413/524 kB | 24/156 kB Progress (2): 417/524 kB | 24/156 kB Progress (2): 417/524 kB | 28/156 kB Progress (2): 421/524 kB | 28/156 kB Progress (2): 421/524 kB | 32/156 kB Progress (2): 425/524 kB | 32/156 kB Progress (2): 430/524 kB | 32/156 kB Progress (2): 434/524 kB | 32/156 kB Progress (2): 434/524 kB | 36/156 kB Progress (2): 438/524 kB | 36/156 kB Progress (2): 438/524 kB | 40/156 kB Progress (2): 442/524 kB | 40/156 kB Progress (2): 442/524 kB | 45/156 kB Progress (2): 442/524 kB | 49/156 kB Progress (2): 446/524 kB | 49/156 kB Progress (2): 450/524 kB | 49/156 kB Progress (2): 454/524 kB | 49/156 kB Progress (2): 458/524 kB | 49/156 kB Progress (2): 458/524 kB | 53/156 kB Progress (2): 458/524 kB | 57/156 kB Progress (2): 462/524 kB | 57/156 kB Progress (2): 462/524 kB | 61/156 kB Progress (2): 466/524 kB | 61/156 kB Progress (2): 466/524 kB | 65/156 kB Progress (2): 471/524 kB | 65/156 kB Progress (2): 475/524 kB | 65/156 kB Progress (2): 479/524 kB | 65/156 kB Progress (2): 479/524 kB | 69/156 kB Progress (2): 483/524 kB | 69/156 kB Progress (2): 483/524 kB | 73/156 kB Progress (2): 487/524 kB | 73/156 kB Progress (2): 487/524 kB | 77/156 kB Progress (2): 491/524 kB | 77/156 kB Progress (2): 491/524 kB | 81/156 kB Progress (2): 495/524 kB | 81/156 kB Progress (2): 499/524 kB | 81/156 kB Progress (2): 503/524 kB | 81/156 kB Progress (2): 507/524 kB | 81/156 kB Progress (2): 507/524 kB | 85/156 kB Progress (2): 507/524 kB | 90/156 kB Progress (2): 507/524 kB | 94/156 kB Progress (2): 511/524 kB | 94/156 kB Progress (2): 511/524 kB | 98/156 kB Progress (2): 516/524 kB | 98/156 kB Progress (2): 520/524 kB | 98/156 kB Progress (2): 524/524 kB | 98/156 kB Progress (2): 524 kB | 98/156 kB Progress (2): 524 kB | 102/156 kB Progress (2): 524 kB | 106/156 kB Progress (2): 524 kB | 110/156 kB Progress (2): 524 kB | 114/156 kB Progress (2): 524 kB | 118/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 2.8 MB/s) Progress (1): 122/156 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (1): 126/156 kB Progress (1): 131/156 kB Progress (1): 135/156 kB Progress (1): 139/156 kB Progress (1): 143/156 kB Progress (1): 147/156 kB Progress (1): 151/156 kB Progress (1): 155/156 kB Progress (1): 156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 818 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 168 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 139 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (1): 38 kB Progress (2): 38 kB | 4.1/194 kB Progress (2): 38 kB | 7.7/194 kB Progress (2): 38 kB | 12/194 kB Progress (2): 38 kB | 16/194 kB Progress (2): 38 kB | 20/194 kB Progress (2): 38 kB | 24/194 kB Progress (3): 38 kB | 24/194 kB | 4.1/68 kB Progress (3): 38 kB | 28/194 kB | 4.1/68 kB Progress (3): 38 kB | 28/194 kB | 7.7/68 kB Progress (3): 38 kB | 32/194 kB | 7.7/68 kB Progress (3): 38 kB | 32/194 kB | 12/68 kB Progress (4): 38 kB | 32/194 kB | 12/68 kB | 4.1/332 kB Progress (4): 38 kB | 32/194 kB | 16/68 kB | 4.1/332 kB Progress (4): 38 kB | 32/194 kB | 16/68 kB | 7.7/332 kB Progress (4): 38 kB | 32/194 kB | 16/68 kB | 12/332 kB Progress (4): 38 kB | 32/194 kB | 16/68 kB | 16/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 171 kB/s) Progress (3): 32/194 kB | 20/68 kB | 16/332 kB Progress (3): 36/194 kB | 20/68 kB | 16/332 kB Progress (3): 36/194 kB | 20/68 kB | 20/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Progress (4): 36/194 kB | 20/68 kB | 20/332 kB | 4.1/38 kB Progress (4): 36/194 kB | 20/68 kB | 24/332 kB | 4.1/38 kB Progress (4): 40/194 kB | 20/68 kB | 24/332 kB | 4.1/38 kB Progress (4): 40/194 kB | 24/68 kB | 24/332 kB | 4.1/38 kB Progress (4): 45/194 kB | 24/68 kB | 24/332 kB | 4.1/38 kB Progress (4): 45/194 kB | 24/68 kB | 28/332 kB | 4.1/38 kB Progress (4): 45/194 kB | 24/68 kB | 28/332 kB | 7.7/38 kB Progress (4): 45/194 kB | 24/68 kB | 32/332 kB | 7.7/38 kB Progress (4): 49/194 kB | 24/68 kB | 32/332 kB | 7.7/38 kB Progress (4): 49/194 kB | 28/68 kB | 32/332 kB | 7.7/38 kB Progress (4): 49/194 kB | 28/68 kB | 32/332 kB | 12/38 kB Progress (4): 49/194 kB | 32/68 kB | 32/332 kB | 12/38 kB Progress (4): 49/194 kB | 32/68 kB | 36/332 kB | 12/38 kB Progress (4): 53/194 kB | 32/68 kB | 36/332 kB | 12/38 kB Progress (4): 53/194 kB | 32/68 kB | 36/332 kB | 16/38 kB Progress (4): 57/194 kB | 32/68 kB | 36/332 kB | 16/38 kB Progress (4): 57/194 kB | 36/68 kB | 36/332 kB | 16/38 kB Progress (4): 57/194 kB | 36/68 kB | 40/332 kB | 16/38 kB Progress (5): 57/194 kB | 36/68 kB | 40/332 kB | 16/38 kB | 4.1/35 kB Progress (5): 57/194 kB | 36/68 kB | 45/332 kB | 16/38 kB | 4.1/35 kB Progress (5): 57/194 kB | 36/68 kB | 45/332 kB | 20/38 kB | 4.1/35 kB Progress (5): 57/194 kB | 40/68 kB | 45/332 kB | 20/38 kB | 4.1/35 kB Progress (5): 61/194 kB | 40/68 kB | 45/332 kB | 20/38 kB | 4.1/35 kB Progress (5): 61/194 kB | 45/68 kB | 45/332 kB | 20/38 kB | 4.1/35 kB Progress (5): 61/194 kB | 49/68 kB | 45/332 kB | 20/38 kB | 4.1/35 kB Progress (5): 61/194 kB | 49/68 kB | 45/332 kB | 24/38 kB | 4.1/35 kB Progress (5): 61/194 kB | 49/68 kB | 49/332 kB | 24/38 kB | 4.1/35 kB Progress (5): 61/194 kB | 49/68 kB | 49/332 kB | 24/38 kB | 7.7/35 kB Progress (5): 61/194 kB | 53/68 kB | 49/332 kB | 24/38 kB | 7.7/35 kB Progress (5): 61/194 kB | 53/68 kB | 49/332 kB | 28/38 kB | 7.7/35 kB Progress (5): 61/194 kB | 53/68 kB | 49/332 kB | 32/38 kB | 7.7/35 kB Progress (5): 65/194 kB | 53/68 kB | 49/332 kB | 32/38 kB | 7.7/35 kB Progress (5): 65/194 kB | 53/68 kB | 49/332 kB | 36/38 kB | 7.7/35 kB Progress (5): 65/194 kB | 57/68 kB | 49/332 kB | 36/38 kB | 7.7/35 kB Progress (5): 65/194 kB | 57/68 kB | 53/332 kB | 36/38 kB | 7.7/35 kB Progress (5): 65/194 kB | 57/68 kB | 57/332 kB | 36/38 kB | 7.7/35 kB Progress (5): 65/194 kB | 57/68 kB | 61/332 kB | 36/38 kB | 7.7/35 kB Progress (5): 65/194 kB | 57/68 kB | 65/332 kB | 36/38 kB | 7.7/35 kB Progress (5): 65/194 kB | 57/68 kB | 65/332 kB | 36/38 kB | 12/35 kB Progress (5): 65/194 kB | 61/68 kB | 65/332 kB | 36/38 kB | 12/35 kB Progress (5): 69/194 kB | 61/68 kB | 65/332 kB | 36/38 kB | 12/35 kB Progress (5): 73/194 kB | 61/68 kB | 65/332 kB | 36/38 kB | 12/35 kB Progress (5): 77/194 kB | 61/68 kB | 65/332 kB | 36/38 kB | 12/35 kB Progress (5): 81/194 kB | 61/68 kB | 65/332 kB | 36/38 kB | 12/35 kB Progress (5): 81/194 kB | 61/68 kB | 65/332 kB | 38 kB | 12/35 kB Progress (5): 81/194 kB | 65/68 kB | 65/332 kB | 38 kB | 12/35 kB Progress (5): 81/194 kB | 65/68 kB | 69/332 kB | 38 kB | 12/35 kB Progress (5): 81/194 kB | 65/68 kB | 69/332 kB | 38 kB | 16/35 kB Progress (5): 81/194 kB | 65/68 kB | 73/332 kB | 38 kB | 16/35 kB Progress (5): 81/194 kB | 68 kB | 73/332 kB | 38 kB | 16/35 kB Progress (5): 81/194 kB | 68 kB | 73/332 kB | 38 kB | 20/35 kB Progress (5): 85/194 kB | 68 kB | 73/332 kB | 38 kB | 20/35 kB Progress (5): 90/194 kB | 68 kB | 73/332 kB | 38 kB | 20/35 kB Progress (5): 94/194 kB | 68 kB | 73/332 kB | 38 kB | 20/35 kB Progress (5): 94/194 kB | 68 kB | 73/332 kB | 38 kB | 24/35 kB Progress (5): 94/194 kB | 68 kB | 77/332 kB | 38 kB | 24/35 kB Progress (5): 94/194 kB | 68 kB | 77/332 kB | 38 kB | 28/35 kB Progress (5): 98/194 kB | 68 kB | 77/332 kB | 38 kB | 28/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 294 kB/s) Progress (4): 98/194 kB | 77/332 kB | 38 kB | 32/35 kB Progress (4): 98/194 kB | 81/332 kB | 38 kB | 32/35 kB Progress (4): 98/194 kB | 81/332 kB | 38 kB | 35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Progress (4): 102/194 kB | 81/332 kB | 38 kB | 35 kB Progress (4): 102/194 kB | 85/332 kB | 38 kB | 35 kB Progress (4): 106/194 kB | 85/332 kB | 38 kB | 35 kB Progress (4): 106/194 kB | 90/332 kB | 38 kB | 35 kB Progress (4): 110/194 kB | 90/332 kB | 38 kB | 35 kB Progress (4): 110/194 kB | 94/332 kB | 38 kB | 35 kB Progress (4): 114/194 kB | 94/332 kB | 38 kB | 35 kB Progress (4): 114/194 kB | 98/332 kB | 38 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 151 kB/s) Progress (3): 118/194 kB | 98/332 kB | 38 kB Progress (3): 118/194 kB | 102/332 kB | 38 kB Progress (3): 118/194 kB | 106/332 kB | 38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Progress (4): 118/194 kB | 106/332 kB | 38 kB | 4.1/108 kB Progress (4): 118/194 kB | 110/332 kB | 38 kB | 4.1/108 kB Progress (4): 122/194 kB | 110/332 kB | 38 kB | 4.1/108 kB Progress (4): 122/194 kB | 114/332 kB | 38 kB | 4.1/108 kB Progress (4): 122/194 kB | 114/332 kB | 38 kB | 7.7/108 kB Progress (4): 126/194 kB | 114/332 kB | 38 kB | 7.7/108 kB Progress (4): 126/194 kB | 114/332 kB | 38 kB | 12/108 kB Progress (4): 131/194 kB | 114/332 kB | 38 kB | 12/108 kB Progress (4): 131/194 kB | 114/332 kB | 38 kB | 16/108 kB Progress (4): 131/194 kB | 118/332 kB | 38 kB | 16/108 kB Progress (4): 135/194 kB | 118/332 kB | 38 kB | 16/108 kB Progress (4): 135/194 kB | 122/332 kB | 38 kB | 16/108 kB Progress (4): 139/194 kB | 122/332 kB | 38 kB | 16/108 kB Progress (5): 139/194 kB | 122/332 kB | 38 kB | 16/108 kB | 4.1/315 kB Progress (5): 139/194 kB | 122/332 kB | 38 kB | 20/108 kB | 4.1/315 kB Progress (5): 139/194 kB | 122/332 kB | 38 kB | 20/108 kB | 7.7/315 kB Progress (5): 143/194 kB | 122/332 kB | 38 kB | 20/108 kB | 7.7/315 kB Progress (5): 143/194 kB | 126/332 kB | 38 kB | 20/108 kB | 7.7/315 kB Progress (5): 147/194 kB | 126/332 kB | 38 kB | 20/108 kB | 7.7/315 kB Progress (5): 147/194 kB | 126/332 kB | 38 kB | 20/108 kB | 12/315 kB Progress (5): 147/194 kB | 126/332 kB | 38 kB | 24/108 kB | 12/315 kB Progress (5): 151/194 kB | 126/332 kB | 38 kB | 24/108 kB | 12/315 kB Progress (5): 151/194 kB | 126/332 kB | 38 kB | 24/108 kB | 16/315 kB Progress (5): 151/194 kB | 131/332 kB | 38 kB | 24/108 kB | 16/315 kB Progress (5): 155/194 kB | 131/332 kB | 38 kB | 24/108 kB | 16/315 kB Progress (5): 155/194 kB | 131/332 kB | 38 kB | 28/108 kB | 16/315 kB Progress (5): 159/194 kB | 131/332 kB | 38 kB | 28/108 kB | 16/315 kB Progress (5): 159/194 kB | 131/332 kB | 38 kB | 28/108 kB | 20/315 kB Progress (5): 159/194 kB | 135/332 kB | 38 kB | 28/108 kB | 20/315 kB Progress (5): 163/194 kB | 135/332 kB | 38 kB | 28/108 kB | 20/315 kB Progress (5): 163/194 kB | 135/332 kB | 38 kB | 32/108 kB | 20/315 kB Progress (5): 163/194 kB | 139/332 kB | 38 kB | 32/108 kB | 20/315 kB Progress (5): 163/194 kB | 139/332 kB | 38 kB | 32/108 kB | 24/315 kB Progress (5): 163/194 kB | 139/332 kB | 38 kB | 36/108 kB | 24/315 kB Progress (5): 163/194 kB | 143/332 kB | 38 kB | 36/108 kB | 24/315 kB Progress (5): 167/194 kB | 143/332 kB | 38 kB | 36/108 kB | 24/315 kB Progress (5): 167/194 kB | 147/332 kB | 38 kB | 36/108 kB | 24/315 kB Progress (5): 167/194 kB | 147/332 kB | 38 kB | 40/108 kB | 24/315 kB Progress (5): 167/194 kB | 147/332 kB | 38 kB | 40/108 kB | 28/315 kB Progress (5): 167/194 kB | 147/332 kB | 38 kB | 45/108 kB | 28/315 kB Progress (5): 171/194 kB | 147/332 kB | 38 kB | 45/108 kB | 28/315 kB Progress (5): 171/194 kB | 147/332 kB | 38 kB | 49/108 kB | 28/315 kB Progress (5): 171/194 kB | 151/332 kB | 38 kB | 49/108 kB | 28/315 kB Progress (5): 171/194 kB | 151/332 kB | 38 kB | 49/108 kB | 32/315 kB Progress (5): 171/194 kB | 151/332 kB | 38 kB | 53/108 kB | 32/315 kB Progress (5): 171/194 kB | 155/332 kB | 38 kB | 53/108 kB | 32/315 kB Progress (5): 176/194 kB | 155/332 kB | 38 kB | 53/108 kB | 32/315 kB Progress (5): 176/194 kB | 159/332 kB | 38 kB | 53/108 kB | 32/315 kB Progress (5): 176/194 kB | 159/332 kB | 38 kB | 53/108 kB | 36/315 kB Progress (5): 176/194 kB | 159/332 kB | 38 kB | 57/108 kB | 36/315 kB Progress (5): 176/194 kB | 159/332 kB | 38 kB | 57/108 kB | 40/315 kB Progress (5): 176/194 kB | 163/332 kB | 38 kB | 57/108 kB | 40/315 kB Progress (5): 180/194 kB | 163/332 kB | 38 kB | 57/108 kB | 40/315 kB Progress (5): 180/194 kB | 163/332 kB | 38 kB | 57/108 kB | 45/315 kB Progress (5): 180/194 kB | 163/332 kB | 38 kB | 61/108 kB | 45/315 kB Progress (5): 180/194 kB | 167/332 kB | 38 kB | 61/108 kB | 45/315 kB Progress (5): 184/194 kB | 167/332 kB | 38 kB | 61/108 kB | 45/315 kB Progress (5): 184/194 kB | 167/332 kB | 38 kB | 61/108 kB | 49/315 kB Progress (5): 188/194 kB | 167/332 kB | 38 kB | 61/108 kB | 49/315 kB Progress (5): 188/194 kB | 171/332 kB | 38 kB | 61/108 kB | 49/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 155 kB/s) Progress (4): 188/194 kB | 171/332 kB | 65/108 kB | 49/315 kB Progress (4): 188/194 kB | 176/332 kB | 65/108 kB | 49/315 kB Progress (4): 188/194 kB | 176/332 kB | 65/108 kB | 53/315 kB Progress (4): 192/194 kB | 176/332 kB | 65/108 kB | 53/315 kB Progress (4): 192/194 kB | 176/332 kB | 69/108 kB | 53/315 kB Progress (4): 192/194 kB | 176/332 kB | 69/108 kB | 57/315 kB Progress (4): 192/194 kB | 180/332 kB | 69/108 kB | 57/315 kB Progress (4): 192/194 kB | 180/332 kB | 69/108 kB | 61/315 kB Progress (4): 192/194 kB | 180/332 kB | 73/108 kB | 61/315 kB Progress (4): 194 kB | 180/332 kB | 73/108 kB | 61/315 kB Progress (4): 194 kB | 180/332 kB | 77/108 kB | 61/315 kB Progress (4): 194 kB | 180/332 kB | 77/108 kB | 65/315 kB Progress (4): 194 kB | 180/332 kB | 81/108 kB | 65/315 kB Progress (4): 194 kB | 184/332 kB | 81/108 kB | 65/315 kB Progress (4): 194 kB | 188/332 kB | 81/108 kB | 65/315 kB Progress (4): 194 kB | 188/332 kB | 81/108 kB | 69/315 kB Progress (4): 194 kB | 188/332 kB | 85/108 kB | 69/315 kB Progress (4): 194 kB | 192/332 kB | 85/108 kB | 69/315 kB Progress (4): 194 kB | 192/332 kB | 90/108 kB | 69/315 kB Progress (4): 194 kB | 192/332 kB | 90/108 kB | 73/315 kB Progress (4): 194 kB | 192/332 kB | 94/108 kB | 73/315 kB Progress (4): 194 kB | 196/332 kB | 94/108 kB | 73/315 kB Progress (4): 194 kB | 196/332 kB | 98/108 kB | 73/315 kB Progress (4): 194 kB | 196/332 kB | 98/108 kB | 77/315 kB Progress (4): 194 kB | 196/332 kB | 98/108 kB | 81/315 kB Progress (4): 194 kB | 196/332 kB | 102/108 kB | 81/315 kB Progress (4): 194 kB | 200/332 kB | 102/108 kB | 81/315 kB Progress (4): 194 kB | 200/332 kB | 106/108 kB | 81/315 kB Progress (4): 194 kB | 200/332 kB | 106/108 kB | 85/315 kB Progress (4): 194 kB | 204/332 kB | 106/108 kB | 85/315 kB Progress (4): 194 kB | 204/332 kB | 106/108 kB | 90/315 kB Progress (4): 194 kB | 204/332 kB | 108 kB | 90/315 kB Progress (4): 194 kB | 204/332 kB | 108 kB | 94/315 kB Progress (4): 194 kB | 208/332 kB | 108 kB | 94/315 kB Progress (4): 194 kB | 208/332 kB | 108 kB | 98/315 kB Progress (4): 194 kB | 212/332 kB | 108 kB | 98/315 kB Progress (4): 194 kB | 212/332 kB | 108 kB | 102/315 kB Progress (4): 194 kB | 212/332 kB | 108 kB | 106/315 kB Progress (4): 194 kB | 212/332 kB | 108 kB | 110/315 kB Progress (4): 194 kB | 217/332 kB | 108 kB | 110/315 kB Progress (4): 194 kB | 217/332 kB | 108 kB | 114/315 kB Progress (4): 194 kB | 221/332 kB | 108 kB | 114/315 kB Progress (4): 194 kB | 225/332 kB | 108 kB | 114/315 kB Progress (4): 194 kB | 225/332 kB | 108 kB | 118/315 kB Progress (4): 194 kB | 229/332 kB | 108 kB | 118/315 kB Progress (4): 194 kB | 229/332 kB | 108 kB | 122/315 kB Progress (4): 194 kB | 229/332 kB | 108 kB | 126/315 kB Progress (4): 194 kB | 229/332 kB | 108 kB | 131/315 kB Progress (4): 194 kB | 233/332 kB | 108 kB | 131/315 kB Progress (4): 194 kB | 233/332 kB | 108 kB | 135/315 kB Progress (4): 194 kB | 237/332 kB | 108 kB | 135/315 kB Progress (4): 194 kB | 237/332 kB | 108 kB | 139/315 kB Progress (4): 194 kB | 241/332 kB | 108 kB | 139/315 kB Progress (4): 194 kB | 241/332 kB | 108 kB | 143/315 kB Progress (4): 194 kB | 245/332 kB | 108 kB | 143/315 kB Progress (4): 194 kB | 245/332 kB | 108 kB | 147/315 kB Progress (4): 194 kB | 245/332 kB | 108 kB | 151/315 kB Progress (4): 194 kB | 249/332 kB | 108 kB | 151/315 kB Progress (4): 194 kB | 249/332 kB | 108 kB | 155/315 kB Progress (4): 194 kB | 253/332 kB | 108 kB | 155/315 kB Progress (4): 194 kB | 253/332 kB | 108 kB | 159/315 kB Progress (4): 194 kB | 258/332 kB | 108 kB | 159/315 kB Progress (4): 194 kB | 258/332 kB | 108 kB | 163/315 kB Progress (4): 194 kB | 262/332 kB | 108 kB | 163/315 kB Progress (4): 194 kB | 262/332 kB | 108 kB | 167/315 kB Progress (4): 194 kB | 262/332 kB | 108 kB | 171/315 kB Progress (4): 194 kB | 262/332 kB | 108 kB | 176/315 kB Progress (4): 194 kB | 266/332 kB | 108 kB | 176/315 kB Progress (4): 194 kB | 266/332 kB | 108 kB | 180/315 kB Progress (4): 194 kB | 270/332 kB | 108 kB | 180/315 kB Progress (4): 194 kB | 274/332 kB | 108 kB | 180/315 kB Progress (4): 194 kB | 274/332 kB | 108 kB | 184/315 kB Progress (4): 194 kB | 278/332 kB | 108 kB | 184/315 kB Progress (4): 194 kB | 278/332 kB | 108 kB | 188/315 kB Progress (4): 194 kB | 278/332 kB | 108 kB | 192/315 kB Progress (4): 194 kB | 278/332 kB | 108 kB | 196/315 kB Progress (4): 194 kB | 282/332 kB | 108 kB | 196/315 kB Progress (4): 194 kB | 282/332 kB | 108 kB | 200/315 kB Progress (4): 194 kB | 286/332 kB | 108 kB | 200/315 kB Progress (4): 194 kB | 286/332 kB | 108 kB | 204/315 kB Progress (4): 194 kB | 290/332 kB | 108 kB | 204/315 kB Progress (4): 194 kB | 290/332 kB | 108 kB | 208/315 kB Progress (4): 194 kB | 294/332 kB | 108 kB | 208/315 kB Progress (4): 194 kB | 294/332 kB | 108 kB | 212/315 kB Progress (4): 194 kB | 294/332 kB | 108 kB | 217/315 kB Progress (4): 194 kB | 298/332 kB | 108 kB | 217/315 kB Progress (4): 194 kB | 298/332 kB | 108 kB | 221/315 kB Progress (4): 194 kB | 303/332 kB | 108 kB | 221/315 kB Progress (4): 194 kB | 303/332 kB | 108 kB | 225/315 kB Progress (4): 194 kB | 307/332 kB | 108 kB | 225/315 kB Progress (4): 194 kB | 307/332 kB | 108 kB | 229/315 kB Progress (4): 194 kB | 311/332 kB | 108 kB | 229/315 kB Progress (4): 194 kB | 311/332 kB | 108 kB | 233/315 kB Progress (4): 194 kB | 311/332 kB | 108 kB | 237/315 kB Progress (4): 194 kB | 311/332 kB | 108 kB | 241/315 kB Progress (4): 194 kB | 315/332 kB | 108 kB | 241/315 kB Progress (4): 194 kB | 315/332 kB | 108 kB | 245/315 kB Progress (4): 194 kB | 319/332 kB | 108 kB | 245/315 kB Progress (4): 194 kB | 323/332 kB | 108 kB | 245/315 kB Progress (4): 194 kB | 323/332 kB | 108 kB | 249/315 kB Progress (4): 194 kB | 327/332 kB | 108 kB | 249/315 kB Progress (4): 194 kB | 327/332 kB | 108 kB | 253/315 kB Progress (4): 194 kB | 327/332 kB | 108 kB | 258/315 kB Progress (4): 194 kB | 331/332 kB | 108 kB | 258/315 kB Progress (4): 194 kB | 331/332 kB | 108 kB | 262/315 kB Progress (4): 194 kB | 332 kB | 108 kB | 262/315 kB Progress (4): 194 kB | 332 kB | 108 kB | 266/315 kB Progress (4): 194 kB | 332 kB | 108 kB | 270/315 kB Progress (4): 194 kB | 332 kB | 108 kB | 274/315 kB Progress (4): 194 kB | 332 kB | 108 kB | 278/315 kB Progress (4): 194 kB | 332 kB | 108 kB | 282/315 kB Progress (4): 194 kB | 332 kB | 108 kB | 286/315 kB Progress (4): 194 kB | 332 kB | 108 kB | 290/315 kB Progress (4): 194 kB | 332 kB | 108 kB | 294/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 1.3 MB/s) Progress (3): 194 kB | 108 kB | 298/315 kB Progress (3): 194 kB | 108 kB | 303/315 kB Progress (3): 194 kB | 108 kB | 307/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 750 kB/s) Progress (2): 108 kB | 311/315 kB Progress (2): 108 kB | 315/315 kB Progress (2): 108 kB | 315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 383 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 1.1 MB/s) [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_validation_scope/common/features/org.polarsys.capella.common.feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ [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/stable/6.3.1-S20200114-102549/2019-06/ [INFO] Adding repository https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06 [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/ [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/ [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637 [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/ [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/ [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637 [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/ [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/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_validation_scope/common/features/org.polarsys.capella.common.feature/pom.xml [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/milestones/S201806010809/plugins/ (246.29kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/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/milestones/S201806010809/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/milestones/S201806010809/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/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/milestones/S201806010809/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/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/milestones/S201806010809/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (19.63kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/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/milestones/S201806010809/plugins/ (1.24MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/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.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (114.55kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (252.28kB) [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.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (117.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.64kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.82kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (99.1kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (130.38kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.9.0.201805221301.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/plugins/ (384.01kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (111.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (185.95kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (28.52kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (92.23kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (99.98kB) [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.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.54kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (215.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (88.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (134.24kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (90.67kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (191.42kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (212.88kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.48kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.59kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (114.78kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (120.99kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (67.99kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (307.45kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.22kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201805221301.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/plugins/ (246.02kB) [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.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (351.62kB) [INFO] Fetching org.eclipse.sirius.common_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (85.65kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (33.11kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (14.26kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (9.95kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (7.44kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (93.5kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (18.1kB) [INFO] Fetching org.eclipse.sirius.diagram_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (353.77kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (24.05kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (2.89MB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (39.17kB) [INFO] Fetching org.eclipse.sirius.ui_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (378.25kB) [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.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (13.5kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (7.95kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (10.56kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (7.03kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (7.47kB) [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.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (97kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (26.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (33.81kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (51.86kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (19.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (23.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (17.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.report_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (4.29kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (22.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (75.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (269.03kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (15.52kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (18.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (12.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/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_validation_scope/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_validation_scope/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_validation_scope/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.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (162.92kB) [INFO] Fetching org.eclipse.sirius.tree.ui_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (72.67kB) Mar 19, 2020 1:57:46 PM 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 Mar 19, 2020 1:57:46 PM 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) Mar 19, 2020 1:57:48 PM 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 Mar 19, 2020 1:57:48 PM 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.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (169.47kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (7.34kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (43.37kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (15.25kB) [INFO] Fetching org.eclipse.sirius.tree_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (72.94kB) [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.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (28.4kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (17.86kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (54.07kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (14.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (21.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (59.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (33.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (74.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (14.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (77.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (9.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (70.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (6.21kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (32.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (272.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (14.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (18.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (29.61kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (32.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (18.94kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (99.29kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (456.49kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (8.94kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (22.61kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.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) Mar 19, 2020 1:58:10 PM 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 Mar 19, 2020 1:58:10 PM 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.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.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.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.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.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.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.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (110.87kB) [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.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (43.75kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (8.02kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/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.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (53.31kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (26.05kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (5.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (18.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (65.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (43.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (191.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (4.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (12.69kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (66.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (31.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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) Mar 19, 2020 1:58:22 PM 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 Mar 19, 2020 1:58:22 PM 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.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (51.13kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (16.52kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (27.92kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (37.8kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (19.85kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.79kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.89kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.strategies_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (7.13kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.8kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/releng/features/org.polarsys.capella.rcp.feature/pom.xml Mar 19, 2020 1:58:55 PM 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 Mar 19, 2020 1:58:55 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [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/stable/6.3.1-S20200114-102549/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/stable/6.3.1-S20200114-102549/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/milestones/S201806010809/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/milestones/S201806010809/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/milestones/S201806010809/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/milestones/S201806010809/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) Mar 19, 2020 1:59:22 PM 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 Mar 19, 2020 1:59:22 PM 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.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (91.01kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.58kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.97kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (99.19kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.25kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (28.67kB) [INFO] Fetching org.eclipse.gmf_1.12.1.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.13kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (752.72kB) [INFO] Fetching org.eclipse.gmf_1.12.1.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.77kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.12.0.201805221301.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/features/ (21.21kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.9.0.201805221301.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/plugins/ (316.25kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.7.0.201805221301.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/plugins/ (137.87kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.12.0.201805221301.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/features/ (21.19kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.12.1.201905141505.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.56kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/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/milestones/S201806010809/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/milestones/S201806010809/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/milestones/S201806010809/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/milestones/S201806010809/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/milestones/S201806010809/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/milestones/S201806010809/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/milestones/S201806010809/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/milestones/S201806010809/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/milestones/S201806010809/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/milestones/S201806010809/plugins/ (33.56kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.12.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/features/ (21.45kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (101.31kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (177.95kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (72.08kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (34.38kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (91.71kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (77.36kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (80.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (19.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (61.96kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (111.06kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.8.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (845.49kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (132.06kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (16.13kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (70.71kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (101.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (83.04kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (19.41kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (81.92kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (86.03kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (48.49kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (230.2kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (45.1kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.8.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (166.81kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (96.76kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (27.59kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (91kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (184.1kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (16.3kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (74.9kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (49.88kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (90.63kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (21.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (13.88kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (12.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (58.75kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (60.88kB) [INFO] Fetching org.eclipse.gmf.source_1.12.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/features/ (21.67kB) [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) Mar 19, 2020 2:00:05 PM 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 Mar 19, 2020 2:00:05 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [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.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (18.12kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (13.19kB) [INFO] Fetching org.eclipse.sirius.aql_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (19.02kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (19.9kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (12.05kB) [INFO] Fetching org.eclipse.sirius.aql.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (18.65kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (12.45kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (8.31kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (7.15kB) [INFO] Fetching org.eclipse.sirius.doc_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (10.83MB) Mar 19, 2020 2:00:32 PM 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 Mar 19, 2020 2:00:32 PM 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.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (19.06kB) [INFO] Fetching org.eclipse.sirius.doc.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (11.02MB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (18.69kB) [INFO] Fetching org.eclipse.sirius.ext.e3_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (6.84kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (10.04kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (6.78kB) [INFO] Fetching org.eclipse.sirius.ext.ide_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (10.86kB) [INFO] Fetching org.eclipse.sirius.interpreter_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (17.64kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (18.94kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (15.08kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (8.98kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (18.57kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (19.02kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (18.66kB) [INFO] Fetching org.eclipse.sirius.runtime_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (19.24kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (19.14kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (21.07kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (18.75kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (6.81kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (6.79kB) [INFO] Fetching org.eclipse.sirius.ui.editor_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (40.7kB) [INFO] Fetching org.eclipse.sirius.ui.ext_6.3.1.202001141527.jar.pack.gz from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (11.92kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (19.41kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (153.67kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (8.01kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (504.33kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (135.14kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (244.33kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (2.2MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (8.06kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (397.19kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (8.2kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (158.48kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (8.23kB) [INFO] Fetching org.eclipse.sirius.ui.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (857.56kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (52.48kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (8.05kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (8.92kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (8.35kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (21.64kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (28.21kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (11.96kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (80.4kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (11.9kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (18.83kB) [INFO] Fetching org.eclipse.sirius.common.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (195.59kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (80.77kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (29.33kB) [INFO] Fetching org.eclipse.sirius.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (1.24MB) [INFO] Fetching org.eclipse.sirius.diagram.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (1.16MB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (52.66kB) [INFO] Fetching org.eclipse.sirius.table.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (306.82kB) [INFO] Fetching org.eclipse.sirius.tree.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (218.2kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (25.63kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (6.69kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (13.87kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (11.5kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (8.59kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (6.71kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/plugins/ (16.37kB) [INFO] Fetching org.eclipse.sirius.runtime.source_6.3.1.202001141527.jar from https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200114-102549/2019-06/features/ (18.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (4.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (67.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_1.0.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/plugins/ (844.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/features/ (906B) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (4.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.97kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (2.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (12.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (6.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (4.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (15.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (38.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (3.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (73.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (41.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (23.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (8.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (953B) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (5.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (851B) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (9.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (4.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (36.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (12.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (7.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (66.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (13.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (20.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (9.72kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (20.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (72.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (30.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (21.55kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (23.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (16.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (108.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.79kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (13.34kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (29.01kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (10.83kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (9.96kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.8kB) [INFO] Fetching org.polarsys.kitalpha.common.ui.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (8.14kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (5.45kB) [INFO] Fetching org.polarsys.kitalpha.common.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.doc_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/plugins/ (506.95kB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/features/ (12.84kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/plugins/ (411.64kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/features/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.86kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (33.74kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (20.45kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (15.49kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (21.16kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.82kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (9.53kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (19.06kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (92.09kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (456.36kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (14.41kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (40.99kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (16.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (8.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (7.72kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (20.33kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (20.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (9.71kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (13.12kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (14.13kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (6.56kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (5.87kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (5.6kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (7.21kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (9.97kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (5.6kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.87kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (8.19kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (6.65kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (13.08kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (15.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (4.33kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (24.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (21.9kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (10.56kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.88kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (6.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (11.8kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (6.34kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (9.78kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (5.78kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.86kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (13.06kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.8kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (10.3kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (13.11kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (22.48kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (7.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (7.38kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.87kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.81kB) [INFO] Fetching org.polarsys.kitalpha.report.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (6.94kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (19.53kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (950B) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (56.37kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.82kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (24.43kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (13.29kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (5.87kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.87kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (4.44kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (11.61kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.79kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (22.58kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (12.84kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (17.07kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/plugins/ (1.39MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.0.202001100637/features/ (12.81kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (19.37kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.79kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (23.79kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (12.07kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (12.57kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.81kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.strategies.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (5.54kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/features/ (3.8kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (38.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (11.95kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (21.33kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (10.32kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (10.29kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (145.93kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (59.38kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (15.09kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (8.83kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (15.18kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (19.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (8.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (21.21kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/plugins/ (19.34kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_1.4.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.0.202001100637.jar from https://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.4.0.202001100637/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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/R20140525021250/repository/ Mar 19, 2020 2:01:08 PM 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 Mar 19, 2020 2:01:08 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.jsoup_1.7.2.v201304221138.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (88.06kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_validation_scope/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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_validation_scope/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.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.odesign:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.odesign:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.odesign:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.table:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.table:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.table:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.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.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.common.ui.resources [eclipse-plugin] [INFO] org.polarsys.capella.core.af.integration [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.diagram.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system [eclipse-plugin] [INFO] org.polarsys.capella.core.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.linkedtext.ui [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.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.gen.edit.decorators [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.platform.sirius.clipboard [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.doc.plugins [pom] [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.commandline.doc [eclipse-plugin] [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.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.ui [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.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.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.libraries.ui [eclipse-plugin] [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 --- Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 69 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 104 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 147 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 428 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 78 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 457 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 379 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 306 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 176 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 527 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.3 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 204 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 214 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 81 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.1 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Progress (1): 765 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 55 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 941 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Progress (1): 767 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 55 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 39 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 45 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 31 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Progress (1): 588 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 27 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Progress (1): 4.1 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 457 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 162 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 448 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 66 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 66 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 97 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 1.0 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 88 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 70 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 59 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 113 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 134 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 412 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 181 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 167 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 72 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 39 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 402 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.7 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 98 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 809 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 132 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 185 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 206 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 103 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 150 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 68 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 96 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 108 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 155 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 93 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 63 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 1.1 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 113 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 143 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 245 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 85 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Progress (1): 738 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 53 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/1/apache-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 189 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 666 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.4 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 485 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 277 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 212 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Progress (1): 4.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 306 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 804 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 110 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 70 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 174 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 211 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 76 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 136 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 83 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 103 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 88 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 33 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 74 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Progress (1): 4.1 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 482 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 66 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Progress (1): 4.1 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 256 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 388 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Progress (1): 4.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 234 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 523 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom Progress (1): 140 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 11 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 581 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 284 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Progress (1): 357 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 16 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Progress (1): 866 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 30 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Progress (1): 974 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 54 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 136 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Progress (1): 163 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 11 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Progress (1): 171 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 8.6 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 81 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 132 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Progress (1): 346 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 23 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 403 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812.pom (2.9 kB at 76 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.pom (1.2 kB at 38 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.pom (2.0 kB at 153 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom (5.5 kB at 239 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.3/ow2-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 194 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.pom (1.4 kB at 34 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Progress (1): 4.1/51 kB Progress (1): 7.7/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (1): 28/51 kB Progress (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 40/51 kB Progress (1): 45/51 kB Progress (1): 49/51 kB Progress (1): 51 kB Progress (2): 51 kB | 4.1/88 kB Progress (3): 51 kB | 4.1/88 kB | 4.1/26 kB Progress (3): 51 kB | 7.7/88 kB | 4.1/26 kB Progress (3): 51 kB | 12/88 kB | 4.1/26 kB Progress (3): 51 kB | 16/88 kB | 4.1/26 kB Progress (3): 51 kB | 16/88 kB | 7.7/26 kB Progress (3): 51 kB | 16/88 kB | 12/26 kB Progress (3): 51 kB | 16/88 kB | 16/26 kB Progress (3): 51 kB | 20/88 kB | 16/26 kB Progress (3): 51 kB | 24/88 kB | 16/26 kB Progress (3): 51 kB | 24/88 kB | 20/26 kB Progress (4): 51 kB | 24/88 kB | 20/26 kB | 4.1/49 kB Progress (4): 51 kB | 28/88 kB | 20/26 kB | 4.1/49 kB Progress (4): 51 kB | 28/88 kB | 20/26 kB | 7.7/49 kB Progress (4): 51 kB | 28/88 kB | 20/26 kB | 12/49 kB Progress (4): 51 kB | 28/88 kB | 20/26 kB | 16/49 kB Progress (4): 51 kB | 28/88 kB | 24/26 kB | 16/49 kB Progress (4): 51 kB | 32/88 kB | 24/26 kB | 16/49 kB Progress (4): 51 kB | 32/88 kB | 26 kB | 16/49 kB Progress (4): 51 kB | 32/88 kB | 26 kB | 20/49 kB Progress (4): 51 kB | 32/88 kB | 26 kB | 24/49 kB Progress (4): 51 kB | 36/88 kB | 26 kB | 24/49 kB Progress (4): 51 kB | 36/88 kB | 26 kB | 28/49 kB Progress (4): 51 kB | 40/88 kB | 26 kB | 28/49 kB Progress (4): 51 kB | 40/88 kB | 26 kB | 32/49 kB Progress (4): 51 kB | 45/88 kB | 26 kB | 32/49 kB Progress (4): 51 kB | 49/88 kB | 26 kB | 32/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 777 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Progress (3): 51 kB | 53/88 kB | 32/49 kB Progress (3): 51 kB | 53/88 kB | 36/49 kB Progress (3): 51 kB | 57/88 kB | 36/49 kB Progress (3): 51 kB | 57/88 kB | 40/49 kB Progress (3): 51 kB | 61/88 kB | 40/49 kB Progress (3): 51 kB | 61/88 kB | 45/49 kB Progress (3): 51 kB | 65/88 kB | 45/49 kB Progress (3): 51 kB | 65/88 kB | 49/49 kB Progress (3): 51 kB | 65/88 kB | 49 kB Progress (3): 51 kB | 69/88 kB | 49 kB Progress (3): 51 kB | 73/88 kB | 49 kB Progress (3): 51 kB | 77/88 kB | 49 kB Progress (3): 51 kB | 81/88 kB | 49 kB Progress (3): 51 kB | 85/88 kB | 49 kB Progress (3): 51 kB | 88 kB | 49 kB Progress (4): 51 kB | 88 kB | 49 kB | 4.1/80 kB Progress (4): 51 kB | 88 kB | 49 kB | 7.7/80 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.4 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 2.4 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.4 MB/s) Progress (1): 12/80 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar Progress (1): 16/80 kB Progress (1): 20/80 kB Progress (1): 24/80 kB Progress (1): 28/80 kB Progress (1): 32/80 kB Progress (1): 36/80 kB Progress (1): 40/80 kB Progress (2): 40/80 kB | 4.1/251 kB Progress (2): 45/80 kB | 4.1/251 kB Progress (2): 45/80 kB | 7.7/251 kB Progress (2): 49/80 kB | 7.7/251 kB Progress (2): 49/80 kB | 12/251 kB Progress (2): 49/80 kB | 16/251 kB Progress (2): 53/80 kB | 16/251 kB Progress (2): 57/80 kB | 16/251 kB Progress (2): 61/80 kB | 16/251 kB Progress (2): 65/80 kB | 16/251 kB Progress (2): 65/80 kB | 20/251 kB Progress (2): 65/80 kB | 24/251 kB Progress (2): 69/80 kB | 24/251 kB Progress (2): 69/80 kB | 28/251 kB Progress (2): 73/80 kB | 28/251 kB Progress (2): 73/80 kB | 32/251 kB Progress (2): 77/80 kB | 32/251 kB Progress (2): 80 kB | 32/251 kB Progress (3): 80 kB | 32/251 kB | 4.1/237 kB Progress (3): 80 kB | 36/251 kB | 4.1/237 kB Progress (3): 80 kB | 36/251 kB | 7.7/237 kB Progress (3): 80 kB | 40/251 kB | 7.7/237 kB Progress (3): 80 kB | 40/251 kB | 12/237 kB Progress (3): 80 kB | 45/251 kB | 12/237 kB Progress (3): 80 kB | 45/251 kB | 16/237 kB Progress (3): 80 kB | 49/251 kB | 16/237 kB Progress (3): 80 kB | 49/251 kB | 20/237 kB Progress (3): 80 kB | 49/251 kB | 24/237 kB Progress (3): 80 kB | 49/251 kB | 28/237 kB Progress (3): 80 kB | 49/251 kB | 32/237 kB Progress (3): 80 kB | 53/251 kB | 32/237 kB Progress (3): 80 kB | 57/251 kB | 32/237 kB Progress (3): 80 kB | 57/251 kB | 36/237 kB Progress (3): 80 kB | 61/251 kB | 36/237 kB Progress (3): 80 kB | 61/251 kB | 40/237 kB Progress (3): 80 kB | 65/251 kB | 40/237 kB Progress (3): 80 kB | 65/251 kB | 45/237 kB Progress (3): 80 kB | 65/251 kB | 49/237 kB Progress (3): 80 kB | 65/251 kB | 53/237 kB Progress (3): 80 kB | 69/251 kB | 53/237 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 1.8 MB/s) Progress (2): 69/251 kB | 57/237 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Progress (3): 69/251 kB | 57/237 kB | 4.1/12 kB Progress (3): 73/251 kB | 57/237 kB | 4.1/12 kB Progress (3): 73/251 kB | 57/237 kB | 7.7/12 kB Progress (3): 73/251 kB | 61/237 kB | 7.7/12 kB Progress (3): 73/251 kB | 61/237 kB | 12/12 kB Progress (3): 77/251 kB | 61/237 kB | 12/12 kB Progress (3): 77/251 kB | 61/237 kB | 12 kB Progress (3): 77/251 kB | 65/237 kB | 12 kB Progress (3): 81/251 kB | 65/237 kB | 12 kB Progress (3): 81/251 kB | 69/237 kB | 12 kB Progress (3): 81/251 kB | 73/237 kB | 12 kB Progress (3): 85/251 kB | 73/237 kB | 12 kB Progress (3): 85/251 kB | 77/237 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 258 kB/s) Progress (2): 90/251 kB | 77/237 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Progress (3): 90/251 kB | 77/237 kB | 4.1/39 kB Progress (3): 90/251 kB | 81/237 kB | 4.1/39 kB Progress (3): 90/251 kB | 81/237 kB | 7.7/39 kB Progress (3): 94/251 kB | 81/237 kB | 7.7/39 kB Progress (3): 94/251 kB | 81/237 kB | 12/39 kB Progress (3): 98/251 kB | 81/237 kB | 12/39 kB Progress (4): 98/251 kB | 81/237 kB | 12/39 kB | 4.1/38 kB Progress (4): 98/251 kB | 81/237 kB | 16/39 kB | 4.1/38 kB Progress (4): 98/251 kB | 85/237 kB | 16/39 kB | 4.1/38 kB Progress (4): 98/251 kB | 85/237 kB | 16/39 kB | 7.7/38 kB Progress (4): 102/251 kB | 85/237 kB | 16/39 kB | 7.7/38 kB Progress (4): 102/251 kB | 90/237 kB | 16/39 kB | 7.7/38 kB Progress (4): 106/251 kB | 90/237 kB | 16/39 kB | 7.7/38 kB Progress (4): 106/251 kB | 90/237 kB | 20/39 kB | 7.7/38 kB Progress (4): 106/251 kB | 90/237 kB | 20/39 kB | 12/38 kB Progress (4): 106/251 kB | 90/237 kB | 24/39 kB | 12/38 kB Progress (4): 110/251 kB | 90/237 kB | 24/39 kB | 12/38 kB Progress (4): 110/251 kB | 94/237 kB | 24/39 kB | 12/38 kB Progress (4): 114/251 kB | 94/237 kB | 24/39 kB | 12/38 kB Progress (4): 114/251 kB | 94/237 kB | 28/39 kB | 12/38 kB Progress (4): 114/251 kB | 94/237 kB | 28/39 kB | 16/38 kB Progress (4): 114/251 kB | 94/237 kB | 32/39 kB | 16/38 kB Progress (4): 114/251 kB | 98/237 kB | 32/39 kB | 16/38 kB Progress (4): 114/251 kB | 98/237 kB | 36/39 kB | 16/38 kB Progress (4): 118/251 kB | 98/237 kB | 36/39 kB | 16/38 kB Progress (4): 118/251 kB | 98/237 kB | 39 kB | 16/38 kB Progress (4): 118/251 kB | 98/237 kB | 39 kB | 20/38 kB Progress (4): 118/251 kB | 102/237 kB | 39 kB | 20/38 kB Progress (4): 122/251 kB | 102/237 kB | 39 kB | 20/38 kB Progress (4): 122/251 kB | 106/237 kB | 39 kB | 20/38 kB Progress (4): 122/251 kB | 106/237 kB | 39 kB | 24/38 kB Progress (4): 122/251 kB | 110/237 kB | 39 kB | 24/38 kB Progress (4): 126/251 kB | 110/237 kB | 39 kB | 24/38 kB Progress (4): 126/251 kB | 114/237 kB | 39 kB | 24/38 kB Progress (4): 126/251 kB | 114/237 kB | 39 kB | 28/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 759 kB/s) Progress (3): 131/251 kB | 114/237 kB | 28/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Progress (3): 131/251 kB | 118/237 kB | 28/38 kB Progress (3): 131/251 kB | 118/237 kB | 32/38 kB Progress (3): 131/251 kB | 122/237 kB | 32/38 kB Progress (3): 135/251 kB | 122/237 kB | 32/38 kB Progress (3): 135/251 kB | 126/237 kB | 32/38 kB Progress (3): 135/251 kB | 131/237 kB | 32/38 kB Progress (3): 135/251 kB | 131/237 kB | 36/38 kB Progress (3): 139/251 kB | 131/237 kB | 36/38 kB Progress (3): 139/251 kB | 135/237 kB | 36/38 kB Progress (3): 139/251 kB | 135/237 kB | 38 kB Progress (3): 139/251 kB | 139/237 kB | 38 kB Progress (3): 143/251 kB | 139/237 kB | 38 kB Progress (3): 143/251 kB | 143/237 kB | 38 kB Progress (3): 147/251 kB | 143/237 kB | 38 kB Progress (4): 147/251 kB | 143/237 kB | 38 kB | 4.1/9.8 kB Progress (4): 147/251 kB | 147/237 kB | 38 kB | 4.1/9.8 kB Progress (4): 147/251 kB | 147/237 kB | 38 kB | 7.7/9.8 kB Progress (4): 147/251 kB | 147/237 kB | 38 kB | 9.8 kB Progress (4): 151/251 kB | 147/237 kB | 38 kB | 9.8 kB Progress (4): 155/251 kB | 147/237 kB | 38 kB | 9.8 kB Progress (4): 155/251 kB | 151/237 kB | 38 kB | 9.8 kB Progress (4): 159/251 kB | 151/237 kB | 38 kB | 9.8 kB Progress (4): 159/251 kB | 155/237 kB | 38 kB | 9.8 kB Progress (4): 163/251 kB | 155/237 kB | 38 kB | 9.8 kB Progress (4): 163/251 kB | 159/237 kB | 38 kB | 9.8 kB Progress (4): 163/251 kB | 163/237 kB | 38 kB | 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 175 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 648 kB/s) Progress (2): 163/251 kB | 167/237 kB Progress (2): 167/251 kB | 167/237 kB Progress (2): 167/251 kB | 171/237 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Progress (2): 167/251 kB | 176/237 kB Progress (2): 171/251 kB | 176/237 kB Progress (2): 171/251 kB | 180/237 kB Progress (2): 176/251 kB | 180/237 kB Progress (2): 180/251 kB | 180/237 kB Progress (2): 180/251 kB | 184/237 kB Progress (2): 180/251 kB | 188/237 kB Progress (2): 180/251 kB | 192/237 kB Progress (2): 180/251 kB | 196/237 kB Progress (2): 184/251 kB | 196/237 kB Progress (2): 188/251 kB | 196/237 kB Progress (2): 192/251 kB | 196/237 kB Progress (2): 192/251 kB | 200/237 kB Progress (2): 196/251 kB | 200/237 kB Progress (2): 196/251 kB | 204/237 kB Progress (2): 196/251 kB | 208/237 kB Progress (2): 196/251 kB | 212/237 kB Progress (2): 200/251 kB | 212/237 kB Progress (2): 200/251 kB | 217/237 kB Progress (3): 200/251 kB | 217/237 kB | 4.1/43 kB Progress (3): 204/251 kB | 217/237 kB | 4.1/43 kB Progress (3): 204/251 kB | 217/237 kB | 7.7/43 kB Progress (3): 204/251 kB | 221/237 kB | 7.7/43 kB Progress (3): 204/251 kB | 225/237 kB | 7.7/43 kB Progress (3): 204/251 kB | 229/237 kB | 7.7/43 kB Progress (3): 204/251 kB | 229/237 kB | 12/43 kB Progress (3): 208/251 kB | 229/237 kB | 12/43 kB Progress (3): 208/251 kB | 229/237 kB | 16/43 kB Progress (3): 208/251 kB | 233/237 kB | 16/43 kB Progress (3): 212/251 kB | 233/237 kB | 16/43 kB Progress (3): 212/251 kB | 233/237 kB | 20/43 kB Progress (3): 212/251 kB | 233/237 kB | 24/43 kB Progress (3): 212/251 kB | 233/237 kB | 28/43 kB Progress (3): 212/251 kB | 233/237 kB | 32/43 kB Progress (3): 212/251 kB | 237/237 kB | 32/43 kB Progress (3): 217/251 kB | 237/237 kB | 32/43 kB Progress (3): 217/251 kB | 237/237 kB | 36/43 kB Progress (3): 217/251 kB | 237 kB | 36/43 kB Progress (3): 217/251 kB | 237 kB | 40/43 kB Progress (3): 221/251 kB | 237 kB | 40/43 kB Progress (3): 221/251 kB | 237 kB | 43 kB Progress (3): 225/251 kB | 237 kB | 43 kB Progress (3): 229/251 kB | 237 kB | 43 kB Progress (3): 233/251 kB | 237 kB | 43 kB Progress (3): 237/251 kB | 237 kB | 43 kB Progress (3): 241/251 kB | 237 kB | 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 657 kB/s) Progress (2): 245/251 kB | 237 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Progress (2): 249/251 kB | 237 kB Progress (2): 251 kB | 237 kB Progress (3): 251 kB | 237 kB | 4.1/17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 3.4 MB/s) Progress (3): 237 kB | 4.1/17 kB | 4.1/13 kB Progress (3): 237 kB | 7.7/17 kB | 4.1/13 kB Progress (3): 237 kB | 7.7/17 kB | 7.7/13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Progress (3): 237 kB | 7.7/17 kB | 12/13 kB Progress (3): 237 kB | 7.7/17 kB | 13 kB Progress (3): 237 kB | 12/17 kB | 13 kB Progress (3): 237 kB | 16/17 kB | 13 kB Progress (3): 237 kB | 17 kB | 13 kB Progress (4): 237 kB | 17 kB | 13 kB | 4.1/158 kB Progress (4): 237 kB | 17 kB | 13 kB | 7.7/158 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 215 kB/s) Progress (3): 237 kB | 13 kB | 12/158 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Progress (3): 237 kB | 13 kB | 16/158 kB Progress (3): 237 kB | 13 kB | 20/158 kB Progress (3): 237 kB | 13 kB | 24/158 kB Progress (3): 237 kB | 13 kB | 28/158 kB Progress (3): 237 kB | 13 kB | 32/158 kB Progress (3): 237 kB | 13 kB | 36/158 kB Progress (3): 237 kB | 13 kB | 40/158 kB Progress (3): 237 kB | 13 kB | 45/158 kB Progress (3): 237 kB | 13 kB | 49/158 kB Progress (4): 237 kB | 13 kB | 49/158 kB | 0/1.2 MB Progress (4): 237 kB | 13 kB | 49/158 kB | 0/1.2 MB Progress (4): 237 kB | 13 kB | 53/158 kB | 0/1.2 MB Progress (4): 237 kB | 13 kB | 57/158 kB | 0/1.2 MB Progress (4): 237 kB | 13 kB | 61/158 kB | 0/1.2 MB Progress (4): 237 kB | 13 kB | 61/158 kB | 0/1.2 MB Progress (4): 237 kB | 13 kB | 65/158 kB | 0/1.2 MB Progress (4): 237 kB | 13 kB | 65/158 kB | 0/1.2 MB Progress (5): 237 kB | 13 kB | 65/158 kB | 0/1.2 MB | 4.1/11 kB Progress (5): 237 kB | 13 kB | 69/158 kB | 0/1.2 MB | 4.1/11 kB Progress (5): 237 kB | 13 kB | 69/158 kB | 0/1.2 MB | 7.7/11 kB Progress (5): 237 kB | 13 kB | 69/158 kB | 0/1.2 MB | 7.7/11 kB Progress (5): 237 kB | 13 kB | 69/158 kB | 0/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 73/158 kB | 0/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 73/158 kB | 0/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 77/158 kB | 0/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 81/158 kB | 0/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 81/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 85/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 85/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 90/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 94/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 98/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 98/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 98/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 102/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 106/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 110/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 110/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 114/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 114/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 118/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 122/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 122/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 126/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 126/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 131/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 131/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 135/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 135/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 139/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 143/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 147/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 147/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 147/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 151/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 155/158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.1/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.2/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.2/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.2/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.2/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.2/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.2/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.2/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.2/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.2/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.2/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.2/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.2/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.3/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.3/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.3/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.3/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.3/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.3/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.3/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.3/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.3/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.3/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.3/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.3/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.4/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.4/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.4/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.4/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.4/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.4/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.4/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.4/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.4/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.4/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.4/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.4/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.5/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.5/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.5/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.5/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.5/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.5/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.5/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.5/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.5/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.5/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.5/1.2 MB | 11 kB Progress (5): 237 kB | 13 kB | 158 kB | 0.5/1.2 MB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 1.6 MB/s) Progress (4): 237 kB | 13 kB | 0.5/1.2 MB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 2.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Progress (3): 13 kB | 0.6/1.2 MB | 11 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Progress (3): 13 kB | 0.6/1.2 MB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 128 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 113 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Progress (1): 0.6/1.2 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Progress (2): 0.6/1.2 MB | 4.1/305 kB Progress (2): 0.6/1.2 MB | 4.1/305 kB Progress (2): 0.6/1.2 MB | 7.7/305 kB Progress (2): 0.6/1.2 MB | 7.7/305 kB Progress (2): 0.6/1.2 MB | 12/305 kB Progress (3): 0.6/1.2 MB | 12/305 kB | 4.1/262 kB Progress (3): 0.6/1.2 MB | 16/305 kB | 4.1/262 kB Progress (3): 0.6/1.2 MB | 16/305 kB | 4.1/262 kB Progress (3): 0.6/1.2 MB | 16/305 kB | 7.7/262 kB Progress (3): 0.6/1.2 MB | 16/305 kB | 7.7/262 kB Progress (3): 0.6/1.2 MB | 16/305 kB | 12/262 kB Progress (3): 0.6/1.2 MB | 16/305 kB | 16/262 kB Progress (3): 0.6/1.2 MB | 20/305 kB | 16/262 kB Progress (3): 0.6/1.2 MB | 20/305 kB | 16/262 kB Progress (3): 0.6/1.2 MB | 24/305 kB | 16/262 kB Progress (3): 0.6/1.2 MB | 24/305 kB | 16/262 kB Progress (3): 0.6/1.2 MB | 24/305 kB | 20/262 kB Progress (3): 0.6/1.2 MB | 28/305 kB | 20/262 kB Progress (3): 0.6/1.2 MB | 28/305 kB | 24/262 kB Progress (3): 0.6/1.2 MB | 28/305 kB | 24/262 kB Progress (3): 0.6/1.2 MB | 32/305 kB | 24/262 kB Progress (3): 0.6/1.2 MB | 32/305 kB | 24/262 kB Progress (3): 0.6/1.2 MB | 32/305 kB | 28/262 kB Progress (3): 0.6/1.2 MB | 32/305 kB | 32/262 kB Progress (3): 0.6/1.2 MB | 36/305 kB | 32/262 kB Progress (3): 0.6/1.2 MB | 36/305 kB | 32/262 kB Progress (3): 0.6/1.2 MB | 40/305 kB | 32/262 kB Progress (3): 0.6/1.2 MB | 40/305 kB | 36/262 kB Progress (4): 0.6/1.2 MB | 40/305 kB | 36/262 kB | 4.1/30 kB Progress (4): 0.7/1.2 MB | 40/305 kB | 36/262 kB | 4.1/30 kB Progress (4): 0.7/1.2 MB | 40/305 kB | 36/262 kB | 7.7/30 kB Progress (4): 0.7/1.2 MB | 40/305 kB | 40/262 kB | 7.7/30 kB Progress (4): 0.7/1.2 MB | 45/305 kB | 40/262 kB | 7.7/30 kB Progress (4): 0.7/1.2 MB | 45/305 kB | 45/262 kB | 7.7/30 kB Progress (4): 0.7/1.2 MB | 45/305 kB | 45/262 kB | 7.7/30 kB Progress (4): 0.7/1.2 MB | 45/305 kB | 45/262 kB | 12/30 kB Progress (4): 0.7/1.2 MB | 45/305 kB | 45/262 kB | 12/30 kB Progress (4): 0.7/1.2 MB | 45/305 kB | 49/262 kB | 12/30 kB Progress (4): 0.7/1.2 MB | 49/305 kB | 49/262 kB | 12/30 kB Progress (4): 0.7/1.2 MB | 49/305 kB | 49/262 kB | 16/30 kB Progress (4): 0.7/1.2 MB | 49/305 kB | 49/262 kB | 16/30 kB Progress (4): 0.7/1.2 MB | 53/305 kB | 49/262 kB | 16/30 kB Progress (4): 0.7/1.2 MB | 53/305 kB | 53/262 kB | 16/30 kB Progress (4): 0.7/1.2 MB | 57/305 kB | 53/262 kB | 16/30 kB Progress (4): 0.7/1.2 MB | 57/305 kB | 53/262 kB | 16/30 kB Progress (5): 0.7/1.2 MB | 57/305 kB | 53/262 kB | 16/30 kB | 4.1/50 kB Progress (5): 0.7/1.2 MB | 61/305 kB | 53/262 kB | 16/30 kB | 4.1/50 kB Progress (5): 0.7/1.2 MB | 61/305 kB | 57/262 kB | 16/30 kB | 4.1/50 kB Progress (5): 0.7/1.2 MB | 61/305 kB | 57/262 kB | 20/30 kB | 4.1/50 kB Progress (5): 0.7/1.2 MB | 61/305 kB | 61/262 kB | 20/30 kB | 4.1/50 kB Progress (5): 0.7/1.2 MB | 61/305 kB | 61/262 kB | 20/30 kB | 4.1/50 kB Progress (5): 0.7/1.2 MB | 65/305 kB | 61/262 kB | 20/30 kB | 4.1/50 kB Progress (5): 0.7/1.2 MB | 65/305 kB | 61/262 kB | 20/30 kB | 7.7/50 kB Progress (5): 0.7/1.2 MB | 65/305 kB | 61/262 kB | 20/30 kB | 7.7/50 kB Progress (5): 0.7/1.2 MB | 69/305 kB | 61/262 kB | 20/30 kB | 7.7/50 kB Progress (5): 0.7/1.2 MB | 69/305 kB | 65/262 kB | 20/30 kB | 7.7/50 kB Progress (5): 0.7/1.2 MB | 69/305 kB | 65/262 kB | 24/30 kB | 7.7/50 kB Progress (5): 0.7/1.2 MB | 69/305 kB | 65/262 kB | 24/30 kB | 7.7/50 kB Progress (5): 0.7/1.2 MB | 73/305 kB | 65/262 kB | 24/30 kB | 7.7/50 kB Progress (5): 0.7/1.2 MB | 73/305 kB | 65/262 kB | 24/30 kB | 12/50 kB Progress (5): 0.7/1.2 MB | 73/305 kB | 65/262 kB | 24/30 kB | 16/50 kB Progress (5): 0.7/1.2 MB | 77/305 kB | 65/262 kB | 24/30 kB | 16/50 kB Progress (5): 0.7/1.2 MB | 77/305 kB | 65/262 kB | 24/30 kB | 16/50 kB Progress (5): 0.7/1.2 MB | 77/305 kB | 69/262 kB | 24/30 kB | 16/50 kB Progress (5): 0.7/1.2 MB | 77/305 kB | 69/262 kB | 28/30 kB | 16/50 kB Progress (5): 0.7/1.2 MB | 77/305 kB | 69/262 kB | 28/30 kB | 16/50 kB Progress (5): 0.7/1.2 MB | 77/305 kB | 73/262 kB | 28/30 kB | 16/50 kB Progress (5): 0.7/1.2 MB | 77/305 kB | 73/262 kB | 28/30 kB | 20/50 kB Progress (5): 0.7/1.2 MB | 81/305 kB | 73/262 kB | 28/30 kB | 20/50 kB Progress (5): 0.7/1.2 MB | 81/305 kB | 73/262 kB | 28/30 kB | 24/50 kB Progress (5): 0.7/1.2 MB | 81/305 kB | 77/262 kB | 28/30 kB | 24/50 kB Progress (5): 0.7/1.2 MB | 85/305 kB | 77/262 kB | 28/30 kB | 24/50 kB Progress (5): 0.7/1.2 MB | 90/305 kB | 77/262 kB | 28/30 kB | 24/50 kB Progress (5): 0.7/1.2 MB | 94/305 kB | 77/262 kB | 28/30 kB | 24/50 kB Progress (5): 0.7/1.2 MB | 98/305 kB | 77/262 kB | 28/30 kB | 24/50 kB Progress (5): 0.7/1.2 MB | 98/305 kB | 77/262 kB | 28/30 kB | 24/50 kB Progress (5): 0.7/1.2 MB | 98/305 kB | 77/262 kB | 30 kB | 24/50 kB Progress (5): 0.7/1.2 MB | 102/305 kB | 77/262 kB | 30 kB | 24/50 kB Progress (5): 0.7/1.2 MB | 102/305 kB | 81/262 kB | 30 kB | 24/50 kB Progress (5): 0.7/1.2 MB | 102/305 kB | 81/262 kB | 30 kB | 28/50 kB Progress (5): 0.7/1.2 MB | 106/305 kB | 81/262 kB | 30 kB | 28/50 kB Progress (5): 0.7/1.2 MB | 106/305 kB | 81/262 kB | 30 kB | 28/50 kB Progress (5): 0.7/1.2 MB | 110/305 kB | 81/262 kB | 30 kB | 28/50 kB Progress (5): 0.7/1.2 MB | 110/305 kB | 85/262 kB | 30 kB | 28/50 kB Progress (5): 0.7/1.2 MB | 110/305 kB | 85/262 kB | 30 kB | 32/50 kB Progress (5): 0.7/1.2 MB | 110/305 kB | 90/262 kB | 30 kB | 32/50 kB Progress (5): 0.7/1.2 MB | 114/305 kB | 90/262 kB | 30 kB | 32/50 kB Progress (5): 0.8/1.2 MB | 114/305 kB | 90/262 kB | 30 kB | 32/50 kB Progress (5): 0.8/1.2 MB | 114/305 kB | 90/262 kB | 30 kB | 36/50 kB Progress (5): 0.8/1.2 MB | 114/305 kB | 94/262 kB | 30 kB | 36/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 210 kB/s) Progress (4): 0.8/1.2 MB | 114/305 kB | 94/262 kB | 36/50 kB Progress (4): 0.8/1.2 MB | 114/305 kB | 98/262 kB | 36/50 kB Progress (4): 0.8/1.2 MB | 114/305 kB | 98/262 kB | 40/50 kB Progress (4): 0.8/1.2 MB | 118/305 kB | 98/262 kB | 40/50 kB Progress (4): 0.8/1.2 MB | 118/305 kB | 98/262 kB | 45/50 kB Progress (4): 0.8/1.2 MB | 118/305 kB | 98/262 kB | 45/50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Progress (4): 0.8/1.2 MB | 118/305 kB | 98/262 kB | 45/50 kB Progress (4): 0.8/1.2 MB | 118/305 kB | 98/262 kB | 49/50 kB Progress (4): 0.8/1.2 MB | 122/305 kB | 98/262 kB | 49/50 kB Progress (4): 0.8/1.2 MB | 122/305 kB | 102/262 kB | 49/50 kB Progress (4): 0.8/1.2 MB | 122/305 kB | 106/262 kB | 49/50 kB Progress (4): 0.8/1.2 MB | 122/305 kB | 110/262 kB | 49/50 kB Progress (4): 0.8/1.2 MB | 122/305 kB | 114/262 kB | 49/50 kB Progress (4): 0.8/1.2 MB | 126/305 kB | 114/262 kB | 49/50 kB Progress (4): 0.8/1.2 MB | 126/305 kB | 114/262 kB | 50 kB Progress (4): 0.8/1.2 MB | 126/305 kB | 114/262 kB | 50 kB Progress (4): 0.8/1.2 MB | 126/305 kB | 118/262 kB | 50 kB Progress (4): 0.8/1.2 MB | 131/305 kB | 118/262 kB | 50 kB Progress (4): 0.8/1.2 MB | 131/305 kB | 122/262 kB | 50 kB Progress (4): 0.8/1.2 MB | 131/305 kB | 122/262 kB | 50 kB Progress (4): 0.8/1.2 MB | 131/305 kB | 126/262 kB | 50 kB Progress (5): 0.8/1.2 MB | 131/305 kB | 126/262 kB | 50 kB | 4.1/52 kB Progress (5): 0.8/1.2 MB | 131/305 kB | 126/262 kB | 50 kB | 4.1/52 kB Progress (5): 0.8/1.2 MB | 131/305 kB | 126/262 kB | 50 kB | 7.7/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 343 kB/s) Progress (4): 0.8/1.2 MB | 135/305 kB | 126/262 kB | 7.7/52 kB Progress (4): 0.8/1.2 MB | 139/305 kB | 126/262 kB | 7.7/52 kB Progress (4): 0.8/1.2 MB | 143/305 kB | 126/262 kB | 7.7/52 kB Progress (4): 0.8/1.2 MB | 147/305 kB | 126/262 kB | 7.7/52 kB Progress (4): 0.8/1.2 MB | 147/305 kB | 131/262 kB | 7.7/52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Progress (4): 0.8/1.2 MB | 147/305 kB | 131/262 kB | 7.7/52 kB Progress (4): 0.8/1.2 MB | 147/305 kB | 131/262 kB | 12/52 kB Progress (4): 0.8/1.2 MB | 147/305 kB | 131/262 kB | 12/52 kB Progress (4): 0.8/1.2 MB | 147/305 kB | 135/262 kB | 12/52 kB Progress (4): 0.8/1.2 MB | 151/305 kB | 135/262 kB | 12/52 kB Progress (4): 0.8/1.2 MB | 151/305 kB | 139/262 kB | 12/52 kB Progress (4): 0.8/1.2 MB | 151/305 kB | 139/262 kB | 16/52 kB Progress (4): 0.8/1.2 MB | 151/305 kB | 143/262 kB | 16/52 kB Progress (4): 0.8/1.2 MB | 151/305 kB | 147/262 kB | 16/52 kB Progress (4): 0.8/1.2 MB | 151/305 kB | 147/262 kB | 20/52 kB Progress (4): 0.8/1.2 MB | 151/305 kB | 147/262 kB | 24/52 kB Progress (4): 0.8/1.2 MB | 151/305 kB | 147/262 kB | 28/52 kB Progress (4): 0.8/1.2 MB | 151/305 kB | 147/262 kB | 32/52 kB Progress (4): 0.8/1.2 MB | 151/305 kB | 147/262 kB | 32/52 kB Progress (4): 0.8/1.2 MB | 155/305 kB | 147/262 kB | 32/52 kB Progress (4): 0.8/1.2 MB | 155/305 kB | 147/262 kB | 36/52 kB Progress (4): 0.8/1.2 MB | 155/305 kB | 147/262 kB | 36/52 kB Progress (4): 0.8/1.2 MB | 155/305 kB | 151/262 kB | 36/52 kB Progress (4): 0.8/1.2 MB | 155/305 kB | 151/262 kB | 40/52 kB Progress (4): 0.8/1.2 MB | 159/305 kB | 151/262 kB | 40/52 kB Progress (4): 0.8/1.2 MB | 159/305 kB | 151/262 kB | 40/52 kB Progress (4): 0.8/1.2 MB | 159/305 kB | 151/262 kB | 45/52 kB Progress (4): 0.8/1.2 MB | 159/305 kB | 155/262 kB | 45/52 kB Progress (4): 0.8/1.2 MB | 159/305 kB | 155/262 kB | 49/52 kB Progress (4): 0.9/1.2 MB | 159/305 kB | 155/262 kB | 49/52 kB Progress (4): 0.9/1.2 MB | 163/305 kB | 155/262 kB | 49/52 kB Progress (4): 0.9/1.2 MB | 163/305 kB | 155/262 kB | 52 kB Progress (4): 0.9/1.2 MB | 163/305 kB | 159/262 kB | 52 kB Progress (4): 0.9/1.2 MB | 163/305 kB | 163/262 kB | 52 kB Progress (4): 0.9/1.2 MB | 163/305 kB | 163/262 kB | 52 kB Progress (4): 0.9/1.2 MB | 167/305 kB | 163/262 kB | 52 kB Progress (4): 0.9/1.2 MB | 167/305 kB | 167/262 kB | 52 kB Progress (4): 0.9/1.2 MB | 167/305 kB | 167/262 kB | 52 kB Progress (4): 0.9/1.2 MB | 167/305 kB | 171/262 kB | 52 kB Progress (4): 0.9/1.2 MB | 167/305 kB | 176/262 kB | 52 kB Progress (4): 0.9/1.2 MB | 167/305 kB | 180/262 kB | 52 kB Progress (4): 0.9/1.2 MB | 171/305 kB | 180/262 kB | 52 kB Progress (4): 0.9/1.2 MB | 171/305 kB | 180/262 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 340 kB/s) Progress (3): 0.9/1.2 MB | 171/305 kB | 180/262 kB Progress (3): 0.9/1.2 MB | 171/305 kB | 184/262 kB Progress (3): 0.9/1.2 MB | 176/305 kB | 184/262 kB Progress (3): 0.9/1.2 MB | 176/305 kB | 188/262 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Progress (3): 0.9/1.2 MB | 176/305 kB | 192/262 kB Progress (3): 0.9/1.2 MB | 176/305 kB | 192/262 kB Progress (3): 0.9/1.2 MB | 180/305 kB | 192/262 kB Progress (3): 0.9/1.2 MB | 180/305 kB | 192/262 kB Progress (3): 0.9/1.2 MB | 180/305 kB | 196/262 kB Progress (3): 0.9/1.2 MB | 184/305 kB | 196/262 kB Progress (3): 0.9/1.2 MB | 184/305 kB | 200/262 kB Progress (3): 0.9/1.2 MB | 188/305 kB | 200/262 kB Progress (3): 0.9/1.2 MB | 188/305 kB | 200/262 kB Progress (3): 0.9/1.2 MB | 192/305 kB | 200/262 kB Progress (3): 0.9/1.2 MB | 192/305 kB | 204/262 kB Progress (3): 0.9/1.2 MB | 196/305 kB | 204/262 kB Progress (3): 0.9/1.2 MB | 196/305 kB | 204/262 kB Progress (3): 0.9/1.2 MB | 196/305 kB | 208/262 kB Progress (3): 0.9/1.2 MB | 196/305 kB | 212/262 kB Progress (3): 0.9/1.2 MB | 200/305 kB | 212/262 kB Progress (3): 0.9/1.2 MB | 200/305 kB | 212/262 kB Progress (3): 0.9/1.2 MB | 204/305 kB | 212/262 kB Progress (3): 0.9/1.2 MB | 204/305 kB | 217/262 kB Progress (3): 0.9/1.2 MB | 204/305 kB | 217/262 kB Progress (3): 0.9/1.2 MB | 204/305 kB | 221/262 kB Progress (3): 0.9/1.2 MB | 208/305 kB | 221/262 kB Progress (3): 0.9/1.2 MB | 208/305 kB | 225/262 kB Progress (3): 0.9/1.2 MB | 212/305 kB | 225/262 kB Progress (3): 0.9/1.2 MB | 212/305 kB | 229/262 kB Progress (3): 0.9/1.2 MB | 212/305 kB | 229/262 kB Progress (4): 0.9/1.2 MB | 212/305 kB | 229/262 kB | 4.1/15 kB Progress (4): 0.9/1.2 MB | 212/305 kB | 233/262 kB | 4.1/15 kB Progress (4): 0.9/1.2 MB | 212/305 kB | 233/262 kB | 4.1/15 kB Progress (5): 0.9/1.2 MB | 212/305 kB | 233/262 kB | 4.1/15 kB | 4.1/37 kB Progress (5): 0.9/1.2 MB | 217/305 kB | 233/262 kB | 4.1/15 kB | 4.1/37 kB Progress (5): 0.9/1.2 MB | 221/305 kB | 233/262 kB | 4.1/15 kB | 4.1/37 kB Progress (5): 0.9/1.2 MB | 225/305 kB | 233/262 kB | 4.1/15 kB | 4.1/37 kB Progress (5): 0.9/1.2 MB | 229/305 kB | 233/262 kB | 4.1/15 kB | 4.1/37 kB Progress (5): 1.0/1.2 MB | 229/305 kB | 233/262 kB | 4.1/15 kB | 4.1/37 kB Progress (5): 1.0/1.2 MB | 229/305 kB | 233/262 kB | 4.1/15 kB | 7.7/37 kB Progress (5): 1.0/1.2 MB | 229/305 kB | 237/262 kB | 4.1/15 kB | 7.7/37 kB Progress (5): 1.0/1.2 MB | 229/305 kB | 241/262 kB | 4.1/15 kB | 7.7/37 kB Progress (5): 1.0/1.2 MB | 229/305 kB | 245/262 kB | 4.1/15 kB | 7.7/37 kB Progress (5): 1.0/1.2 MB | 229/305 kB | 245/262 kB | 7.7/15 kB | 7.7/37 kB Progress (5): 1.0/1.2 MB | 229/305 kB | 245/262 kB | 7.7/15 kB | 12/37 kB Progress (5): 1.0/1.2 MB | 233/305 kB | 245/262 kB | 7.7/15 kB | 12/37 kB Progress (5): 1.0/1.2 MB | 233/305 kB | 245/262 kB | 7.7/15 kB | 12/37 kB Progress (5): 1.0/1.2 MB | 237/305 kB | 245/262 kB | 7.7/15 kB | 12/37 kB Progress (5): 1.0/1.2 MB | 237/305 kB | 245/262 kB | 7.7/15 kB | 16/37 kB Progress (5): 1.0/1.2 MB | 237/305 kB | 249/262 kB | 7.7/15 kB | 16/37 kB Progress (5): 1.0/1.2 MB | 237/305 kB | 253/262 kB | 7.7/15 kB | 16/37 kB Progress (5): 1.0/1.2 MB | 237/305 kB | 253/262 kB | 12/15 kB | 16/37 kB Progress (5): 1.0/1.2 MB | 237/305 kB | 253/262 kB | 12/15 kB | 20/37 kB Progress (5): 1.0/1.2 MB | 237/305 kB | 258/262 kB | 12/15 kB | 20/37 kB Progress (5): 1.0/1.2 MB | 237/305 kB | 258/262 kB | 12/15 kB | 20/37 kB Progress (5): 1.0/1.2 MB | 241/305 kB | 258/262 kB | 12/15 kB | 20/37 kB Progress (5): 1.0/1.2 MB | 241/305 kB | 258/262 kB | 12/15 kB | 20/37 kB Progress (5): 1.0/1.2 MB | 241/305 kB | 262/262 kB | 12/15 kB | 20/37 kB Progress (5): 1.0/1.2 MB | 241/305 kB | 262/262 kB | 12/15 kB | 24/37 kB Progress (5): 1.0/1.2 MB | 241/305 kB | 262/262 kB | 15 kB | 24/37 kB Progress (5): 1.0/1.2 MB | 241/305 kB | 262/262 kB | 15 kB | 28/37 kB Progress (5): 1.0/1.2 MB | 241/305 kB | 262/262 kB | 15 kB | 28/37 kB Progress (5): 1.0/1.2 MB | 241/305 kB | 262 kB | 15 kB | 28/37 kB Progress (5): 1.0/1.2 MB | 245/305 kB | 262 kB | 15 kB | 28/37 kB Progress (5): 1.0/1.2 MB | 245/305 kB | 262 kB | 15 kB | 28/37 kB Progress (5): 1.0/1.2 MB | 245/305 kB | 262 kB | 15 kB | 32/37 kB Progress (5): 1.0/1.2 MB | 249/305 kB | 262 kB | 15 kB | 32/37 kB Progress (5): 1.0/1.2 MB | 253/305 kB | 262 kB | 15 kB | 32/37 kB Progress (5): 1.0/1.2 MB | 253/305 kB | 262 kB | 15 kB | 32/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 92 kB/s) Progress (4): 1.0/1.2 MB | 253/305 kB | 262 kB | 36/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Progress (4): 1.0/1.2 MB | 253/305 kB | 262 kB | 36/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.6 MB/s) Progress (3): 1.0/1.2 MB | 258/305 kB | 36/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Progress (3): 1.0/1.2 MB | 258/305 kB | 36/37 kB Progress (3): 1.0/1.2 MB | 258/305 kB | 37 kB Progress (3): 1.0/1.2 MB | 258/305 kB | 37 kB Progress (3): 1.0/1.2 MB | 262/305 kB | 37 kB Progress (3): 1.0/1.2 MB | 262/305 kB | 37 kB Progress (3): 1.0/1.2 MB | 266/305 kB | 37 kB Progress (3): 1.0/1.2 MB | 266/305 kB | 37 kB Progress (3): 1.0/1.2 MB | 270/305 kB | 37 kB Progress (3): 1.0/1.2 MB | 274/305 kB | 37 kB Progress (3): 1.0/1.2 MB | 278/305 kB | 37 kB Progress (3): 1.1/1.2 MB | 278/305 kB | 37 kB Progress (3): 1.1/1.2 MB | 278/305 kB | 37 kB Progress (3): 1.1/1.2 MB | 282/305 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 223 kB/s) Progress (2): 1.1/1.2 MB | 282/305 kB Progress (2): 1.1/1.2 MB | 286/305 kB Progress (2): 1.1/1.2 MB | 286/305 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar Progress (2): 1.1/1.2 MB | 286/305 kB Progress (2): 1.1/1.2 MB | 290/305 kB Progress (2): 1.1/1.2 MB | 290/305 kB Progress (2): 1.1/1.2 MB | 294/305 kB Progress (2): 1.1/1.2 MB | 298/305 kB Progress (2): 1.1/1.2 MB | 298/305 kB Progress (2): 1.1/1.2 MB | 303/305 kB Progress (2): 1.1/1.2 MB | 303/305 kB Progress (2): 1.1/1.2 MB | 305 kB Progress (2): 1.1/1.2 MB | 305 kB Progress (2): 1.1/1.2 MB | 305 kB Progress (2): 1.1/1.2 MB | 305 kB Progress (2): 1.1/1.2 MB | 305 kB Progress (3): 1.1/1.2 MB | 305 kB | 4.1/392 kB Progress (3): 1.1/1.2 MB | 305 kB | 7.7/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 7.7/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 12/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 12/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 16/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 16/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 20/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 20/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 24/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 28/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 32/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 32/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 32/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 36/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 40/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 45/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 45/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 49/392 kB Progress (3): 1.2/1.2 MB | 305 kB | 49/392 kB Progress (3): 1.2 MB | 305 kB | 49/392 kB Progress (3): 1.2 MB | 305 kB | 53/392 kB Progress (3): 1.2 MB | 305 kB | 57/392 kB Progress (3): 1.2 MB | 305 kB | 61/392 kB Progress (3): 1.2 MB | 305 kB | 65/392 kB Progress (3): 1.2 MB | 305 kB | 69/392 kB Progress (3): 1.2 MB | 305 kB | 73/392 kB Progress (3): 1.2 MB | 305 kB | 77/392 kB Progress (3): 1.2 MB | 305 kB | 81/392 kB Progress (3): 1.2 MB | 305 kB | 85/392 kB Progress (3): 1.2 MB | 305 kB | 90/392 kB Progress (3): 1.2 MB | 305 kB | 94/392 kB Progress (3): 1.2 MB | 305 kB | 98/392 kB Progress (3): 1.2 MB | 305 kB | 102/392 kB Progress (3): 1.2 MB | 305 kB | 106/392 kB Progress (3): 1.2 MB | 305 kB | 110/392 kB Progress (3): 1.2 MB | 305 kB | 114/392 kB Progress (3): 1.2 MB | 305 kB | 118/392 kB Progress (3): 1.2 MB | 305 kB | 122/392 kB Progress (3): 1.2 MB | 305 kB | 126/392 kB Progress (3): 1.2 MB | 305 kB | 131/392 kB Progress (3): 1.2 MB | 305 kB | 135/392 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.7 MB/s) Progress (3): 1.2 MB | 135/392 kB | 4.1/7.7 kB Progress (3): 1.2 MB | 139/392 kB | 4.1/7.7 kB Progress (3): 1.2 MB | 139/392 kB | 7.7/7.7 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Progress (3): 1.2 MB | 139/392 kB | 7.7 kB Progress (3): 1.2 MB | 143/392 kB | 7.7 kB Progress (3): 1.2 MB | 147/392 kB | 7.7 kB Progress (3): 1.2 MB | 151/392 kB | 7.7 kB Progress (3): 1.2 MB | 155/392 kB | 7.7 kB Progress (3): 1.2 MB | 159/392 kB | 7.7 kB Progress (3): 1.2 MB | 163/392 kB | 7.7 kB Progress (3): 1.2 MB | 167/392 kB | 7.7 kB Progress (3): 1.2 MB | 171/392 kB | 7.7 kB Progress (3): 1.2 MB | 176/392 kB | 7.7 kB Progress (4): 1.2 MB | 176/392 kB | 7.7 kB | 4.1/571 kB Progress (4): 1.2 MB | 180/392 kB | 7.7 kB | 4.1/571 kB Progress (4): 1.2 MB | 180/392 kB | 7.7 kB | 7.7/571 kB Progress (4): 1.2 MB | 180/392 kB | 7.7 kB | 12/571 kB Progress (4): 1.2 MB | 184/392 kB | 7.7 kB | 12/571 kB Progress (4): 1.2 MB | 184/392 kB | 7.7 kB | 16/571 kB Progress (4): 1.2 MB | 188/392 kB | 7.7 kB | 16/571 kB Progress (4): 1.2 MB | 192/392 kB | 7.7 kB | 16/571 kB Progress (4): 1.2 MB | 196/392 kB | 7.7 kB | 16/571 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 42 kB/s) Progress (3): 1.2 MB | 196/392 kB | 20/571 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Progress (3): 1.2 MB | 200/392 kB | 20/571 kB Progress (3): 1.2 MB | 204/392 kB | 20/571 kB Progress (3): 1.2 MB | 204/392 kB | 24/571 kB Progress (3): 1.2 MB | 208/392 kB | 24/571 kB Progress (3): 1.2 MB | 208/392 kB | 28/571 kB Progress (3): 1.2 MB | 208/392 kB | 32/571 kB Progress (3): 1.2 MB | 212/392 kB | 32/571 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 6.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Progress (2): 217/392 kB | 32/571 kB Progress (2): 217/392 kB | 36/571 kB Progress (2): 221/392 kB | 36/571 kB Progress (3): 221/392 kB | 36/571 kB | 4.1/11 kB Progress (3): 225/392 kB | 36/571 kB | 4.1/11 kB Progress (3): 225/392 kB | 40/571 kB | 4.1/11 kB Progress (3): 225/392 kB | 45/571 kB | 4.1/11 kB Progress (3): 225/392 kB | 49/571 kB | 4.1/11 kB Progress (3): 229/392 kB | 49/571 kB | 4.1/11 kB Progress (3): 229/392 kB | 49/571 kB | 7.7/11 kB Progress (3): 229/392 kB | 49/571 kB | 11 kB Progress (3): 229/392 kB | 53/571 kB | 11 kB Progress (3): 233/392 kB | 53/571 kB | 11 kB Progress (3): 233/392 kB | 57/571 kB | 11 kB Progress (3): 237/392 kB | 57/571 kB | 11 kB Progress (3): 237/392 kB | 61/571 kB | 11 kB Progress (4): 237/392 kB | 61/571 kB | 11 kB | 4.1/189 kB Progress (4): 241/392 kB | 61/571 kB | 11 kB | 4.1/189 kB Progress (4): 241/392 kB | 61/571 kB | 11 kB | 7.7/189 kB Progress (4): 241/392 kB | 65/571 kB | 11 kB | 7.7/189 kB Progress (4): 241/392 kB | 65/571 kB | 11 kB | 12/189 kB Progress (4): 241/392 kB | 65/571 kB | 11 kB | 16/189 kB Progress (4): 245/392 kB | 65/571 kB | 11 kB | 16/189 kB Progress (4): 245/392 kB | 69/571 kB | 11 kB | 16/189 kB Progress (4): 245/392 kB | 73/571 kB | 11 kB | 16/189 kB Progress (4): 245/392 kB | 77/571 kB | 11 kB | 16/189 kB Progress (4): 245/392 kB | 77/571 kB | 11 kB | 20/189 kB Progress (4): 245/392 kB | 81/571 kB | 11 kB | 20/189 kB Progress (4): 249/392 kB | 81/571 kB | 11 kB | 20/189 kB Progress (4): 249/392 kB | 81/571 kB | 11 kB | 24/189 kB Progress (4): 253/392 kB | 81/571 kB | 11 kB | 24/189 kB Progress (4): 253/392 kB | 81/571 kB | 11 kB | 28/189 kB Progress (4): 253/392 kB | 85/571 kB | 11 kB | 28/189 kB Progress (4): 253/392 kB | 85/571 kB | 11 kB | 32/189 kB Progress (4): 258/392 kB | 85/571 kB | 11 kB | 32/189 kB Progress (4): 258/392 kB | 90/571 kB | 11 kB | 32/189 kB Progress (4): 258/392 kB | 90/571 kB | 11 kB | 36/189 kB Progress (4): 258/392 kB | 90/571 kB | 11 kB | 40/189 kB Progress (4): 258/392 kB | 90/571 kB | 11 kB | 45/189 kB Progress (4): 262/392 kB | 90/571 kB | 11 kB | 45/189 kB Progress (4): 262/392 kB | 90/571 kB | 11 kB | 49/189 kB Progress (4): 262/392 kB | 94/571 kB | 11 kB | 49/189 kB Progress (4): 262/392 kB | 98/571 kB | 11 kB | 49/189 kB Progress (4): 266/392 kB | 98/571 kB | 11 kB | 49/189 kB Progress (4): 266/392 kB | 98/571 kB | 11 kB | 53/189 kB Progress (4): 270/392 kB | 98/571 kB | 11 kB | 53/189 kB Progress (4): 270/392 kB | 102/571 kB | 11 kB | 53/189 kB Progress (4): 270/392 kB | 102/571 kB | 11 kB | 57/189 kB Progress (4): 270/392 kB | 106/571 kB | 11 kB | 57/189 kB Progress (4): 274/392 kB | 106/571 kB | 11 kB | 57/189 kB Progress (4): 274/392 kB | 110/571 kB | 11 kB | 57/189 kB Progress (4): 274/392 kB | 110/571 kB | 11 kB | 61/189 kB Progress (4): 274/392 kB | 114/571 kB | 11 kB | 61/189 kB Progress (4): 278/392 kB | 114/571 kB | 11 kB | 61/189 kB Progress (4): 278/392 kB | 114/571 kB | 11 kB | 65/189 kB Progress (4): 278/392 kB | 118/571 kB | 11 kB | 65/189 kB Progress (4): 282/392 kB | 118/571 kB | 11 kB | 65/189 kB Progress (4): 282/392 kB | 122/571 kB | 11 kB | 65/189 kB Progress (4): 286/392 kB | 122/571 kB | 11 kB | 65/189 kB Progress (4): 286/392 kB | 122/571 kB | 11 kB | 69/189 kB Progress (4): 290/392 kB | 122/571 kB | 11 kB | 69/189 kB Progress (4): 290/392 kB | 126/571 kB | 11 kB | 69/189 kB Progress (4): 294/392 kB | 126/571 kB | 11 kB | 69/189 kB Progress (4): 294/392 kB | 126/571 kB | 11 kB | 73/189 kB Progress (4): 294/392 kB | 131/571 kB | 11 kB | 73/189 kB Progress (4): 294/392 kB | 131/571 kB | 11 kB | 77/189 kB Progress (4): 298/392 kB | 131/571 kB | 11 kB | 77/189 kB Progress (4): 303/392 kB | 131/571 kB | 11 kB | 77/189 kB Progress (4): 307/392 kB | 131/571 kB | 11 kB | 77/189 kB Progress (4): 311/392 kB | 131/571 kB | 11 kB | 77/189 kB Progress (4): 311/392 kB | 131/571 kB | 11 kB | 81/189 kB Progress (4): 311/392 kB | 135/571 kB | 11 kB | 81/189 kB Progress (4): 315/392 kB | 135/571 kB | 11 kB | 81/189 kB Progress (4): 315/392 kB | 139/571 kB | 11 kB | 81/189 kB Progress (4): 315/392 kB | 139/571 kB | 11 kB | 85/189 kB Progress (4): 319/392 kB | 139/571 kB | 11 kB | 85/189 kB Progress (4): 319/392 kB | 139/571 kB | 11 kB | 90/189 kB Progress (4): 319/392 kB | 139/571 kB | 11 kB | 94/189 kB Progress (4): 319/392 kB | 139/571 kB | 11 kB | 98/189 kB Progress (4): 319/392 kB | 143/571 kB | 11 kB | 98/189 kB Progress (4): 323/392 kB | 143/571 kB | 11 kB | 98/189 kB Progress (4): 323/392 kB | 147/571 kB | 11 kB | 98/189 kB Progress (4): 323/392 kB | 147/571 kB | 11 kB | 102/189 kB Progress (4): 327/392 kB | 147/571 kB | 11 kB | 102/189 kB Progress (4): 327/392 kB | 147/571 kB | 11 kB | 106/189 kB Progress (4): 327/392 kB | 151/571 kB | 11 kB | 106/189 kB Progress (4): 327/392 kB | 151/571 kB | 11 kB | 110/189 kB Progress (4): 331/392 kB | 151/571 kB | 11 kB | 110/189 kB Progress (4): 331/392 kB | 155/571 kB | 11 kB | 110/189 kB Progress (4): 335/392 kB | 155/571 kB | 11 kB | 110/189 kB Progress (4): 335/392 kB | 155/571 kB | 11 kB | 114/189 kB Progress (4): 339/392 kB | 155/571 kB | 11 kB | 114/189 kB Progress (4): 344/392 kB | 155/571 kB | 11 kB | 114/189 kB Progress (4): 344/392 kB | 159/571 kB | 11 kB | 114/189 kB Progress (4): 344/392 kB | 159/571 kB | 11 kB | 118/189 kB Progress (4): 344/392 kB | 163/571 kB | 11 kB | 118/189 kB Progress (4): 344/392 kB | 163/571 kB | 11 kB | 122/189 kB Progress (4): 348/392 kB | 163/571 kB | 11 kB | 122/189 kB Progress (4): 348/392 kB | 163/571 kB | 11 kB | 126/189 kB Progress (4): 348/392 kB | 163/571 kB | 11 kB | 131/189 kB Progress (4): 348/392 kB | 167/571 kB | 11 kB | 131/189 kB Progress (4): 352/392 kB | 167/571 kB | 11 kB | 131/189 kB Progress (4): 352/392 kB | 171/571 kB | 11 kB | 131/189 kB Progress (4): 352/392 kB | 176/571 kB | 11 kB | 131/189 kB Progress (4): 352/392 kB | 180/571 kB | 11 kB | 131/189 kB Progress (4): 356/392 kB | 180/571 kB | 11 kB | 131/189 kB Progress (4): 356/392 kB | 180/571 kB | 11 kB | 135/189 kB Progress (4): 356/392 kB | 184/571 kB | 11 kB | 135/189 kB Progress (4): 360/392 kB | 184/571 kB | 11 kB | 135/189 kB Progress (4): 360/392 kB | 188/571 kB | 11 kB | 135/189 kB Progress (4): 360/392 kB | 188/571 kB | 11 kB | 139/189 kB Progress (4): 360/392 kB | 192/571 kB | 11 kB | 139/189 kB Progress (4): 364/392 kB | 192/571 kB | 11 kB | 139/189 kB Progress (4): 364/392 kB | 192/571 kB | 11 kB | 143/189 kB Progress (4): 364/392 kB | 192/571 kB | 11 kB | 147/189 kB Progress (4): 368/392 kB | 192/571 kB | 11 kB | 147/189 kB Progress (4): 368/392 kB | 196/571 kB | 11 kB | 147/189 kB Progress (4): 372/392 kB | 196/571 kB | 11 kB | 147/189 kB Progress (4): 372/392 kB | 196/571 kB | 11 kB | 151/189 kB Progress (4): 376/392 kB | 196/571 kB | 11 kB | 151/189 kB Progress (4): 376/392 kB | 200/571 kB | 11 kB | 151/189 kB Progress (4): 376/392 kB | 200/571 kB | 11 kB | 155/189 kB Progress (4): 376/392 kB | 204/571 kB | 11 kB | 155/189 kB Progress (4): 380/392 kB | 204/571 kB | 11 kB | 155/189 kB Progress (4): 380/392 kB | 204/571 kB | 11 kB | 159/189 kB Progress (4): 384/392 kB | 204/571 kB | 11 kB | 159/189 kB Progress (4): 384/392 kB | 208/571 kB | 11 kB | 159/189 kB Progress (4): 389/392 kB | 208/571 kB | 11 kB | 159/189 kB Progress (4): 389/392 kB | 208/571 kB | 11 kB | 163/189 kB Progress (4): 392 kB | 208/571 kB | 11 kB | 163/189 kB Progress (4): 392 kB | 212/571 kB | 11 kB | 163/189 kB Progress (4): 392 kB | 212/571 kB | 11 kB | 167/189 kB Progress (4): 392 kB | 212/571 kB | 11 kB | 171/189 kB Progress (4): 392 kB | 217/571 kB | 11 kB | 171/189 kB Progress (4): 392 kB | 221/571 kB | 11 kB | 171/189 kB Progress (4): 392 kB | 225/571 kB | 11 kB | 171/189 kB Progress (4): 392 kB | 229/571 kB | 11 kB | 171/189 kB Progress (4): 392 kB | 229/571 kB | 11 kB | 176/189 kB Progress (4): 392 kB | 229/571 kB | 11 kB | 180/189 kB Progress (4): 392 kB | 233/571 kB | 11 kB | 180/189 kB Progress (4): 392 kB | 237/571 kB | 11 kB | 180/189 kB Progress (4): 392 kB | 237/571 kB | 11 kB | 184/189 kB Progress (4): 392 kB | 241/571 kB | 11 kB | 184/189 kB Progress (4): 392 kB | 241/571 kB | 11 kB | 188/189 kB Progress (4): 392 kB | 245/571 kB | 11 kB | 188/189 kB Progress (4): 392 kB | 245/571 kB | 11 kB | 189 kB Progress (4): 392 kB | 249/571 kB | 11 kB | 189 kB Progress (4): 392 kB | 253/571 kB | 11 kB | 189 kB Progress (4): 392 kB | 258/571 kB | 11 kB | 189 kB Progress (4): 392 kB | 262/571 kB | 11 kB | 189 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 943 kB/s) Progress (3): 392 kB | 266/571 kB | 11 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Progress (3): 392 kB | 270/571 kB | 11 kB Progress (3): 392 kB | 274/571 kB | 11 kB Progress (3): 392 kB | 278/571 kB | 11 kB Progress (3): 392 kB | 282/571 kB | 11 kB Progress (3): 392 kB | 286/571 kB | 11 kB Progress (3): 392 kB | 290/571 kB | 11 kB Progress (3): 392 kB | 294/571 kB | 11 kB Progress (3): 392 kB | 298/571 kB | 11 kB Progress (3): 392 kB | 303/571 kB | 11 kB Progress (3): 392 kB | 307/571 kB | 11 kB Progress (3): 392 kB | 311/571 kB | 11 kB Progress (4): 392 kB | 311/571 kB | 11 kB | 4.1/168 kB Progress (4): 392 kB | 311/571 kB | 11 kB | 7.7/168 kB Progress (4): 392 kB | 315/571 kB | 11 kB | 7.7/168 kB Progress (4): 392 kB | 315/571 kB | 11 kB | 12/168 kB Progress (4): 392 kB | 319/571 kB | 11 kB | 12/168 kB Progress (4): 392 kB | 319/571 kB | 11 kB | 16/168 kB Progress (4): 392 kB | 323/571 kB | 11 kB | 16/168 kB Progress (4): 392 kB | 327/571 kB | 11 kB | 16/168 kB Progress (4): 392 kB | 327/571 kB | 11 kB | 20/168 kB Progress (4): 392 kB | 327/571 kB | 11 kB | 24/168 kB Progress (4): 392 kB | 331/571 kB | 11 kB | 24/168 kB Progress (4): 392 kB | 331/571 kB | 11 kB | 28/168 kB Progress (4): 392 kB | 335/571 kB | 11 kB | 28/168 kB Progress (4): 392 kB | 335/571 kB | 11 kB | 32/168 kB Progress (4): 392 kB | 339/571 kB | 11 kB | 32/168 kB Progress (4): 392 kB | 344/571 kB | 11 kB | 32/168 kB Progress (4): 392 kB | 344/571 kB | 11 kB | 36/168 kB Progress (4): 392 kB | 344/571 kB | 11 kB | 40/168 kB Progress (4): 392 kB | 348/571 kB | 11 kB | 40/168 kB Progress (4): 392 kB | 348/571 kB | 11 kB | 45/168 kB Progress (4): 392 kB | 352/571 kB | 11 kB | 45/168 kB Progress (4): 392 kB | 352/571 kB | 11 kB | 49/168 kB Progress (4): 392 kB | 356/571 kB | 11 kB | 49/168 kB Progress (4): 392 kB | 360/571 kB | 11 kB | 49/168 kB Progress (4): 392 kB | 360/571 kB | 11 kB | 53/168 kB Progress (4): 392 kB | 360/571 kB | 11 kB | 57/168 kB Progress (4): 392 kB | 364/571 kB | 11 kB | 57/168 kB Progress (4): 392 kB | 364/571 kB | 11 kB | 61/168 kB Progress (4): 392 kB | 368/571 kB | 11 kB | 61/168 kB Progress (4): 392 kB | 368/571 kB | 11 kB | 65/168 kB Progress (4): 392 kB | 372/571 kB | 11 kB | 65/168 kB Progress (4): 392 kB | 376/571 kB | 11 kB | 65/168 kB Progress (4): 392 kB | 376/571 kB | 11 kB | 69/168 kB Progress (4): 392 kB | 376/571 kB | 11 kB | 73/168 kB Progress (4): 392 kB | 380/571 kB | 11 kB | 73/168 kB Progress (4): 392 kB | 380/571 kB | 11 kB | 77/168 kB Progress (4): 392 kB | 384/571 kB | 11 kB | 77/168 kB Progress (4): 392 kB | 384/571 kB | 11 kB | 81/168 kB Progress (4): 392 kB | 389/571 kB | 11 kB | 81/168 kB Progress (4): 392 kB | 393/571 kB | 11 kB | 81/168 kB Progress (4): 392 kB | 393/571 kB | 11 kB | 85/168 kB Progress (4): 392 kB | 393/571 kB | 11 kB | 90/168 kB Progress (4): 392 kB | 397/571 kB | 11 kB | 90/168 kB Progress (4): 392 kB | 397/571 kB | 11 kB | 94/168 kB Progress (4): 392 kB | 401/571 kB | 11 kB | 94/168 kB Progress (4): 392 kB | 401/571 kB | 11 kB | 98/168 kB Progress (4): 392 kB | 405/571 kB | 11 kB | 98/168 kB Progress (4): 392 kB | 409/571 kB | 11 kB | 98/168 kB Progress (4): 392 kB | 409/571 kB | 11 kB | 102/168 kB Progress (4): 392 kB | 409/571 kB | 11 kB | 106/168 kB Progress (4): 392 kB | 413/571 kB | 11 kB | 106/168 kB Progress (4): 392 kB | 413/571 kB | 11 kB | 110/168 kB Progress (4): 392 kB | 417/571 kB | 11 kB | 110/168 kB Progress (4): 392 kB | 417/571 kB | 11 kB | 114/168 kB Progress (4): 392 kB | 421/571 kB | 11 kB | 114/168 kB Progress (4): 392 kB | 425/571 kB | 11 kB | 114/168 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Progress (3): 430/571 kB | 11 kB | 114/168 kB Progress (3): 430/571 kB | 11 kB | 118/168 kB Progress (3): 434/571 kB | 11 kB | 118/168 kB Progress (3): 434/571 kB | 11 kB | 122/168 kB Progress (3): 438/571 kB | 11 kB | 122/168 kB Progress (3): 438/571 kB | 11 kB | 126/168 kB Progress (3): 442/571 kB | 11 kB | 126/168 kB Progress (3): 442/571 kB | 11 kB | 131/168 kB Progress (3): 446/571 kB | 11 kB | 131/168 kB Progress (3): 446/571 kB | 11 kB | 135/168 kB Progress (3): 450/571 kB | 11 kB | 135/168 kB Progress (3): 450/571 kB | 11 kB | 139/168 kB Progress (3): 454/571 kB | 11 kB | 139/168 kB Progress (4): 454/571 kB | 11 kB | 139/168 kB | 4.1/38 kB Progress (4): 454/571 kB | 11 kB | 143/168 kB | 4.1/38 kB Progress (4): 454/571 kB | 11 kB | 147/168 kB | 4.1/38 kB Progress (4): 454/571 kB | 11 kB | 147/168 kB | 7.7/38 kB Progress (4): 458/571 kB | 11 kB | 147/168 kB | 7.7/38 kB Progress (4): 458/571 kB | 11 kB | 147/168 kB | 12/38 kB Progress (4): 458/571 kB | 11 kB | 151/168 kB | 12/38 kB Progress (4): 458/571 kB | 11 kB | 151/168 kB | 16/38 kB Progress (4): 462/571 kB | 11 kB | 151/168 kB | 16/38 kB Progress (4): 462/571 kB | 11 kB | 155/168 kB | 16/38 kB Progress (4): 466/571 kB | 11 kB | 155/168 kB | 16/38 kB Progress (4): 466/571 kB | 11 kB | 155/168 kB | 20/38 kB Progress (4): 466/571 kB | 11 kB | 159/168 kB | 20/38 kB Progress (4): 466/571 kB | 11 kB | 159/168 kB | 24/38 kB Progress (4): 471/571 kB | 11 kB | 159/168 kB | 24/38 kB Progress (4): 471/571 kB | 11 kB | 159/168 kB | 28/38 kB Progress (4): 471/571 kB | 11 kB | 163/168 kB | 28/38 kB Progress (4): 471/571 kB | 11 kB | 163/168 kB | 32/38 kB Progress (4): 475/571 kB | 11 kB | 163/168 kB | 32/38 kB Progress (4): 475/571 kB | 11 kB | 163/168 kB | 36/38 kB Progress (4): 475/571 kB | 11 kB | 163/168 kB | 38 kB Progress (4): 475/571 kB | 11 kB | 167/168 kB | 38 kB Progress (4): 479/571 kB | 11 kB | 167/168 kB | 38 kB Progress (4): 479/571 kB | 11 kB | 168 kB | 38 kB Progress (4): 483/571 kB | 11 kB | 168 kB | 38 kB Progress (5): 483/571 kB | 11 kB | 168 kB | 38 kB | 4.1/91 kB Progress (5): 487/571 kB | 11 kB | 168 kB | 38 kB | 4.1/91 kB Progress (5): 487/571 kB | 11 kB | 168 kB | 38 kB | 7.7/91 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 49 kB/s) Progress (4): 487/571 kB | 168 kB | 38 kB | 12/91 kB Progress (4): 491/571 kB | 168 kB | 38 kB | 12/91 kB Progress (4): 491/571 kB | 168 kB | 38 kB | 16/91 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar Progress (4): 491/571 kB | 168 kB | 38 kB | 20/91 kB Progress (4): 495/571 kB | 168 kB | 38 kB | 20/91 kB Progress (4): 495/571 kB | 168 kB | 38 kB | 24/91 kB Progress (4): 499/571 kB | 168 kB | 38 kB | 24/91 kB Progress (4): 499/571 kB | 168 kB | 38 kB | 28/91 kB Progress (4): 503/571 kB | 168 kB | 38 kB | 28/91 kB Progress (4): 503/571 kB | 168 kB | 38 kB | 32/91 kB Progress (4): 507/571 kB | 168 kB | 38 kB | 32/91 kB Progress (4): 507/571 kB | 168 kB | 38 kB | 36/91 kB Progress (4): 511/571 kB | 168 kB | 38 kB | 36/91 kB Progress (4): 511/571 kB | 168 kB | 38 kB | 40/91 kB Progress (4): 516/571 kB | 168 kB | 38 kB | 40/91 kB Progress (4): 516/571 kB | 168 kB | 38 kB | 45/91 kB Progress (4): 516/571 kB | 168 kB | 38 kB | 49/91 kB Progress (4): 520/571 kB | 168 kB | 38 kB | 49/91 kB Progress (5): 520/571 kB | 168 kB | 38 kB | 49/91 kB | 4.1/65 kB Progress (5): 520/571 kB | 168 kB | 38 kB | 53/91 kB | 4.1/65 kB Progress (5): 524/571 kB | 168 kB | 38 kB | 53/91 kB | 4.1/65 kB Progress (5): 524/571 kB | 168 kB | 38 kB | 57/91 kB | 4.1/65 kB Progress (5): 524/571 kB | 168 kB | 38 kB | 57/91 kB | 7.7/65 kB Progress (5): 524/571 kB | 168 kB | 38 kB | 61/91 kB | 7.7/65 kB Progress (5): 524/571 kB | 168 kB | 38 kB | 65/91 kB | 7.7/65 kB Progress (5): 528/571 kB | 168 kB | 38 kB | 65/91 kB | 7.7/65 kB Progress (5): 528/571 kB | 168 kB | 38 kB | 65/91 kB | 12/65 kB Progress (5): 532/571 kB | 168 kB | 38 kB | 65/91 kB | 12/65 kB Progress (5): 532/571 kB | 168 kB | 38 kB | 69/91 kB | 12/65 kB Progress (5): 532/571 kB | 168 kB | 38 kB | 69/91 kB | 16/65 kB Progress (5): 532/571 kB | 168 kB | 38 kB | 73/91 kB | 16/65 kB Progress (5): 536/571 kB | 168 kB | 38 kB | 73/91 kB | 16/65 kB Progress (5): 536/571 kB | 168 kB | 38 kB | 77/91 kB | 16/65 kB Progress (5): 536/571 kB | 168 kB | 38 kB | 77/91 kB | 20/65 kB Progress (5): 540/571 kB | 168 kB | 38 kB | 77/91 kB | 20/65 kB Progress (5): 540/571 kB | 168 kB | 38 kB | 77/91 kB | 24/65 kB Progress (5): 540/571 kB | 168 kB | 38 kB | 81/91 kB | 24/65 kB Progress (5): 540/571 kB | 168 kB | 38 kB | 81/91 kB | 28/65 kB Progress (5): 544/571 kB | 168 kB | 38 kB | 81/91 kB | 28/65 kB Progress (5): 544/571 kB | 168 kB | 38 kB | 85/91 kB | 28/65 kB Progress (5): 544/571 kB | 168 kB | 38 kB | 85/91 kB | 32/65 kB Progress (5): 544/571 kB | 168 kB | 38 kB | 90/91 kB | 32/65 kB Progress (5): 548/571 kB | 168 kB | 38 kB | 90/91 kB | 32/65 kB Progress (5): 548/571 kB | 168 kB | 38 kB | 91 kB | 32/65 kB Progress (5): 548/571 kB | 168 kB | 38 kB | 91 kB | 36/65 kB Progress (5): 552/571 kB | 168 kB | 38 kB | 91 kB | 36/65 kB Progress (5): 552/571 kB | 168 kB | 38 kB | 91 kB | 40/65 kB Progress (5): 557/571 kB | 168 kB | 38 kB | 91 kB | 40/65 kB Progress (5): 557/571 kB | 168 kB | 38 kB | 91 kB | 45/65 kB Progress (5): 557/571 kB | 168 kB | 38 kB | 91 kB | 49/65 kB Progress (5): 561/571 kB | 168 kB | 38 kB | 91 kB | 49/65 kB Progress (5): 565/571 kB | 168 kB | 38 kB | 91 kB | 49/65 kB Progress (5): 569/571 kB | 168 kB | 38 kB | 91 kB | 49/65 kB Progress (5): 569/571 kB | 168 kB | 38 kB | 91 kB | 53/65 kB Progress (5): 571 kB | 168 kB | 38 kB | 91 kB | 53/65 kB Progress (5): 571 kB | 168 kB | 38 kB | 91 kB | 57/65 kB Progress (5): 571 kB | 168 kB | 38 kB | 91 kB | 61/65 kB Progress (5): 571 kB | 168 kB | 38 kB | 91 kB | 65/65 kB Progress (5): 571 kB | 168 kB | 38 kB | 91 kB | 65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 766 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 2.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 386 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 161 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.jar Progress (2): 65 kB | 4.1/109 kB Progress (2): 65 kB | 7.7/109 kB Progress (2): 65 kB | 12/109 kB Progress (2): 65 kB | 16/109 kB Progress (2): 65 kB | 20/109 kB Progress (2): 65 kB | 24/109 kB Progress (2): 65 kB | 28/109 kB Progress (2): 65 kB | 32/109 kB Progress (2): 65 kB | 36/109 kB Progress (2): 65 kB | 40/109 kB Progress (2): 65 kB | 45/109 kB Progress (2): 65 kB | 49/109 kB Progress (2): 65 kB | 53/109 kB Progress (2): 65 kB | 57/109 kB Progress (2): 65 kB | 61/109 kB Progress (2): 65 kB | 65/109 kB Progress (2): 65 kB | 69/109 kB Progress (2): 65 kB | 73/109 kB Progress (2): 65 kB | 77/109 kB Progress (2): 65 kB | 81/109 kB Progress (2): 65 kB | 85/109 kB Progress (2): 65 kB | 90/109 kB Progress (2): 65 kB | 94/109 kB Progress (2): 65 kB | 98/109 kB Progress (2): 65 kB | 102/109 kB Progress (2): 65 kB | 106/109 kB Progress (2): 65 kB | 109 kB Progress (3): 65 kB | 109 kB | 4.1/136 kB Progress (3): 65 kB | 109 kB | 7.7/136 kB Progress (3): 65 kB | 109 kB | 12/136 kB Progress (3): 65 kB | 109 kB | 16/136 kB Progress (3): 65 kB | 109 kB | 20/136 kB Progress (3): 65 kB | 109 kB | 24/136 kB Progress (3): 65 kB | 109 kB | 28/136 kB Progress (3): 65 kB | 109 kB | 32/136 kB Progress (3): 65 kB | 109 kB | 36/136 kB Progress (3): 65 kB | 109 kB | 40/136 kB Progress (3): 65 kB | 109 kB | 45/136 kB Progress (3): 65 kB | 109 kB | 49/136 kB Progress (3): 65 kB | 109 kB | 53/136 kB Progress (3): 65 kB | 109 kB | 57/136 kB Progress (3): 65 kB | 109 kB | 61/136 kB Progress (3): 65 kB | 109 kB | 65/136 kB Progress (3): 65 kB | 109 kB | 69/136 kB Progress (3): 65 kB | 109 kB | 73/136 kB Progress (3): 65 kB | 109 kB | 77/136 kB Progress (3): 65 kB | 109 kB | 81/136 kB Progress (3): 65 kB | 109 kB | 85/136 kB Progress (3): 65 kB | 109 kB | 90/136 kB Progress (3): 65 kB | 109 kB | 94/136 kB Progress (3): 65 kB | 109 kB | 98/136 kB Progress (3): 65 kB | 109 kB | 102/136 kB Progress (3): 65 kB | 109 kB | 106/136 kB Progress (3): 65 kB | 109 kB | 110/136 kB Progress (3): 65 kB | 109 kB | 114/136 kB Progress (3): 65 kB | 109 kB | 118/136 kB Progress (3): 65 kB | 109 kB | 122/136 kB Progress (3): 65 kB | 109 kB | 126/136 kB Progress (3): 65 kB | 109 kB | 131/136 kB Progress (3): 65 kB | 109 kB | 135/136 kB Progress (3): 65 kB | 109 kB | 136 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.jar (136 kB at 550 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.jar Progress (3): 65 kB | 109 kB | 4.1/142 kB Progress (3): 65 kB | 109 kB | 7.7/142 kB Progress (3): 65 kB | 109 kB | 12/142 kB Progress (3): 65 kB | 109 kB | 16/142 kB Progress (3): 65 kB | 109 kB | 20/142 kB Progress (3): 65 kB | 109 kB | 24/142 kB Progress (3): 65 kB | 109 kB | 28/142 kB Progress (3): 65 kB | 109 kB | 32/142 kB Progress (3): 65 kB | 109 kB | 36/142 kB Progress (3): 65 kB | 109 kB | 40/142 kB Progress (3): 65 kB | 109 kB | 45/142 kB Progress (3): 65 kB | 109 kB | 49/142 kB Progress (3): 65 kB | 109 kB | 53/142 kB Progress (3): 65 kB | 109 kB | 57/142 kB Progress (3): 65 kB | 109 kB | 61/142 kB Progress (3): 65 kB | 109 kB | 65/142 kB Progress (3): 65 kB | 109 kB | 69/142 kB Progress (3): 65 kB | 109 kB | 73/142 kB Progress (3): 65 kB | 109 kB | 77/142 kB Progress (3): 65 kB | 109 kB | 81/142 kB Progress (3): 65 kB | 109 kB | 85/142 kB Progress (3): 65 kB | 109 kB | 90/142 kB Progress (3): 65 kB | 109 kB | 94/142 kB Progress (3): 65 kB | 109 kB | 98/142 kB Progress (3): 65 kB | 109 kB | 102/142 kB Progress (3): 65 kB | 109 kB | 106/142 kB Progress (3): 65 kB | 109 kB | 110/142 kB Progress (3): 65 kB | 109 kB | 114/142 kB Progress (3): 65 kB | 109 kB | 118/142 kB Progress (3): 65 kB | 109 kB | 122/142 kB Progress (3): 65 kB | 109 kB | 126/142 kB Progress (3): 65 kB | 109 kB | 131/142 kB Progress (3): 65 kB | 109 kB | 135/142 kB Progress (3): 65 kB | 109 kB | 139/142 kB Progress (3): 65 kB | 109 kB | 142 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 254 kB/s) Progress (3): 109 kB | 142 kB | 4.1/289 kB Progress (3): 109 kB | 142 kB | 7.7/289 kB Progress (3): 109 kB | 142 kB | 12/289 kB Progress (3): 109 kB | 142 kB | 16/289 kB Progress (3): 109 kB | 142 kB | 20/289 kB Progress (3): 109 kB | 142 kB | 24/289 kB Progress (3): 109 kB | 142 kB | 28/289 kB Progress (3): 109 kB | 142 kB | 32/289 kB Progress (3): 109 kB | 142 kB | 36/289 kB Progress (3): 109 kB | 142 kB | 40/289 kB Progress (3): 109 kB | 142 kB | 45/289 kB Progress (3): 109 kB | 142 kB | 49/289 kB Progress (3): 109 kB | 142 kB | 53/289 kB Progress (3): 109 kB | 142 kB | 57/289 kB Progress (3): 109 kB | 142 kB | 61/289 kB Progress (3): 109 kB | 142 kB | 65/289 kB Progress (3): 109 kB | 142 kB | 69/289 kB Progress (3): 109 kB | 142 kB | 73/289 kB Progress (3): 109 kB | 142 kB | 77/289 kB Progress (3): 109 kB | 142 kB | 81/289 kB Progress (3): 109 kB | 142 kB | 85/289 kB Progress (3): 109 kB | 142 kB | 90/289 kB Progress (3): 109 kB | 142 kB | 94/289 kB Progress (3): 109 kB | 142 kB | 98/289 kB Progress (3): 109 kB | 142 kB | 102/289 kB Progress (3): 109 kB | 142 kB | 106/289 kB Progress (3): 109 kB | 142 kB | 110/289 kB Progress (3): 109 kB | 142 kB | 114/289 kB Progress (3): 109 kB | 142 kB | 118/289 kB Progress (3): 109 kB | 142 kB | 122/289 kB Progress (3): 109 kB | 142 kB | 126/289 kB Progress (3): 109 kB | 142 kB | 131/289 kB Progress (3): 109 kB | 142 kB | 135/289 kB Progress (3): 109 kB | 142 kB | 139/289 kB Progress (3): 109 kB | 142 kB | 143/289 kB Progress (3): 109 kB | 142 kB | 147/289 kB Progress (3): 109 kB | 142 kB | 151/289 kB Progress (3): 109 kB | 142 kB | 155/289 kB Progress (3): 109 kB | 142 kB | 159/289 kB Progress (3): 109 kB | 142 kB | 163/289 kB Progress (3): 109 kB | 142 kB | 167/289 kB Progress (3): 109 kB | 142 kB | 171/289 kB Progress (3): 109 kB | 142 kB | 176/289 kB Progress (3): 109 kB | 142 kB | 180/289 kB Progress (3): 109 kB | 142 kB | 184/289 kB Progress (3): 109 kB | 142 kB | 188/289 kB Progress (3): 109 kB | 142 kB | 192/289 kB Progress (3): 109 kB | 142 kB | 196/289 kB Progress (3): 109 kB | 142 kB | 200/289 kB Progress (3): 109 kB | 142 kB | 204/289 kB Progress (3): 109 kB | 142 kB | 208/289 kB Progress (3): 109 kB | 142 kB | 212/289 kB Progress (3): 109 kB | 142 kB | 217/289 kB Progress (3): 109 kB | 142 kB | 221/289 kB Progress (3): 109 kB | 142 kB | 225/289 kB Progress (3): 109 kB | 142 kB | 229/289 kB Progress (3): 109 kB | 142 kB | 233/289 kB Progress (3): 109 kB | 142 kB | 237/289 kB Progress (3): 109 kB | 142 kB | 241/289 kB Progress (3): 109 kB | 142 kB | 245/289 kB Progress (3): 109 kB | 142 kB | 249/289 kB Progress (3): 109 kB | 142 kB | 253/289 kB Progress (3): 109 kB | 142 kB | 258/289 kB Progress (3): 109 kB | 142 kB | 262/289 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.jar (142 kB at 528 kB/s) Progress (2): 109 kB | 266/289 kB Progress (2): 109 kB | 270/289 kB Progress (2): 109 kB | 274/289 kB Progress (3): 109 kB | 274/289 kB | 4.1/379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 406 kB/s) Progress (2): 278/289 kB | 4.1/379 kB Progress (2): 278/289 kB | 7.7/379 kB Progress (2): 278/289 kB | 12/379 kB Progress (2): 278/289 kB | 16/379 kB Progress (2): 282/289 kB | 16/379 kB Progress (2): 286/289 kB | 16/379 kB Progress (2): 289 kB | 16/379 kB Progress (2): 289 kB | 20/379 kB Progress (2): 289 kB | 24/379 kB Progress (2): 289 kB | 28/379 kB Progress (2): 289 kB | 32/379 kB Progress (2): 289 kB | 36/379 kB Progress (2): 289 kB | 40/379 kB Progress (2): 289 kB | 45/379 kB Progress (2): 289 kB | 49/379 kB Progress (2): 289 kB | 53/379 kB Progress (2): 289 kB | 57/379 kB Progress (2): 289 kB | 61/379 kB Progress (2): 289 kB | 65/379 kB Progress (2): 289 kB | 69/379 kB Progress (2): 289 kB | 73/379 kB Progress (2): 289 kB | 77/379 kB Progress (2): 289 kB | 81/379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar (289 kB at 1.1 MB/s) Progress (1): 85/379 kB Progress (1): 90/379 kB Progress (1): 94/379 kB Progress (1): 98/379 kB Progress (1): 102/379 kB Progress (1): 106/379 kB Progress (1): 110/379 kB Progress (1): 114/379 kB Progress (1): 118/379 kB Progress (1): 122/379 kB Progress (1): 126/379 kB Progress (1): 131/379 kB Progress (1): 135/379 kB Progress (1): 139/379 kB Progress (1): 143/379 kB Progress (1): 147/379 kB Progress (1): 151/379 kB Progress (1): 155/379 kB Progress (1): 159/379 kB Progress (1): 163/379 kB Progress (1): 167/379 kB Progress (1): 171/379 kB Progress (1): 176/379 kB Progress (1): 180/379 kB Progress (1): 184/379 kB Progress (1): 188/379 kB Progress (1): 192/379 kB Progress (1): 196/379 kB Progress (1): 200/379 kB Progress (1): 204/379 kB Progress (1): 208/379 kB Progress (1): 212/379 kB Progress (1): 217/379 kB Progress (1): 221/379 kB Progress (1): 225/379 kB Progress (1): 229/379 kB Progress (1): 233/379 kB Progress (1): 237/379 kB Progress (1): 241/379 kB Progress (1): 245/379 kB Progress (1): 249/379 kB Progress (1): 253/379 kB Progress (1): 258/379 kB Progress (1): 262/379 kB Progress (1): 266/379 kB Progress (1): 270/379 kB Progress (1): 274/379 kB Progress (1): 278/379 kB Progress (1): 282/379 kB Progress (1): 286/379 kB Progress (1): 290/379 kB Progress (1): 294/379 kB Progress (1): 298/379 kB Progress (1): 303/379 kB Progress (1): 307/379 kB Progress (1): 311/379 kB Progress (1): 315/379 kB Progress (1): 319/379 kB Progress (1): 323/379 kB Progress (1): 327/379 kB Progress (1): 331/379 kB Progress (1): 335/379 kB Progress (1): 339/379 kB Progress (1): 344/379 kB Progress (1): 348/379 kB Progress (1): 352/379 kB Progress (1): 356/379 kB Progress (1): 360/379 kB Progress (1): 364/379 kB Progress (1): 368/379 kB Progress (1): 372/379 kB Progress (1): 376/379 kB Progress (1): 379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.jar (379 kB at 1.3 MB/s) [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 --- Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.6.0/tycho-pack200-impl-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.6.0/tycho-pack200-impl-1.6.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.6.0/tycho-pack200-impl-1.6.0.pom (1.1 kB at 68 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.6.0/tycho-pack200-impl-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.6.0/tycho-pack200-impl-1.6.0.jar Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.6.0/tycho-pack200-impl-1.6.0.jar (12 kB at 734 kB/s) [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella --- Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom Progress (1): 4.1 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 428 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 1.2 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom Progress (1): 4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 153 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 52 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 553 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 307 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 56 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 65 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 35 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 113 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 20 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 212 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 148 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 28 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 73 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 75 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 72 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 347 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 186 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 84 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 98 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Progress (1): 4.1 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 465 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 862 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 54 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 24 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/19.0/guava-19.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 212 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 290 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 564 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 780 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Progress (1): 363 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 21 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 56 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 182 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 259 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 202 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 52 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 71 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 124 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 536 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 93 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 78 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 88 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 100 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.pom Progress (1): 2.2 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.pom (2.2 kB at 52 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom (13 kB at 393 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/38/commons-parent-38.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom (62 kB at 1.4 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom (4.8 kB at 127 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/3/auto-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 183 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.pom Progress (1): 1.8 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.pom (1.8 kB at 115 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.pom Progress (1): 2.3 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.pom (2.3 kB at 92 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom Progress (1): 4.1 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom (6.4 kB at 194 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom (16 kB at 424 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 1.5 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom (5.5 kB at 106 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom (13 kB at 262 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 768 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.9 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 550 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.4 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom (4.8 kB at 120 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/19.0/guava-19.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.jar Progress (1): 4.1/67 kB Progress (1): 7.7/67 kB Progress (1): 12/67 kB Progress (1): 16/67 kB Progress (1): 20/67 kB Progress (1): 24/67 kB Progress (1): 28/67 kB Progress (1): 32/67 kB Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar Progress (1): 36/67 kB Progress (1): 40/67 kB Progress (1): 45/67 kB Progress (1): 49/67 kB Progress (1): 53/67 kB Progress (1): 57/67 kB Progress (1): 61/67 kB Progress (1): 65/67 kB Progress (1): 67 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.jar (67 kB at 422 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.jar (4.9 kB at 28 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.jar (26 kB at 128 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar Progress (1): 4.1/557 kB Progress (1): 7.7/557 kB Progress (1): 12/557 kB Progress (1): 16/557 kB Progress (1): 20/557 kB Progress (1): 24/557 kB Progress (1): 28/557 kB Progress (1): 32/557 kB Progress (1): 36/557 kB Progress (1): 40/557 kB Progress (1): 45/557 kB Progress (1): 49/557 kB Progress (1): 53/557 kB Progress (1): 57/557 kB Progress (1): 61/557 kB Progress (1): 65/557 kB Progress (1): 69/557 kB Progress (1): 73/557 kB Progress (1): 77/557 kB Progress (1): 81/557 kB Progress (1): 85/557 kB Progress (1): 90/557 kB Progress (1): 94/557 kB Progress (1): 98/557 kB Progress (1): 102/557 kB Progress (1): 106/557 kB Progress (1): 110/557 kB Progress (1): 114/557 kB Progress (1): 118/557 kB Progress (1): 122/557 kB Progress (1): 126/557 kB Progress (1): 131/557 kB Progress (1): 135/557 kB Progress (1): 139/557 kB Progress (1): 143/557 kB Progress (1): 147/557 kB Progress (1): 151/557 kB Progress (1): 155/557 kB Progress (1): 159/557 kB Progress (1): 163/557 kB Progress (1): 167/557 kB Progress (1): 171/557 kB Progress (1): 176/557 kB Progress (1): 180/557 kB Progress (1): 184/557 kB Progress (1): 188/557 kB Progress (1): 192/557 kB Progress (1): 196/557 kB Progress (1): 200/557 kB Progress (1): 204/557 kB Progress (1): 208/557 kB Progress (1): 212/557 kB Progress (1): 217/557 kB Progress (1): 221/557 kB Progress (1): 225/557 kB Progress (1): 229/557 kB Progress (1): 233/557 kB Progress (1): 237/557 kB Progress (1): 241/557 kB Progress (1): 245/557 kB Progress (1): 249/557 kB Progress (1): 253/557 kB Progress (1): 258/557 kB Progress (1): 262/557 kB Progress (1): 266/557 kB Progress (1): 270/557 kB Progress (1): 274/557 kB Progress (1): 278/557 kB Progress (1): 282/557 kB Progress (1): 286/557 kB Progress (1): 290/557 kB Progress (1): 294/557 kB Progress (1): 298/557 kB Progress (1): 303/557 kB Progress (1): 307/557 kB Progress (1): 311/557 kB Progress (1): 315/557 kB Progress (1): 319/557 kB Progress (1): 323/557 kB Progress (1): 327/557 kB Progress (1): 331/557 kB Progress (1): 335/557 kB Progress (1): 339/557 kB Progress (1): 344/557 kB Progress (1): 348/557 kB Progress (1): 352/557 kB Progress (1): 356/557 kB Progress (1): 360/557 kB Progress (1): 364/557 kB Progress (1): 368/557 kB Progress (1): 372/557 kB Progress (1): 376/557 kB Progress (1): 380/557 kB Progress (1): 384/557 kB Progress (1): 389/557 kB Progress (1): 393/557 kB Progress (1): 397/557 kB Progress (1): 401/557 kB Progress (1): 405/557 kB Progress (1): 409/557 kB Progress (1): 413/557 kB Progress (1): 417/557 kB Progress (1): 421/557 kB Progress (1): 425/557 kB Progress (1): 430/557 kB Progress (1): 434/557 kB Progress (1): 438/557 kB Progress (1): 442/557 kB Progress (1): 446/557 kB Progress (1): 450/557 kB Progress (1): 454/557 kB Progress (1): 458/557 kB Progress (1): 462/557 kB Progress (1): 466/557 kB Progress (1): 471/557 kB Progress (1): 475/557 kB Progress (1): 479/557 kB Progress (1): 483/557 kB Progress (1): 487/557 kB Progress (1): 491/557 kB Progress (1): 495/557 kB Progress (1): 499/557 kB Progress (1): 503/557 kB Progress (1): 507/557 kB Progress (1): 511/557 kB Progress (1): 516/557 kB Progress (1): 520/557 kB Progress (1): 524/557 kB Progress (1): 528/557 kB Progress (1): 532/557 kB Progress (1): 536/557 kB Progress (1): 540/557 kB Progress (1): 544/557 kB Progress (1): 548/557 kB Progress (1): 552/557 kB Progress (1): 557/557 kB Progress (1): 557 kB Progress (2): 557 kB | 4.1/42 kB Progress (2): 557 kB | 7.7/42 kB Progress (2): 557 kB | 12/42 kB Progress (2): 557 kB | 16/42 kB Progress (2): 557 kB | 20/42 kB Progress (2): 557 kB | 24/42 kB Progress (2): 557 kB | 28/42 kB Progress (2): 557 kB | 32/42 kB Progress (2): 557 kB | 36/42 kB Progress (2): 557 kB | 40/42 kB Progress (2): 557 kB | 42 kB Progress (3): 557 kB | 42 kB | 4.1/42 kB Progress (3): 557 kB | 42 kB | 7.7/42 kB Progress (3): 557 kB | 42 kB | 12/42 kB Progress (3): 557 kB | 42 kB | 16/42 kB Progress (3): 557 kB | 42 kB | 20/42 kB Progress (3): 557 kB | 42 kB | 24/42 kB Progress (3): 557 kB | 42 kB | 28/42 kB Progress (3): 557 kB | 42 kB | 32/42 kB Progress (4): 557 kB | 42 kB | 32/42 kB | 4.1/154 kB Progress (4): 557 kB | 42 kB | 36/42 kB | 4.1/154 kB Progress (4): 557 kB | 42 kB | 36/42 kB | 7.7/154 kB Progress (4): 557 kB | 42 kB | 40/42 kB | 7.7/154 kB Progress (4): 557 kB | 42 kB | 40/42 kB | 12/154 kB Progress (4): 557 kB | 42 kB | 42 kB | 12/154 kB Progress (4): 557 kB | 42 kB | 42 kB | 16/154 kB Progress (4): 557 kB | 42 kB | 42 kB | 20/154 kB Progress (4): 557 kB | 42 kB | 42 kB | 24/154 kB Progress (4): 557 kB | 42 kB | 42 kB | 28/154 kB Progress (4): 557 kB | 42 kB | 42 kB | 32/154 kB Progress (4): 557 kB | 42 kB | 42 kB | 36/154 kB Progress (4): 557 kB | 42 kB | 42 kB | 40/154 kB Progress (4): 557 kB | 42 kB | 42 kB | 45/154 kB Progress (4): 557 kB | 42 kB | 42 kB | 49/154 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 1.0 MB/s) Progress (3): 557 kB | 42 kB | 53/154 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 14 MB/s) Progress (2): 42 kB | 57/154 kB Progress (2): 42 kB | 61/154 kB Progress (2): 42 kB | 65/154 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar Progress (2): 42 kB | 69/154 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar Progress (2): 42 kB | 73/154 kB Progress (2): 42 kB | 77/154 kB Progress (2): 42 kB | 81/154 kB Progress (2): 42 kB | 85/154 kB Progress (2): 42 kB | 90/154 kB Progress (2): 42 kB | 94/154 kB Progress (2): 42 kB | 98/154 kB Progress (2): 42 kB | 102/154 kB Progress (2): 42 kB | 106/154 kB Progress (2): 42 kB | 110/154 kB Progress (2): 42 kB | 114/154 kB Progress (2): 42 kB | 118/154 kB Progress (2): 42 kB | 122/154 kB Progress (2): 42 kB | 126/154 kB Progress (2): 42 kB | 131/154 kB Progress (2): 42 kB | 135/154 kB Progress (2): 42 kB | 139/154 kB Progress (2): 42 kB | 143/154 kB Progress (2): 42 kB | 147/154 kB Progress (2): 42 kB | 151/154 kB Progress (2): 42 kB | 154 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 2.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 733 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Progress (1): 4.1/52 kB Progress (1): 7.7/52 kB Progress (1): 12/52 kB Progress (1): 16/52 kB Progress (1): 20/52 kB Progress (1): 24/52 kB Progress (1): 28/52 kB Progress (1): 32/52 kB Progress (1): 36/52 kB Progress (1): 40/52 kB Progress (1): 45/52 kB Progress (1): 49/52 kB Progress (1): 52 kB Progress (2): 52 kB | 4.1/18 kB Progress (2): 52 kB | 7.7/18 kB Progress (2): 52 kB | 12/18 kB Progress (3): 52 kB | 12/18 kB | 4.1/160 kB Progress (3): 52 kB | 16/18 kB | 4.1/160 kB Progress (3): 52 kB | 16/18 kB | 7.7/160 kB Progress (3): 52 kB | 18 kB | 7.7/160 kB Progress (3): 52 kB | 18 kB | 12/160 kB Progress (3): 52 kB | 18 kB | 16/160 kB Progress (3): 52 kB | 18 kB | 20/160 kB Progress (3): 52 kB | 18 kB | 24/160 kB Progress (3): 52 kB | 18 kB | 28/160 kB Progress (3): 52 kB | 18 kB | 32/160 kB Progress (3): 52 kB | 18 kB | 36/160 kB Progress (3): 52 kB | 18 kB | 40/160 kB Progress (3): 52 kB | 18 kB | 45/160 kB Progress (3): 52 kB | 18 kB | 49/160 kB Progress (3): 52 kB | 18 kB | 53/160 kB Progress (3): 52 kB | 18 kB | 57/160 kB Progress (3): 52 kB | 18 kB | 61/160 kB Progress (3): 52 kB | 18 kB | 65/160 kB Progress (3): 52 kB | 18 kB | 69/160 kB Progress (3): 52 kB | 18 kB | 73/160 kB Progress (3): 52 kB | 18 kB | 77/160 kB Progress (3): 52 kB | 18 kB | 81/160 kB Progress (3): 52 kB | 18 kB | 85/160 kB Progress (3): 52 kB | 18 kB | 90/160 kB Progress (3): 52 kB | 18 kB | 94/160 kB Progress (3): 52 kB | 18 kB | 98/160 kB Progress (3): 52 kB | 18 kB | 102/160 kB Progress (3): 52 kB | 18 kB | 106/160 kB Progress (3): 52 kB | 18 kB | 110/160 kB Progress (3): 52 kB | 18 kB | 114/160 kB Progress (3): 52 kB | 18 kB | 118/160 kB Progress (3): 52 kB | 18 kB | 122/160 kB Progress (3): 52 kB | 18 kB | 126/160 kB Progress (3): 52 kB | 18 kB | 131/160 kB Progress (3): 52 kB | 18 kB | 135/160 kB Progress (3): 52 kB | 18 kB | 139/160 kB Progress (3): 52 kB | 18 kB | 143/160 kB Progress (3): 52 kB | 18 kB | 147/160 kB Progress (3): 52 kB | 18 kB | 151/160 kB Progress (3): 52 kB | 18 kB | 155/160 kB Progress (4): 52 kB | 18 kB | 155/160 kB | 4.1/60 kB Progress (4): 52 kB | 18 kB | 159/160 kB | 4.1/60 kB Progress (4): 52 kB | 18 kB | 159/160 kB | 7.7/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 7.7/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 12/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 16/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 20/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 24/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 28/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 32/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 36/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 40/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 45/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 49/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 53/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 57/60 kB Progress (4): 52 kB | 18 kB | 160 kB | 60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 219 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Progress (4): 52 kB | 160 kB | 60 kB | 4.1/25 kB Progress (4): 52 kB | 160 kB | 60 kB | 7.7/25 kB Progress (4): 52 kB | 160 kB | 60 kB | 12/25 kB Progress (4): 52 kB | 160 kB | 60 kB | 16/25 kB Progress (5): 52 kB | 160 kB | 60 kB | 16/25 kB | 4.1/145 kB Progress (5): 52 kB | 160 kB | 60 kB | 20/25 kB | 4.1/145 kB Progress (5): 52 kB | 160 kB | 60 kB | 20/25 kB | 7.7/145 kB Progress (5): 52 kB | 160 kB | 60 kB | 24/25 kB | 7.7/145 kB Progress (5): 52 kB | 160 kB | 60 kB | 24/25 kB | 12/145 kB Progress (5): 52 kB | 160 kB | 60 kB | 25 kB | 12/145 kB Progress (5): 52 kB | 160 kB | 60 kB | 25 kB | 16/145 kB Progress (5): 52 kB | 160 kB | 60 kB | 25 kB | 20/145 kB Progress (5): 52 kB | 160 kB | 60 kB | 25 kB | 24/145 kB Progress (5): 52 kB | 160 kB | 60 kB | 25 kB | 28/145 kB Progress (5): 52 kB | 160 kB | 60 kB | 25 kB | 32/145 kB Progress (5): 52 kB | 160 kB | 60 kB | 25 kB | 36/145 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 693 kB/s) Progress (4): 52 kB | 160 kB | 25 kB | 40/145 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Progress (4): 52 kB | 160 kB | 25 kB | 45/145 kB Progress (4): 52 kB | 160 kB | 25 kB | 49/145 kB Progress (4): 52 kB | 160 kB | 25 kB | 53/145 kB Progress (4): 52 kB | 160 kB | 25 kB | 57/145 kB Progress (4): 52 kB | 160 kB | 25 kB | 61/145 kB Progress (4): 52 kB | 160 kB | 25 kB | 65/145 kB Progress (4): 52 kB | 160 kB | 25 kB | 69/145 kB Progress (5): 52 kB | 160 kB | 25 kB | 69/145 kB | 4.1/134 kB Progress (5): 52 kB | 160 kB | 25 kB | 73/145 kB | 4.1/134 kB Progress (5): 52 kB | 160 kB | 25 kB | 73/145 kB | 7.7/134 kB Progress (5): 52 kB | 160 kB | 25 kB | 77/145 kB | 7.7/134 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 588 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Progress (4): 160 kB | 25 kB | 77/145 kB | 12/134 kB Progress (4): 160 kB | 25 kB | 81/145 kB | 12/134 kB Progress (4): 160 kB | 25 kB | 81/145 kB | 16/134 kB Progress (4): 160 kB | 25 kB | 85/145 kB | 16/134 kB Progress (4): 160 kB | 25 kB | 85/145 kB | 20/134 kB Progress (4): 160 kB | 25 kB | 90/145 kB | 20/134 kB Progress (4): 160 kB | 25 kB | 90/145 kB | 24/134 kB Progress (4): 160 kB | 25 kB | 94/145 kB | 24/134 kB Progress (4): 160 kB | 25 kB | 94/145 kB | 28/134 kB Progress (4): 160 kB | 25 kB | 98/145 kB | 28/134 kB Progress (4): 160 kB | 25 kB | 98/145 kB | 32/134 kB Progress (4): 160 kB | 25 kB | 102/145 kB | 32/134 kB Progress (4): 160 kB | 25 kB | 102/145 kB | 36/134 kB Progress (4): 160 kB | 25 kB | 106/145 kB | 36/134 kB Progress (4): 160 kB | 25 kB | 106/145 kB | 40/134 kB Progress (4): 160 kB | 25 kB | 110/145 kB | 40/134 kB Progress (4): 160 kB | 25 kB | 110/145 kB | 45/134 kB Progress (4): 160 kB | 25 kB | 114/145 kB | 45/134 kB Progress (4): 160 kB | 25 kB | 114/145 kB | 49/134 kB Progress (4): 160 kB | 25 kB | 118/145 kB | 49/134 kB Progress (4): 160 kB | 25 kB | 118/145 kB | 53/134 kB Progress (4): 160 kB | 25 kB | 122/145 kB | 53/134 kB Progress (4): 160 kB | 25 kB | 122/145 kB | 57/134 kB Progress (4): 160 kB | 25 kB | 126/145 kB | 57/134 kB Progress (4): 160 kB | 25 kB | 126/145 kB | 61/134 kB Progress (4): 160 kB | 25 kB | 131/145 kB | 61/134 kB Progress (4): 160 kB | 25 kB | 131/145 kB | 65/134 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 1.7 MB/s) Progress (3): 25 kB | 135/145 kB | 65/134 kB Progress (3): 25 kB | 135/145 kB | 69/134 kB Progress (3): 25 kB | 139/145 kB | 69/134 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar Progress (3): 25 kB | 143/145 kB | 69/134 kB Progress (3): 25 kB | 143/145 kB | 73/134 kB Progress (3): 25 kB | 145 kB | 73/134 kB Progress (3): 25 kB | 145 kB | 77/134 kB Progress (3): 25 kB | 145 kB | 81/134 kB Progress (3): 25 kB | 145 kB | 85/134 kB Progress (3): 25 kB | 145 kB | 90/134 kB Progress (3): 25 kB | 145 kB | 94/134 kB Progress (3): 25 kB | 145 kB | 98/134 kB Progress (3): 25 kB | 145 kB | 102/134 kB Progress (3): 25 kB | 145 kB | 106/134 kB Progress (3): 25 kB | 145 kB | 110/134 kB Progress (3): 25 kB | 145 kB | 114/134 kB Progress (3): 25 kB | 145 kB | 118/134 kB Progress (3): 25 kB | 145 kB | 122/134 kB Progress (3): 25 kB | 145 kB | 126/134 kB Progress (3): 25 kB | 145 kB | 131/134 kB Progress (3): 25 kB | 145 kB | 134 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 260 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 1.5 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Progress (1): 4.1/134 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Progress (1): 7.7/134 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (1): 12/134 kB Progress (1): 16/134 kB Progress (1): 20/134 kB Progress (1): 24/134 kB Progress (1): 28/134 kB Progress (1): 32/134 kB Progress (2): 32/134 kB | 4.1/5.8 kB Progress (2): 32/134 kB | 5.8 kB Progress (2): 36/134 kB | 5.8 kB Progress (3): 36/134 kB | 5.8 kB | 4.1/45 kB Progress (3): 40/134 kB | 5.8 kB | 4.1/45 kB Progress (3): 40/134 kB | 5.8 kB | 7.7/45 kB Progress (4): 40/134 kB | 5.8 kB | 7.7/45 kB | 2.5 kB Progress (4): 40/134 kB | 5.8 kB | 12/45 kB | 2.5 kB Progress (4): 45/134 kB | 5.8 kB | 12/45 kB | 2.5 kB Progress (4): 45/134 kB | 5.8 kB | 16/45 kB | 2.5 kB Progress (4): 49/134 kB | 5.8 kB | 16/45 kB | 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 57 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Progress (3): 53/134 kB | 16/45 kB | 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 24 kB/s) Progress (2): 53/134 kB | 20/45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Progress (2): 57/134 kB | 20/45 kB Progress (2): 57/134 kB | 24/45 kB Progress (2): 61/134 kB | 24/45 kB Progress (2): 61/134 kB | 28/45 kB Progress (2): 65/134 kB | 28/45 kB Progress (2): 65/134 kB | 32/45 kB Progress (2): 69/134 kB | 32/45 kB Progress (2): 73/134 kB | 32/45 kB Progress (2): 73/134 kB | 36/45 kB Progress (3): 73/134 kB | 36/45 kB | 4.1/357 kB Progress (3): 73/134 kB | 40/45 kB | 4.1/357 kB Progress (3): 77/134 kB | 40/45 kB | 4.1/357 kB Progress (4): 77/134 kB | 40/45 kB | 4.1/357 kB | 4.1/4.5 kB Progress (4): 77/134 kB | 40/45 kB | 4.1/357 kB | 4.5 kB Progress (4): 77/134 kB | 45/45 kB | 4.1/357 kB | 4.5 kB Progress (4): 77/134 kB | 45/45 kB | 7.7/357 kB | 4.5 kB Progress (4): 77/134 kB | 45 kB | 7.7/357 kB | 4.5 kB Progress (4): 81/134 kB | 45 kB | 7.7/357 kB | 4.5 kB Progress (4): 81/134 kB | 45 kB | 12/357 kB | 4.5 kB Progress (4): 81/134 kB | 45 kB | 16/357 kB | 4.5 kB Progress (4): 85/134 kB | 45 kB | 16/357 kB | 4.5 kB Progress (4): 90/134 kB | 45 kB | 16/357 kB | 4.5 kB Progress (4): 94/134 kB | 45 kB | 16/357 kB | 4.5 kB Progress (4): 94/134 kB | 45 kB | 20/357 kB | 4.5 kB Progress (4): 98/134 kB | 45 kB | 20/357 kB | 4.5 kB Progress (4): 98/134 kB | 45 kB | 24/357 kB | 4.5 kB Progress (4): 98/134 kB | 45 kB | 28/357 kB | 4.5 kB Progress (4): 98/134 kB | 45 kB | 32/357 kB | 4.5 kB Progress (4): 102/134 kB | 45 kB | 32/357 kB | 4.5 kB Progress (4): 106/134 kB | 45 kB | 32/357 kB | 4.5 kB Progress (4): 110/134 kB | 45 kB | 32/357 kB | 4.5 kB Progress (4): 110/134 kB | 45 kB | 36/357 kB | 4.5 kB Progress (4): 114/134 kB | 45 kB | 36/357 kB | 4.5 kB Progress (4): 114/134 kB | 45 kB | 40/357 kB | 4.5 kB Progress (4): 114/134 kB | 45 kB | 45/357 kB | 4.5 kB Progress (4): 118/134 kB | 45 kB | 45/357 kB | 4.5 kB Progress (4): 122/134 kB | 45 kB | 45/357 kB | 4.5 kB Progress (4): 122/134 kB | 45 kB | 49/357 kB | 4.5 kB Progress (4): 126/134 kB | 45 kB | 49/357 kB | 4.5 kB Progress (4): 131/134 kB | 45 kB | 49/357 kB | 4.5 kB Progress (4): 131/134 kB | 45 kB | 53/357 kB | 4.5 kB Progress (4): 134 kB | 45 kB | 53/357 kB | 4.5 kB Progress (4): 134 kB | 45 kB | 57/357 kB | 4.5 kB Progress (4): 134 kB | 45 kB | 61/357 kB | 4.5 kB Progress (4): 134 kB | 45 kB | 65/357 kB | 4.5 kB Progress (4): 134 kB | 45 kB | 69/357 kB | 4.5 kB Progress (4): 134 kB | 45 kB | 73/357 kB | 4.5 kB Progress (4): 134 kB | 45 kB | 77/357 kB | 4.5 kB Progress (4): 134 kB | 45 kB | 81/357 kB | 4.5 kB Progress (4): 134 kB | 45 kB | 85/357 kB | 4.5 kB Progress (4): 134 kB | 45 kB | 90/357 kB | 4.5 kB Progress (5): 134 kB | 45 kB | 90/357 kB | 4.5 kB | 4.1/197 kB Progress (5): 134 kB | 45 kB | 94/357 kB | 4.5 kB | 4.1/197 kB Progress (5): 134 kB | 45 kB | 94/357 kB | 4.5 kB | 7.7/197 kB Progress (5): 134 kB | 45 kB | 98/357 kB | 4.5 kB | 7.7/197 kB Progress (5): 134 kB | 45 kB | 98/357 kB | 4.5 kB | 12/197 kB Progress (5): 134 kB | 45 kB | 98/357 kB | 4.5 kB | 16/197 kB Progress (5): 134 kB | 45 kB | 102/357 kB | 4.5 kB | 16/197 kB Progress (5): 134 kB | 45 kB | 106/357 kB | 4.5 kB | 16/197 kB Progress (5): 134 kB | 45 kB | 106/357 kB | 4.5 kB | 20/197 kB Progress (5): 134 kB | 45 kB | 110/357 kB | 4.5 kB | 20/197 kB Progress (5): 134 kB | 45 kB | 114/357 kB | 4.5 kB | 20/197 kB Progress (5): 134 kB | 45 kB | 114/357 kB | 4.5 kB | 24/197 kB Progress (5): 134 kB | 45 kB | 114/357 kB | 4.5 kB | 28/197 kB Progress (5): 134 kB | 45 kB | 118/357 kB | 4.5 kB | 28/197 kB Progress (5): 134 kB | 45 kB | 122/357 kB | 4.5 kB | 28/197 kB Progress (5): 134 kB | 45 kB | 126/357 kB | 4.5 kB | 28/197 kB Progress (5): 134 kB | 45 kB | 131/357 kB | 4.5 kB | 28/197 kB Progress (5): 134 kB | 45 kB | 131/357 kB | 4.5 kB | 32/197 kB Progress (5): 134 kB | 45 kB | 135/357 kB | 4.5 kB | 32/197 kB Progress (5): 134 kB | 45 kB | 139/357 kB | 4.5 kB | 32/197 kB Progress (5): 134 kB | 45 kB | 139/357 kB | 4.5 kB | 36/197 kB Progress (5): 134 kB | 45 kB | 143/357 kB | 4.5 kB | 36/197 kB Progress (5): 134 kB | 45 kB | 147/357 kB | 4.5 kB | 36/197 kB Progress (5): 134 kB | 45 kB | 147/357 kB | 4.5 kB | 40/197 kB Progress (5): 134 kB | 45 kB | 147/357 kB | 4.5 kB | 45/197 kB Progress (5): 134 kB | 45 kB | 151/357 kB | 4.5 kB | 45/197 kB Progress (5): 134 kB | 45 kB | 151/357 kB | 4.5 kB | 49/197 kB Progress (5): 134 kB | 45 kB | 155/357 kB | 4.5 kB | 49/197 kB Progress (5): 134 kB | 45 kB | 159/357 kB | 4.5 kB | 49/197 kB Progress (5): 134 kB | 45 kB | 159/357 kB | 4.5 kB | 53/197 kB Progress (5): 134 kB | 45 kB | 163/357 kB | 4.5 kB | 53/197 kB Progress (5): 134 kB | 45 kB | 163/357 kB | 4.5 kB | 57/197 kB Progress (5): 134 kB | 45 kB | 163/357 kB | 4.5 kB | 61/197 kB Progress (5): 134 kB | 45 kB | 167/357 kB | 4.5 kB | 61/197 kB Progress (5): 134 kB | 45 kB | 167/357 kB | 4.5 kB | 65/197 kB Progress (5): 134 kB | 45 kB | 171/357 kB | 4.5 kB | 65/197 kB Progress (5): 134 kB | 45 kB | 176/357 kB | 4.5 kB | 65/197 kB Progress (5): 134 kB | 45 kB | 180/357 kB | 4.5 kB | 65/197 kB Progress (5): 134 kB | 45 kB | 180/357 kB | 4.5 kB | 69/197 kB Progress (5): 134 kB | 45 kB | 180/357 kB | 4.5 kB | 73/197 kB Progress (5): 134 kB | 45 kB | 184/357 kB | 4.5 kB | 73/197 kB Progress (5): 134 kB | 45 kB | 184/357 kB | 4.5 kB | 77/197 kB Progress (5): 134 kB | 45 kB | 188/357 kB | 4.5 kB | 77/197 kB Progress (5): 134 kB | 45 kB | 188/357 kB | 4.5 kB | 81/197 kB Progress (5): 134 kB | 45 kB | 192/357 kB | 4.5 kB | 81/197 kB Progress (5): 134 kB | 45 kB | 196/357 kB | 4.5 kB | 81/197 kB Progress (5): 134 kB | 45 kB | 196/357 kB | 4.5 kB | 85/197 kB Progress (5): 134 kB | 45 kB | 196/357 kB | 4.5 kB | 90/197 kB Progress (5): 134 kB | 45 kB | 200/357 kB | 4.5 kB | 90/197 kB Progress (5): 134 kB | 45 kB | 200/357 kB | 4.5 kB | 94/197 kB Progress (5): 134 kB | 45 kB | 204/357 kB | 4.5 kB | 94/197 kB Progress (5): 134 kB | 45 kB | 204/357 kB | 4.5 kB | 98/197 kB Progress (5): 134 kB | 45 kB | 208/357 kB | 4.5 kB | 98/197 kB Progress (5): 134 kB | 45 kB | 212/357 kB | 4.5 kB | 98/197 kB Progress (5): 134 kB | 45 kB | 212/357 kB | 4.5 kB | 102/197 kB Progress (5): 134 kB | 45 kB | 212/357 kB | 4.5 kB | 106/197 kB Progress (5): 134 kB | 45 kB | 217/357 kB | 4.5 kB | 106/197 kB Progress (5): 134 kB | 45 kB | 217/357 kB | 4.5 kB | 110/197 kB Progress (5): 134 kB | 45 kB | 221/357 kB | 4.5 kB | 110/197 kB Progress (5): 134 kB | 45 kB | 221/357 kB | 4.5 kB | 114/197 kB Progress (5): 134 kB | 45 kB | 225/357 kB | 4.5 kB | 114/197 kB Progress (5): 134 kB | 45 kB | 229/357 kB | 4.5 kB | 114/197 kB Progress (5): 134 kB | 45 kB | 229/357 kB | 4.5 kB | 118/197 kB Progress (5): 134 kB | 45 kB | 229/357 kB | 4.5 kB | 122/197 kB Progress (5): 134 kB | 45 kB | 233/357 kB | 4.5 kB | 122/197 kB Progress (5): 134 kB | 45 kB | 233/357 kB | 4.5 kB | 126/197 kB Progress (5): 134 kB | 45 kB | 237/357 kB | 4.5 kB | 126/197 kB Progress (5): 134 kB | 45 kB | 237/357 kB | 4.5 kB | 131/197 kB Progress (5): 134 kB | 45 kB | 241/357 kB | 4.5 kB | 131/197 kB Progress (5): 134 kB | 45 kB | 245/357 kB | 4.5 kB | 131/197 kB Progress (5): 134 kB | 45 kB | 245/357 kB | 4.5 kB | 135/197 kB Progress (5): 134 kB | 45 kB | 245/357 kB | 4.5 kB | 139/197 kB Progress (5): 134 kB | 45 kB | 249/357 kB | 4.5 kB | 139/197 kB Progress (5): 134 kB | 45 kB | 249/357 kB | 4.5 kB | 143/197 kB Progress (5): 134 kB | 45 kB | 253/357 kB | 4.5 kB | 143/197 kB Progress (5): 134 kB | 45 kB | 253/357 kB | 4.5 kB | 147/197 kB Progress (5): 134 kB | 45 kB | 258/357 kB | 4.5 kB | 147/197 kB Progress (5): 134 kB | 45 kB | 262/357 kB | 4.5 kB | 147/197 kB Progress (5): 134 kB | 45 kB | 262/357 kB | 4.5 kB | 151/197 kB Progress (5): 134 kB | 45 kB | 262/357 kB | 4.5 kB | 155/197 kB Progress (5): 134 kB | 45 kB | 266/357 kB | 4.5 kB | 155/197 kB Progress (5): 134 kB | 45 kB | 266/357 kB | 4.5 kB | 159/197 kB Progress (5): 134 kB | 45 kB | 270/357 kB | 4.5 kB | 159/197 kB Progress (5): 134 kB | 45 kB | 270/357 kB | 4.5 kB | 163/197 kB Progress (5): 134 kB | 45 kB | 274/357 kB | 4.5 kB | 163/197 kB Progress (5): 134 kB | 45 kB | 278/357 kB | 4.5 kB | 163/197 kB Progress (5): 134 kB | 45 kB | 278/357 kB | 4.5 kB | 167/197 kB Progress (5): 134 kB | 45 kB | 278/357 kB | 4.5 kB | 171/197 kB Progress (5): 134 kB | 45 kB | 282/357 kB | 4.5 kB | 171/197 kB Progress (5): 134 kB | 45 kB | 282/357 kB | 4.5 kB | 176/197 kB Progress (5): 134 kB | 45 kB | 286/357 kB | 4.5 kB | 176/197 kB Progress (5): 134 kB | 45 kB | 286/357 kB | 4.5 kB | 180/197 kB Progress (5): 134 kB | 45 kB | 290/357 kB | 4.5 kB | 180/197 kB Progress (5): 134 kB | 45 kB | 294/357 kB | 4.5 kB | 180/197 kB Progress (5): 134 kB | 45 kB | 294/357 kB | 4.5 kB | 184/197 kB Progress (5): 134 kB | 45 kB | 294/357 kB | 4.5 kB | 188/197 kB Progress (5): 134 kB | 45 kB | 298/357 kB | 4.5 kB | 188/197 kB Progress (5): 134 kB | 45 kB | 298/357 kB | 4.5 kB | 192/197 kB Progress (5): 134 kB | 45 kB | 303/357 kB | 4.5 kB | 192/197 kB Progress (5): 134 kB | 45 kB | 303/357 kB | 4.5 kB | 196/197 kB Progress (5): 134 kB | 45 kB | 307/357 kB | 4.5 kB | 196/197 kB Progress (5): 134 kB | 45 kB | 307/357 kB | 4.5 kB | 197 kB Progress (5): 134 kB | 45 kB | 311/357 kB | 4.5 kB | 197 kB Progress (5): 134 kB | 45 kB | 315/357 kB | 4.5 kB | 197 kB Progress (5): 134 kB | 45 kB | 319/357 kB | 4.5 kB | 197 kB Progress (5): 134 kB | 45 kB | 323/357 kB | 4.5 kB | 197 kB Progress (5): 134 kB | 45 kB | 327/357 kB | 4.5 kB | 197 kB Progress (5): 134 kB | 45 kB | 331/357 kB | 4.5 kB | 197 kB Progress (5): 134 kB | 45 kB | 335/357 kB | 4.5 kB | 197 kB Progress (5): 134 kB | 45 kB | 339/357 kB | 4.5 kB | 197 kB Progress (5): 134 kB | 45 kB | 344/357 kB | 4.5 kB | 197 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 36 kB/s) Progress (4): 134 kB | 45 kB | 348/357 kB | 197 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar Progress (4): 134 kB | 45 kB | 352/357 kB | 197 kB Progress (4): 134 kB | 45 kB | 356/357 kB | 197 kB Progress (4): 134 kB | 45 kB | 357 kB | 197 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 2.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 343 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar Progress (2): 197 kB | 4.1/291 kB Progress (2): 197 kB | 7.7/291 kB Progress (2): 197 kB | 12/291 kB Progress (2): 197 kB | 16/291 kB Progress (2): 197 kB | 20/291 kB Progress (2): 197 kB | 24/291 kB Progress (2): 197 kB | 28/291 kB Progress (2): 197 kB | 32/291 kB Progress (2): 197 kB | 36/291 kB Progress (2): 197 kB | 40/291 kB Progress (2): 197 kB | 45/291 kB Progress (2): 197 kB | 49/291 kB Progress (2): 197 kB | 53/291 kB Progress (2): 197 kB | 57/291 kB Progress (2): 197 kB | 61/291 kB Progress (2): 197 kB | 65/291 kB Progress (2): 197 kB | 69/291 kB Progress (2): 197 kB | 73/291 kB Progress (2): 197 kB | 77/291 kB Progress (2): 197 kB | 81/291 kB Progress (2): 197 kB | 85/291 kB Progress (2): 197 kB | 90/291 kB Progress (2): 197 kB | 94/291 kB Progress (2): 197 kB | 98/291 kB Progress (2): 197 kB | 102/291 kB Progress (2): 197 kB | 106/291 kB Progress (2): 197 kB | 110/291 kB Progress (2): 197 kB | 114/291 kB Progress (2): 197 kB | 118/291 kB Progress (2): 197 kB | 122/291 kB Progress (2): 197 kB | 126/291 kB Progress (2): 197 kB | 131/291 kB Progress (2): 197 kB | 135/291 kB Progress (2): 197 kB | 139/291 kB Progress (2): 197 kB | 143/291 kB Progress (2): 197 kB | 147/291 kB Progress (2): 197 kB | 151/291 kB Progress (2): 197 kB | 155/291 kB Progress (2): 197 kB | 159/291 kB Progress (2): 197 kB | 163/291 kB Progress (2): 197 kB | 167/291 kB Progress (2): 197 kB | 171/291 kB Progress (2): 197 kB | 176/291 kB Progress (2): 197 kB | 180/291 kB Progress (2): 197 kB | 184/291 kB Progress (2): 197 kB | 188/291 kB Progress (2): 197 kB | 192/291 kB Progress (2): 197 kB | 196/291 kB Progress (2): 197 kB | 200/291 kB Progress (2): 197 kB | 204/291 kB Progress (2): 197 kB | 208/291 kB Progress (2): 197 kB | 212/291 kB Progress (2): 197 kB | 217/291 kB Progress (2): 197 kB | 221/291 kB Progress (2): 197 kB | 225/291 kB Progress (2): 197 kB | 229/291 kB Progress (3): 197 kB | 229/291 kB | 4.1/62 kB Progress (3): 197 kB | 229/291 kB | 7.7/62 kB Progress (3): 197 kB | 229/291 kB | 12/62 kB Progress (3): 197 kB | 229/291 kB | 16/62 kB Progress (3): 197 kB | 233/291 kB | 16/62 kB Progress (3): 197 kB | 237/291 kB | 16/62 kB Progress (3): 197 kB | 241/291 kB | 16/62 kB Progress (3): 197 kB | 241/291 kB | 20/62 kB Progress (3): 197 kB | 245/291 kB | 20/62 kB Progress (3): 197 kB | 245/291 kB | 24/62 kB Progress (3): 197 kB | 245/291 kB | 28/62 kB Progress (3): 197 kB | 245/291 kB | 32/62 kB Progress (3): 197 kB | 249/291 kB | 32/62 kB Progress (3): 197 kB | 253/291 kB | 32/62 kB Progress (3): 197 kB | 258/291 kB | 32/62 kB Progress (3): 197 kB | 262/291 kB | 32/62 kB Progress (3): 197 kB | 266/291 kB | 32/62 kB Progress (3): 197 kB | 270/291 kB | 32/62 kB Progress (3): 197 kB | 274/291 kB | 32/62 kB Progress (3): 197 kB | 278/291 kB | 32/62 kB Progress (3): 197 kB | 282/291 kB | 32/62 kB Progress (3): 197 kB | 286/291 kB | 32/62 kB Progress (3): 197 kB | 290/291 kB | 32/62 kB Progress (3): 197 kB | 291 kB | 32/62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Progress (2): 32/62 kB | 4.1/4.2 kB Progress (2): 32/62 kB | 4.2 kB Progress (3): 32/62 kB | 4.2 kB | 4.1/13 kB Progress (3): 32/62 kB | 4.2 kB | 7.7/13 kB Progress (3): 32/62 kB | 4.2 kB | 12/13 kB Progress (3): 32/62 kB | 4.2 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 23 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar Progress (3): 32/62 kB | 13 kB | 4.1/50 kB Progress (3): 32/62 kB | 13 kB | 7.7/50 kB Progress (3): 32/62 kB | 13 kB | 12/50 kB Progress (3): 32/62 kB | 13 kB | 16/50 kB Progress (3): 32/62 kB | 13 kB | 20/50 kB Progress (3): 32/62 kB | 13 kB | 24/50 kB Progress (3): 32/62 kB | 13 kB | 28/50 kB Progress (3): 32/62 kB | 13 kB | 32/50 kB Progress (3): 32/62 kB | 13 kB | 36/50 kB Progress (3): 32/62 kB | 13 kB | 40/50 kB Progress (3): 32/62 kB | 13 kB | 45/50 kB Progress (3): 32/62 kB | 13 kB | 49/50 kB Progress (3): 32/62 kB | 13 kB | 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 259 kB/s) Progress (3): 32/62 kB | 13 kB | 4.1/45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 70 kB/s) Progress (2): 32/62 kB | 7.7/45 kB Progress (2): 32/62 kB | 12/45 kB Progress (2): 32/62 kB | 16/45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar Progress (2): 32/62 kB | 20/45 kB Progress (2): 32/62 kB | 24/45 kB Progress (2): 32/62 kB | 28/45 kB Progress (2): 32/62 kB | 32/45 kB Progress (2): 32/62 kB | 36/45 kB Progress (2): 32/62 kB | 40/45 kB Progress (2): 32/62 kB | 45/45 kB Progress (2): 32/62 kB | 45 kB Progress (3): 32/62 kB | 45 kB | 0/2.3 MB Progress (4): 32/62 kB | 45 kB | 0/2.3 MB | 4.1/409 kB Progress (4): 32/62 kB | 45 kB | 0/2.3 MB | 7.7/409 kB Progress (4): 32/62 kB | 45 kB | 0/2.3 MB | 12/409 kB Progress (4): 32/62 kB | 45 kB | 0/2.3 MB | 16/409 kB Progress (4): 32/62 kB | 45 kB | 0/2.3 MB | 20/409 kB Progress (4): 32/62 kB | 45 kB | 0/2.3 MB | 24/409 kB Progress (4): 32/62 kB | 45 kB | 0/2.3 MB | 24/409 kB Progress (4): 32/62 kB | 45 kB | 0/2.3 MB | 28/409 kB Progress (4): 32/62 kB | 45 kB | 0/2.3 MB | 32/409 kB Progress (4): 32/62 kB | 45 kB | 0/2.3 MB | 32/409 kB Progress (4): 32/62 kB | 45 kB | 0/2.3 MB | 36/409 kB Progress (4): 32/62 kB | 45 kB | 0/2.3 MB | 40/409 kB Progress (4): 32/62 kB | 45 kB | 0/2.3 MB | 45/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 45/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 49/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 49/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 53/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 57/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 61/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 61/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 65/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 65/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 69/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 73/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 77/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 77/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 81/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 81/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 85/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 90/409 kB Progress (4): 32/62 kB | 45 kB | 0.1/2.3 MB | 94/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 94/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 98/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 98/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 102/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 106/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 110/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 114/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 114/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 118/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 122/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 122/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 126/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 131/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 131/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 135/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 139/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 143/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 143/409 kB Progress (4): 32/62 kB | 45 kB | 0.2/2.3 MB | 147/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 147/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 151/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 155/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 159/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 159/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 163/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 163/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 167/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 171/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 176/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 176/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 180/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 180/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 184/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 188/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 192/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 192/409 kB Progress (4): 32/62 kB | 45 kB | 0.3/2.3 MB | 196/409 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 210 kB/s) Progress (3): 32/62 kB | 0.4/2.3 MB | 196/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 200/409 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar Progress (3): 32/62 kB | 0.4/2.3 MB | 200/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 204/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 208/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 212/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 212/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 217/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 221/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 221/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 225/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 229/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 229/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 233/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 237/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 241/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 241/409 kB Progress (3): 32/62 kB | 0.4/2.3 MB | 245/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 245/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 249/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 253/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 258/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 258/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 262/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 262/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 266/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 270/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 274/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 274/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 278/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 278/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 282/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 286/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 290/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 294/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 294/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 298/409 kB Progress (3): 32/62 kB | 0.5/2.3 MB | 303/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 303/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 307/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 311/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 311/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 315/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 319/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 323/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 323/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 327/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 327/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 331/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 335/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 339/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 339/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 344/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 344/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 348/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 352/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 356/409 kB Progress (3): 32/62 kB | 0.6/2.3 MB | 360/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 360/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 364/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 368/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 368/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 372/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 376/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 376/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 380/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 384/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 389/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 389/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 393/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 393/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 397/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 401/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 405/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 405/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 409/409 kB Progress (3): 32/62 kB | 0.7/2.3 MB | 409 kB Progress (3): 32/62 kB | 0.8/2.3 MB | 409 kB Progress (3): 32/62 kB | 0.8/2.3 MB | 409 kB Progress (3): 32/62 kB | 0.8/2.3 MB | 409 kB Progress (3): 32/62 kB | 0.8/2.3 MB | 409 kB Progress (3): 32/62 kB | 0.8/2.3 MB | 409 kB Progress (3): 32/62 kB | 0.8/2.3 MB | 409 kB Progress (3): 32/62 kB | 0.9/2.3 MB | 409 kB Progress (3): 32/62 kB | 0.9/2.3 MB | 409 kB Progress (3): 32/62 kB | 0.9/2.3 MB | 409 kB Progress (3): 32/62 kB | 0.9/2.3 MB | 409 kB Progress (3): 32/62 kB | 0.9/2.3 MB | 409 kB Progress (3): 32/62 kB | 0.9/2.3 MB | 409 kB Progress (3): 32/62 kB | 0.9/2.3 MB | 409 kB Progress (3): 32/62 kB | 1.0/2.3 MB | 409 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 4.1/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 7.7/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 7.7/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 12/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 16/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 16/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 20/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 24/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 24/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 28/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 32/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 32/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 36/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 40/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 40/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 45/733 kB Progress (4): 32/62 kB | 1.0/2.3 MB | 409 kB | 49/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 49/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 53/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 57/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 57/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 61/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 65/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 65/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 69/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 73/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 77/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 77/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 81/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 81/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 85/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 90/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 94/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 94/733 kB Progress (4): 32/62 kB | 1.1/2.3 MB | 409 kB | 98/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 98/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 102/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 106/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 110/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 110/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 114/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 114/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 118/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 122/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 126/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 126/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 131/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 131/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 135/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 139/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 143/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 143/733 kB Progress (4): 32/62 kB | 1.2/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.3/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.3/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.3/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.3/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.3/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.3/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.4/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.4/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.4/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.4/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.4/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.4/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.5/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.5/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.5/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.5/2.3 MB | 409 kB | 147/733 kB Progress (4): 32/62 kB | 1.5/2.3 MB | 409 kB | 151/733 kB Progress (4): 32/62 kB | 1.5/2.3 MB | 409 kB | 155/733 kB Progress (4): 32/62 kB | 1.5/2.3 MB | 409 kB | 159/733 kB Progress (4): 32/62 kB | 1.5/2.3 MB | 409 kB | 159/733 kB Progress (4): 32/62 kB | 1.5/2.3 MB | 409 kB | 163/733 kB Progress (4): 32/62 kB | 1.5/2.3 MB | 409 kB | 163/733 kB Progress (4): 32/62 kB | 1.5/2.3 MB | 409 kB | 167/733 kB Progress (4): 32/62 kB | 1.5/2.3 MB | 409 kB | 171/733 kB Progress (4): 32/62 kB | 1.5/2.3 MB | 409 kB | 176/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 176/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 180/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 180/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 184/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 188/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 192/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 192/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 196/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 196/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 200/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 204/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 208/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 208/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 212/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 212/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 217/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 221/733 kB Progress (4): 32/62 kB | 1.6/2.3 MB | 409 kB | 225/733 kB Progress (4): 32/62 kB | 1.7/2.3 MB | 409 kB | 225/733 kB Progress (4): 32/62 kB | 1.7/2.3 MB | 409 kB | 229/733 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar (409 kB at 1.6 MB/s) Progress (3): 32/62 kB | 1.7/2.3 MB | 233/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 233/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 237/733 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar Progress (3): 32/62 kB | 1.7/2.3 MB | 237/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 241/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 245/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 245/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 249/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 253/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 253/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 258/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 262/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 262/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 266/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 270/733 kB Progress (3): 32/62 kB | 1.7/2.3 MB | 274/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 274/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 278/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 278/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 282/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 286/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 290/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 290/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 294/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 294/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 298/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 303/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 307/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 311/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 311/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 315/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 319/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 319/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 323/733 kB Progress (3): 32/62 kB | 1.8/2.3 MB | 327/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 327/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 331/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 335/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 339/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 339/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 344/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 344/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 348/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 352/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 356/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 360/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 360/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 364/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 368/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 368/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 372/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 376/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 376/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 380/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 384/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 389/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 389/733 kB Progress (3): 32/62 kB | 1.9/2.3 MB | 393/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 393/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 397/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 401/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 405/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 405/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 409/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 409/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 413/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 417/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 421/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 421/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 425/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 425/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 430/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 434/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 438/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 442/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 442/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 446/733 kB Progress (3): 32/62 kB | 2.0/2.3 MB | 450/733 kB Progress (3): 32/62 kB | 2.1/2.3 MB | 450/733 kB Progress (3): 32/62 kB | 2.1/2.3 MB | 454/733 kB Progress (3): 32/62 kB | 2.1/2.3 MB | 458/733 kB Progress (3): 32/62 kB | 2.1/2.3 MB | 458/733 kB Progress (3): 32/62 kB | 2.1/2.3 MB | 462/733 kB Progress (3): 32/62 kB | 2.1/2.3 MB | 466/733 kB Progress (3): 32/62 kB | 2.1/2.3 MB | 471/733 kB Progress (3): 32/62 kB | 2.1/2.3 MB | 471/733 kB Progress (3): 32/62 kB | 2.1/2.3 MB | 475/733 kB Progress (3): 32/62 kB | 2.1/2.3 MB | 475/733 kB Progress (3): 32/62 kB | 2.1/2.3 MB | 479/733 kB Progress (4): 32/62 kB | 2.1/2.3 MB | 479/733 kB | 4.1/327 kB Progress (4): 32/62 kB | 2.1/2.3 MB | 479/733 kB | 4.1/327 kB Progress (4): 32/62 kB | 2.1/2.3 MB | 483/733 kB | 4.1/327 kB Progress (4): 32/62 kB | 2.1/2.3 MB | 483/733 kB | 7.7/327 kB Progress (4): 32/62 kB | 2.1/2.3 MB | 487/733 kB | 7.7/327 kB Progress (4): 32/62 kB | 2.1/2.3 MB | 487/733 kB | 7.7/327 kB Progress (4): 32/62 kB | 2.1/2.3 MB | 487/733 kB | 12/327 kB Progress (4): 32/62 kB | 2.1/2.3 MB | 491/733 kB | 12/327 kB Progress (4): 32/62 kB | 2.1/2.3 MB | 491/733 kB | 16/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 491/733 kB | 16/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 495/733 kB | 16/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 495/733 kB | 16/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 495/733 kB | 20/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 499/733 kB | 20/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 499/733 kB | 24/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 499/733 kB | 24/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 503/733 kB | 24/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 503/733 kB | 28/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 507/733 kB | 28/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 507/733 kB | 28/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 507/733 kB | 32/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 511/733 kB | 32/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 511/733 kB | 32/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 516/733 kB | 32/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 516/733 kB | 36/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 520/733 kB | 36/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 520/733 kB | 36/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 520/733 kB | 40/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 524/733 kB | 40/327 kB Progress (4): 32/62 kB | 2.2/2.3 MB | 524/733 kB | 45/327 kB Progress (4): 32/62 kB | 2.3/2.3 MB | 524/733 kB | 45/327 kB Progress (4): 32/62 kB | 2.3/2.3 MB | 524/733 kB | 49/327 kB Progress (4): 32/62 kB | 2.3/2.3 MB | 528/733 kB | 49/327 kB Progress (4): 32/62 kB | 2.3/2.3 MB | 532/733 kB | 49/327 kB Progress (4): 32/62 kB | 2.3/2.3 MB | 532/733 kB | 49/327 kB Progress (4): 32/62 kB | 2.3/2.3 MB | 536/733 kB | 49/327 kB Progress (4): 32/62 kB | 2.3/2.3 MB | 536/733 kB | 53/327 kB Progress (4): 32/62 kB | 2.3/2.3 MB | 540/733 kB | 53/327 kB Progress (4): 32/62 kB | 2.3/2.3 MB | 540/733 kB | 53/327 kB Progress (4): 32/62 kB | 2.3/2.3 MB | 540/733 kB | 57/327 kB Progress (4): 32/62 kB | 2.3/2.3 MB | 540/733 kB | 61/327 kB Progress (4): 32/62 kB | 2.3/2.3 MB | 544/733 kB | 61/327 kB Progress (4): 32/62 kB | 2.3/2.3 MB | 544/733 kB | 65/327 kB Progress (4): 32/62 kB | 2.3 MB | 544/733 kB | 65/327 kB Progress (4): 32/62 kB | 2.3 MB | 548/733 kB | 65/327 kB Progress (4): 32/62 kB | 2.3 MB | 552/733 kB | 65/327 kB Progress (4): 32/62 kB | 2.3 MB | 557/733 kB | 65/327 kB Progress (4): 32/62 kB | 2.3 MB | 557/733 kB | 69/327 kB Progress (4): 32/62 kB | 2.3 MB | 557/733 kB | 73/327 kB Progress (4): 32/62 kB | 2.3 MB | 557/733 kB | 77/327 kB Progress (4): 32/62 kB | 2.3 MB | 557/733 kB | 81/327 kB Progress (4): 32/62 kB | 2.3 MB | 561/733 kB | 81/327 kB Progress (4): 32/62 kB | 2.3 MB | 565/733 kB | 81/327 kB Progress (4): 32/62 kB | 2.3 MB | 569/733 kB | 81/327 kB Progress (4): 32/62 kB | 2.3 MB | 573/733 kB | 81/327 kB Progress (4): 32/62 kB | 2.3 MB | 573/733 kB | 85/327 kB Progress (4): 32/62 kB | 2.3 MB | 573/733 kB | 90/327 kB Progress (4): 32/62 kB | 2.3 MB | 573/733 kB | 94/327 kB Progress (4): 32/62 kB | 2.3 MB | 573/733 kB | 98/327 kB Progress (4): 32/62 kB | 2.3 MB | 577/733 kB | 98/327 kB Progress (4): 32/62 kB | 2.3 MB | 581/733 kB | 98/327 kB Progress (4): 32/62 kB | 2.3 MB | 585/733 kB | 98/327 kB Progress (4): 32/62 kB | 2.3 MB | 589/733 kB | 98/327 kB Progress (4): 32/62 kB | 2.3 MB | 589/733 kB | 102/327 kB Progress (4): 32/62 kB | 2.3 MB | 589/733 kB | 106/327 kB Progress (4): 32/62 kB | 2.3 MB | 589/733 kB | 110/327 kB Progress (4): 32/62 kB | 2.3 MB | 589/733 kB | 114/327 kB Progress (4): 32/62 kB | 2.3 MB | 593/733 kB | 114/327 kB Progress (4): 32/62 kB | 2.3 MB | 597/733 kB | 114/327 kB Progress (4): 32/62 kB | 2.3 MB | 602/733 kB | 114/327 kB Progress (4): 32/62 kB | 2.3 MB | 606/733 kB | 114/327 kB Progress (4): 32/62 kB | 2.3 MB | 606/733 kB | 118/327 kB Progress (4): 32/62 kB | 2.3 MB | 606/733 kB | 122/327 kB Progress (4): 32/62 kB | 2.3 MB | 606/733 kB | 126/327 kB Progress (4): 32/62 kB | 2.3 MB | 606/733 kB | 131/327 kB Progress (4): 32/62 kB | 2.3 MB | 610/733 kB | 131/327 kB Progress (4): 32/62 kB | 2.3 MB | 614/733 kB | 131/327 kB Progress (4): 32/62 kB | 2.3 MB | 618/733 kB | 131/327 kB Progress (4): 32/62 kB | 2.3 MB | 622/733 kB | 131/327 kB Progress (4): 32/62 kB | 2.3 MB | 622/733 kB | 135/327 kB Progress (4): 32/62 kB | 2.3 MB | 622/733 kB | 139/327 kB Progress (4): 32/62 kB | 2.3 MB | 622/733 kB | 143/327 kB Progress (4): 32/62 kB | 2.3 MB | 622/733 kB | 147/327 kB Progress (4): 32/62 kB | 2.3 MB | 626/733 kB | 147/327 kB Progress (4): 32/62 kB | 2.3 MB | 630/733 kB | 147/327 kB Progress (4): 32/62 kB | 2.3 MB | 634/733 kB | 147/327 kB Progress (4): 32/62 kB | 2.3 MB | 638/733 kB | 147/327 kB Progress (4): 32/62 kB | 2.3 MB | 638/733 kB | 151/327 kB Progress (4): 32/62 kB | 2.3 MB | 638/733 kB | 155/327 kB Progress (4): 32/62 kB | 2.3 MB | 638/733 kB | 159/327 kB Progress (4): 32/62 kB | 2.3 MB | 638/733 kB | 163/327 kB Progress (4): 32/62 kB | 2.3 MB | 643/733 kB | 163/327 kB Progress (4): 32/62 kB | 2.3 MB | 647/733 kB | 163/327 kB Progress (4): 32/62 kB | 2.3 MB | 651/733 kB | 163/327 kB Progress (4): 32/62 kB | 2.3 MB | 655/733 kB | 163/327 kB Progress (4): 32/62 kB | 2.3 MB | 655/733 kB | 167/327 kB Progress (4): 32/62 kB | 2.3 MB | 655/733 kB | 171/327 kB Progress (4): 32/62 kB | 2.3 MB | 655/733 kB | 176/327 kB Progress (4): 32/62 kB | 2.3 MB | 655/733 kB | 180/327 kB Progress (4): 32/62 kB | 2.3 MB | 659/733 kB | 180/327 kB Progress (4): 32/62 kB | 2.3 MB | 663/733 kB | 180/327 kB Progress (4): 32/62 kB | 2.3 MB | 667/733 kB | 180/327 kB Progress (4): 32/62 kB | 2.3 MB | 671/733 kB | 180/327 kB Progress (4): 32/62 kB | 2.3 MB | 671/733 kB | 184/327 kB Progress (4): 32/62 kB | 2.3 MB | 671/733 kB | 188/327 kB Progress (4): 32/62 kB | 2.3 MB | 671/733 kB | 192/327 kB Progress (4): 32/62 kB | 2.3 MB | 671/733 kB | 196/327 kB Progress (4): 32/62 kB | 2.3 MB | 675/733 kB | 196/327 kB Progress (4): 32/62 kB | 2.3 MB | 679/733 kB | 196/327 kB Progress (4): 32/62 kB | 2.3 MB | 683/733 kB | 196/327 kB Progress (4): 32/62 kB | 2.3 MB | 688/733 kB | 196/327 kB Progress (4): 32/62 kB | 2.3 MB | 688/733 kB | 200/327 kB Progress (4): 32/62 kB | 2.3 MB | 688/733 kB | 204/327 kB Progress (4): 32/62 kB | 2.3 MB | 688/733 kB | 208/327 kB Progress (4): 32/62 kB | 2.3 MB | 688/733 kB | 212/327 kB Progress (4): 32/62 kB | 2.3 MB | 692/733 kB | 212/327 kB Progress (4): 32/62 kB | 2.3 MB | 696/733 kB | 212/327 kB Progress (4): 32/62 kB | 2.3 MB | 700/733 kB | 212/327 kB Progress (4): 32/62 kB | 2.3 MB | 704/733 kB | 212/327 kB Progress (4): 32/62 kB | 2.3 MB | 704/733 kB | 217/327 kB Progress (4): 32/62 kB | 2.3 MB | 704/733 kB | 221/327 kB Progress (4): 32/62 kB | 2.3 MB | 704/733 kB | 225/327 kB Progress (4): 32/62 kB | 2.3 MB | 704/733 kB | 229/327 kB Progress (4): 32/62 kB | 2.3 MB | 708/733 kB | 229/327 kB Progress (4): 32/62 kB | 2.3 MB | 712/733 kB | 229/327 kB Progress (4): 32/62 kB | 2.3 MB | 716/733 kB | 229/327 kB Progress (4): 32/62 kB | 2.3 MB | 720/733 kB | 229/327 kB Progress (4): 32/62 kB | 2.3 MB | 720/733 kB | 233/327 kB Progress (4): 32/62 kB | 2.3 MB | 720/733 kB | 237/327 kB Progress (4): 32/62 kB | 2.3 MB | 720/733 kB | 241/327 kB Progress (4): 32/62 kB | 2.3 MB | 724/733 kB | 241/327 kB Progress (4): 32/62 kB | 2.3 MB | 724/733 kB | 245/327 kB Progress (4): 32/62 kB | 2.3 MB | 729/733 kB | 245/327 kB Progress (4): 32/62 kB | 2.3 MB | 733/733 kB | 245/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 245/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 249/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 253/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 258/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 262/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 266/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 270/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 274/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 278/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 282/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 286/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 290/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 294/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 298/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 303/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 307/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 311/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 315/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 319/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 323/327 kB Progress (4): 32/62 kB | 2.3 MB | 733 kB | 327 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar (327 kB at 1.1 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar (733 kB at 2.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar Progress (3): 32/62 kB | 2.3 MB | 4.1/62 kB Progress (3): 32/62 kB | 2.3 MB | 7.7/62 kB Progress (3): 32/62 kB | 2.3 MB | 12/62 kB Progress (3): 32/62 kB | 2.3 MB | 16/62 kB Progress (4): 32/62 kB | 2.3 MB | 16/62 kB | 4.1/264 kB Progress (4): 32/62 kB | 2.3 MB | 20/62 kB | 4.1/264 kB Progress (4): 32/62 kB | 2.3 MB | 20/62 kB | 7.7/264 kB Progress (4): 32/62 kB | 2.3 MB | 24/62 kB | 7.7/264 kB Progress (4): 32/62 kB | 2.3 MB | 24/62 kB | 12/264 kB Progress (4): 32/62 kB | 2.3 MB | 28/62 kB | 12/264 kB Progress (4): 32/62 kB | 2.3 MB | 28/62 kB | 16/264 kB Progress (4): 32/62 kB | 2.3 MB | 32/62 kB | 16/264 kB Progress (4): 32/62 kB | 2.3 MB | 32/62 kB | 20/264 kB Progress (4): 32/62 kB | 2.3 MB | 36/62 kB | 20/264 kB Progress (4): 32/62 kB | 2.3 MB | 36/62 kB | 24/264 kB Progress (4): 32/62 kB | 2.3 MB | 40/62 kB | 24/264 kB Progress (4): 32/62 kB | 2.3 MB | 40/62 kB | 28/264 kB Progress (4): 32/62 kB | 2.3 MB | 45/62 kB | 28/264 kB Progress (4): 32/62 kB | 2.3 MB | 45/62 kB | 32/264 kB Progress (4): 32/62 kB | 2.3 MB | 49/62 kB | 32/264 kB Progress (4): 32/62 kB | 2.3 MB | 49/62 kB | 36/264 kB Progress (4): 32/62 kB | 2.3 MB | 53/62 kB | 36/264 kB Progress (4): 32/62 kB | 2.3 MB | 53/62 kB | 40/264 kB Progress (4): 32/62 kB | 2.3 MB | 57/62 kB | 40/264 kB Progress (4): 32/62 kB | 2.3 MB | 57/62 kB | 45/264 kB Progress (4): 32/62 kB | 2.3 MB | 61/62 kB | 45/264 kB Progress (4): 32/62 kB | 2.3 MB | 61/62 kB | 49/264 kB Progress (4): 32/62 kB | 2.3 MB | 62 kB | 49/264 kB Progress (4): 32/62 kB | 2.3 MB | 62 kB | 53/264 kB Progress (4): 32/62 kB | 2.3 MB | 62 kB | 57/264 kB Progress (4): 32/62 kB | 2.3 MB | 62 kB | 61/264 kB Progress (4): 32/62 kB | 2.3 MB | 62 kB | 65/264 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 198 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar Progress (3): 32/62 kB | 2.3 MB | 69/264 kB Progress (3): 32/62 kB | 2.3 MB | 73/264 kB Progress (3): 32/62 kB | 2.3 MB | 77/264 kB Progress (3): 32/62 kB | 2.3 MB | 81/264 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 7.4 MB/s) Progress (2): 32/62 kB | 85/264 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar Progress (2): 32/62 kB | 90/264 kB Progress (2): 32/62 kB | 94/264 kB Progress (2): 32/62 kB | 98/264 kB Progress (2): 32/62 kB | 102/264 kB Progress (2): 32/62 kB | 106/264 kB Progress (2): 32/62 kB | 110/264 kB Progress (2): 32/62 kB | 114/264 kB Progress (2): 32/62 kB | 118/264 kB Progress (2): 32/62 kB | 122/264 kB Progress (2): 32/62 kB | 126/264 kB Progress (2): 32/62 kB | 131/264 kB Progress (2): 32/62 kB | 135/264 kB Progress (2): 32/62 kB | 139/264 kB Progress (2): 32/62 kB | 143/264 kB Progress (2): 32/62 kB | 147/264 kB Progress (2): 32/62 kB | 151/264 kB Progress (2): 32/62 kB | 155/264 kB Progress (2): 32/62 kB | 159/264 kB Progress (2): 32/62 kB | 163/264 kB Progress (2): 32/62 kB | 167/264 kB Progress (2): 32/62 kB | 171/264 kB Progress (2): 32/62 kB | 176/264 kB Progress (2): 32/62 kB | 180/264 kB Progress (2): 32/62 kB | 184/264 kB Progress (2): 32/62 kB | 188/264 kB Progress (2): 32/62 kB | 192/264 kB Progress (2): 32/62 kB | 196/264 kB Progress (2): 32/62 kB | 200/264 kB Progress (2): 32/62 kB | 204/264 kB Progress (2): 32/62 kB | 208/264 kB Progress (2): 32/62 kB | 212/264 kB Progress (2): 32/62 kB | 217/264 kB Progress (2): 32/62 kB | 221/264 kB Progress (2): 32/62 kB | 225/264 kB Progress (2): 32/62 kB | 229/264 kB Progress (2): 32/62 kB | 233/264 kB Progress (2): 32/62 kB | 237/264 kB Progress (2): 32/62 kB | 241/264 kB Progress (2): 32/62 kB | 245/264 kB Progress (2): 32/62 kB | 249/264 kB Progress (2): 32/62 kB | 253/264 kB Progress (2): 32/62 kB | 258/264 kB Progress (2): 32/62 kB | 262/264 kB Progress (2): 32/62 kB | 264 kB Progress (3): 32/62 kB | 264 kB | 4.1/41 kB Progress (3): 32/62 kB | 264 kB | 7.7/41 kB Progress (3): 32/62 kB | 264 kB | 12/41 kB Progress (3): 32/62 kB | 264 kB | 16/41 kB Progress (4): 32/62 kB | 264 kB | 16/41 kB | 0/1.9 MB Progress (4): 32/62 kB | 264 kB | 20/41 kB | 0/1.9 MB Progress (4): 32/62 kB | 264 kB | 24/41 kB | 0/1.9 MB Progress (4): 32/62 kB | 264 kB | 24/41 kB | 0/1.9 MB Progress (4): 32/62 kB | 264 kB | 28/41 kB | 0/1.9 MB Progress (4): 32/62 kB | 264 kB | 28/41 kB | 0/1.9 MB Progress (4): 32/62 kB | 264 kB | 32/41 kB | 0/1.9 MB Progress (4): 32/62 kB | 264 kB | 36/41 kB | 0/1.9 MB Progress (4): 32/62 kB | 264 kB | 36/41 kB | 0/1.9 MB Progress (4): 32/62 kB | 264 kB | 40/41 kB | 0/1.9 MB Progress (4): 32/62 kB | 264 kB | 40/41 kB | 0/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.1/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.1/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.1/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.1/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.1/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.1/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.1/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.1/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.1/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.1/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.1/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.1/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.2/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.2/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.2/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.2/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.2/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.2/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.2/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.2/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.2/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.2/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.2/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.2/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.3/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.3/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.3/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.3/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.3/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.3/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.3/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.3/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.3/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.3/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.3/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.3/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.4/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.4/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.4/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.4/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.4/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.4/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.4/1.9 MB Progress (4): 32/62 kB | 264 kB | 41 kB | 0.4/1.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 776 kB/s) Progress (3): 32/62 kB | 41 kB | 0.4/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.4/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.4/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.4/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.5/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.5/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.5/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.5/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.5/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.5/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.5/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.5/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.5/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.5/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.5/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.5/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.5/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.6/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.6/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.6/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.6/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.6/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.6/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.6/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.6/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.6/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.6/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.6/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.6/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.7/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.7/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.7/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.7/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.7/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.7/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.7/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.7/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.7/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.7/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.7/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.7/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.8/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.8/1.9 MB Progress (3): 32/62 kB | 41 kB | 0.8/1.9 MB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 4.1/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 7.7/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 12/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 16/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 20/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 24/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 28/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 32/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 36/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 40/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 45/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 49/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 53/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 57/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 61/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 65/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 69/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 73/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 77/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 81/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 85/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 90/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 94/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 98/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 102/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 106/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 110/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 114/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 118/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 122/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 126/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 131/239 kB Progress (4): 32/62 kB | 41 kB | 0.8/1.9 MB | 135/239 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar (41 kB at 112 kB/s) Progress (3): 32/62 kB | 0.8/1.9 MB | 139/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 143/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 147/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 147/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 147/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 151/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 155/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 159/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 159/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 163/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 163/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 167/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 171/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 171/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 176/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 176/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 180/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 180/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 184/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 184/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 188/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 192/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 196/239 kB Progress (3): 32/62 kB | 0.8/1.9 MB | 196/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 196/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 200/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 204/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 208/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 208/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 212/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 212/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 217/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 221/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 221/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 225/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 225/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 229/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 233/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 233/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 237/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 237/239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 239 kB Progress (3): 32/62 kB | 0.9/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.0/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.0/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.0/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.0/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.0/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.0/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.0/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.0/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.0/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.0/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.0/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.0/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.1/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.1/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.1/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.1/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.1/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.1/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.1/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.1/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.1/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.1/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.1/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.1/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.2/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.2/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.2/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.2/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.2/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.2/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.2/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.2/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.2/1.9 MB | 239 kB Progress (3): 32/62 kB | 1.2/1.9 MB | 239 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 627 kB/s) Progress (2): 32/62 kB | 1.2/1.9 MB Progress (2): 32/62 kB | 1.2/1.9 MB Progress (2): 32/62 kB | 1.3/1.9 MB Progress (2): 32/62 kB | 1.3/1.9 MB Progress (2): 32/62 kB | 1.3/1.9 MB Progress (2): 32/62 kB | 1.3/1.9 MB Progress (2): 32/62 kB | 1.3/1.9 MB Progress (2): 32/62 kB | 1.3/1.9 MB Progress (2): 32/62 kB | 1.3/1.9 MB Progress (2): 32/62 kB | 1.3/1.9 MB Progress (2): 32/62 kB | 1.3/1.9 MB Progress (2): 32/62 kB | 1.3/1.9 MB Progress (2): 32/62 kB | 1.3/1.9 MB Progress (2): 32/62 kB | 1.3/1.9 MB Progress (2): 32/62 kB | 1.4/1.9 MB Progress (2): 32/62 kB | 1.4/1.9 MB Progress (2): 32/62 kB | 1.4/1.9 MB Progress (2): 32/62 kB | 1.4/1.9 MB Progress (2): 32/62 kB | 1.4/1.9 MB Progress (2): 32/62 kB | 1.4/1.9 MB Progress (2): 32/62 kB | 1.4/1.9 MB Progress (2): 32/62 kB | 1.4/1.9 MB Progress (2): 32/62 kB | 1.4/1.9 MB Progress (2): 32/62 kB | 1.4/1.9 MB Progress (2): 32/62 kB | 1.4/1.9 MB Progress (2): 32/62 kB | 1.4/1.9 MB Progress (2): 32/62 kB | 1.4/1.9 MB Progress (2): 32/62 kB | 1.5/1.9 MB Progress (2): 32/62 kB | 1.5/1.9 MB Progress (2): 32/62 kB | 1.5/1.9 MB Progress (2): 32/62 kB | 1.5/1.9 MB Progress (2): 32/62 kB | 1.5/1.9 MB Progress (2): 32/62 kB | 1.5/1.9 MB Progress (2): 32/62 kB | 1.5/1.9 MB Progress (2): 32/62 kB | 1.5/1.9 MB Progress (2): 32/62 kB | 1.5/1.9 MB Progress (2): 32/62 kB | 1.5/1.9 MB Progress (2): 32/62 kB | 1.5/1.9 MB Progress (2): 32/62 kB | 1.5/1.9 MB Progress (2): 32/62 kB | 1.6/1.9 MB Progress (2): 32/62 kB | 1.6/1.9 MB Progress (2): 32/62 kB | 1.6/1.9 MB Progress (2): 32/62 kB | 1.6/1.9 MB Progress (2): 32/62 kB | 1.6/1.9 MB Progress (2): 32/62 kB | 1.6/1.9 MB Progress (2): 32/62 kB | 1.6/1.9 MB Progress (2): 32/62 kB | 1.6/1.9 MB Progress (2): 32/62 kB | 1.6/1.9 MB Progress (2): 32/62 kB | 1.6/1.9 MB Progress (2): 32/62 kB | 1.6/1.9 MB Progress (2): 32/62 kB | 1.6/1.9 MB Progress (2): 32/62 kB | 1.7/1.9 MB Progress (2): 32/62 kB | 1.7/1.9 MB Progress (2): 32/62 kB | 1.7/1.9 MB Progress (2): 32/62 kB | 1.7/1.9 MB Progress (2): 32/62 kB | 1.7/1.9 MB Progress (2): 32/62 kB | 1.7/1.9 MB Progress (2): 32/62 kB | 1.7/1.9 MB Progress (2): 32/62 kB | 1.7/1.9 MB Progress (2): 32/62 kB | 1.7/1.9 MB Progress (2): 32/62 kB | 1.7/1.9 MB Progress (2): 32/62 kB | 1.7/1.9 MB Progress (2): 32/62 kB | 1.7/1.9 MB Progress (2): 32/62 kB | 1.8/1.9 MB Progress (2): 32/62 kB | 1.8/1.9 MB Progress (2): 32/62 kB | 1.8/1.9 MB Progress (2): 32/62 kB | 1.8/1.9 MB Progress (2): 32/62 kB | 1.8/1.9 MB Progress (2): 32/62 kB | 1.8/1.9 MB Progress (2): 32/62 kB | 1.8/1.9 MB Progress (2): 32/62 kB | 1.8/1.9 MB Progress (2): 32/62 kB | 1.8/1.9 MB Progress (2): 32/62 kB | 1.8/1.9 MB Progress (2): 32/62 kB | 1.8/1.9 MB Progress (2): 32/62 kB | 1.8/1.9 MB Progress (2): 32/62 kB | 1.9/1.9 MB Progress (2): 32/62 kB | 1.9/1.9 MB Progress (2): 32/62 kB | 1.9/1.9 MB Progress (2): 32/62 kB | 1.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar (1.9 MB at 4.5 MB/s) Progress (1): 36/62 kB Progress (1): 40/62 kB Progress (1): 45/62 kB Progress (1): 49/62 kB Progress (1): 53/62 kB Progress (1): 57/62 kB Progress (1): 61/62 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 108 kB/s) [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 --- Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom (1.5 kB at 59 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.11/maven-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom (22 kB at 910 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/12/maven-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom (22 kB at 463 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom (2.8 kB at 139 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom (2.2 kB at 50 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom (3.2 kB at 88 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 29 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom (2.0 kB at 52 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom (2.6 kB at 41 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom (2.3 kB at 35 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom (1.6 kB at 20 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom (1.9 kB at 37 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 208 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.8.2/ant-1.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 219 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 82 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 65 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.8.2/ant-1.8.2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Progress (2): 37 kB | 4.1/13 kB Progress (3): 37 kB | 4.1/13 kB | 4.1/51 kB Progress (3): 37 kB | 7.7/13 kB | 4.1/51 kB Progress (3): 37 kB | 7.7/13 kB | 7.7/51 kB Progress (3): 37 kB | 12/13 kB | 7.7/51 kB Progress (3): 37 kB | 12/13 kB | 12/51 kB Progress (3): 37 kB | 13 kB | 12/51 kB Progress (3): 37 kB | 13 kB | 16/51 kB Progress (3): 37 kB | 13 kB | 20/51 kB Progress (4): 37 kB | 13 kB | 20/51 kB | 4.1/97 kB Progress (4): 37 kB | 13 kB | 24/51 kB | 4.1/97 kB Progress (4): 37 kB | 13 kB | 24/51 kB | 7.7/97 kB Progress (4): 37 kB | 13 kB | 28/51 kB | 7.7/97 kB Progress (4): 37 kB | 13 kB | 28/51 kB | 12/97 kB Progress (4): 37 kB | 13 kB | 32/51 kB | 12/97 kB Progress (5): 37 kB | 13 kB | 32/51 kB | 12/97 kB | 4.1/123 kB Progress (5): 37 kB | 13 kB | 32/51 kB | 16/97 kB | 4.1/123 kB Progress (5): 37 kB | 13 kB | 32/51 kB | 16/97 kB | 7.7/123 kB Progress (5): 37 kB | 13 kB | 36/51 kB | 16/97 kB | 7.7/123 kB Progress (5): 37 kB | 13 kB | 36/51 kB | 16/97 kB | 12/123 kB Progress (5): 37 kB | 13 kB | 40/51 kB | 16/97 kB | 12/123 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar (37 kB at 1.0 MB/s) Progress (4): 13 kB | 40/51 kB | 20/97 kB | 12/123 kB Progress (4): 13 kB | 40/51 kB | 20/97 kB | 16/123 kB Progress (4): 13 kB | 40/51 kB | 24/97 kB | 16/123 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar Progress (4): 13 kB | 45/51 kB | 24/97 kB | 16/123 kB Progress (4): 13 kB | 45/51 kB | 24/97 kB | 20/123 kB Progress (4): 13 kB | 45/51 kB | 24/97 kB | 24/123 kB Progress (4): 13 kB | 45/51 kB | 28/97 kB | 24/123 kB Progress (4): 13 kB | 45/51 kB | 28/97 kB | 28/123 kB Progress (4): 13 kB | 49/51 kB | 28/97 kB | 28/123 kB Progress (4): 13 kB | 49/51 kB | 28/97 kB | 32/123 kB Progress (4): 13 kB | 51 kB | 28/97 kB | 32/123 kB Progress (4): 13 kB | 51 kB | 32/97 kB | 32/123 kB Progress (4): 13 kB | 51 kB | 32/97 kB | 36/123 kB Progress (4): 13 kB | 51 kB | 36/97 kB | 36/123 kB Progress (4): 13 kB | 51 kB | 36/97 kB | 40/123 kB Progress (4): 13 kB | 51 kB | 40/97 kB | 40/123 kB Progress (4): 13 kB | 51 kB | 40/97 kB | 45/123 kB Progress (4): 13 kB | 51 kB | 45/97 kB | 45/123 kB Progress (4): 13 kB | 51 kB | 45/97 kB | 49/123 kB Progress (4): 13 kB | 51 kB | 49/97 kB | 49/123 kB Progress (4): 13 kB | 51 kB | 49/97 kB | 53/123 kB Progress (4): 13 kB | 51 kB | 53/97 kB | 53/123 kB Progress (4): 13 kB | 51 kB | 53/97 kB | 57/123 kB Progress (4): 13 kB | 51 kB | 57/97 kB | 57/123 kB Progress (4): 13 kB | 51 kB | 57/97 kB | 61/123 kB Progress (4): 13 kB | 51 kB | 61/97 kB | 61/123 kB Progress (4): 13 kB | 51 kB | 61/97 kB | 65/123 kB Progress (4): 13 kB | 51 kB | 65/97 kB | 65/123 kB Progress (4): 13 kB | 51 kB | 65/97 kB | 69/123 kB Progress (4): 13 kB | 51 kB | 69/97 kB | 69/123 kB Progress (4): 13 kB | 51 kB | 69/97 kB | 73/123 kB Progress (4): 13 kB | 51 kB | 73/97 kB | 73/123 kB Progress (4): 13 kB | 51 kB | 73/97 kB | 77/123 kB Progress (4): 13 kB | 51 kB | 77/97 kB | 77/123 kB Progress (4): 13 kB | 51 kB | 77/97 kB | 81/123 kB Progress (4): 13 kB | 51 kB | 81/97 kB | 81/123 kB Progress (4): 13 kB | 51 kB | 81/97 kB | 85/123 kB Progress (4): 13 kB | 51 kB | 85/97 kB | 85/123 kB Progress (4): 13 kB | 51 kB | 85/97 kB | 90/123 kB Progress (4): 13 kB | 51 kB | 90/97 kB | 90/123 kB Progress (4): 13 kB | 51 kB | 90/97 kB | 94/123 kB Progress (4): 13 kB | 51 kB | 94/97 kB | 94/123 kB Progress (4): 13 kB | 51 kB | 94/97 kB | 98/123 kB Progress (4): 13 kB | 51 kB | 97 kB | 98/123 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar (13 kB at 311 kB/s) Progress (3): 51 kB | 97 kB | 102/123 kB Progress (3): 51 kB | 97 kB | 106/123 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar Progress (3): 51 kB | 97 kB | 110/123 kB Progress (3): 51 kB | 97 kB | 114/123 kB Progress (3): 51 kB | 97 kB | 118/123 kB Progress (3): 51 kB | 97 kB | 122/123 kB Progress (3): 51 kB | 97 kB | 123 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar (51 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar Progress (3): 97 kB | 123 kB | 4.1/58 kB Progress (3): 97 kB | 123 kB | 7.7/58 kB Progress (3): 97 kB | 123 kB | 12/58 kB Progress (3): 97 kB | 123 kB | 16/58 kB Progress (3): 97 kB | 123 kB | 20/58 kB Progress (3): 97 kB | 123 kB | 24/58 kB Progress (3): 97 kB | 123 kB | 28/58 kB Progress (3): 97 kB | 123 kB | 32/58 kB Progress (3): 97 kB | 123 kB | 36/58 kB Progress (3): 97 kB | 123 kB | 40/58 kB Progress (3): 97 kB | 123 kB | 45/58 kB Progress (3): 97 kB | 123 kB | 49/58 kB Progress (3): 97 kB | 123 kB | 53/58 kB Progress (3): 97 kB | 123 kB | 57/58 kB Progress (3): 97 kB | 123 kB | 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar (58 kB at 959 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar (123 kB at 1.7 MB/s) Progress (2): 97 kB | 4.1/26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar (97 kB at 1.3 MB/s) Progress (1): 7.7/26 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Progress (1): 12/26 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar Progress (2): 12/26 kB | 4.1/31 kB Progress (2): 16/26 kB | 4.1/31 kB Progress (2): 16/26 kB | 7.7/31 kB Progress (2): 16/26 kB | 12/31 kB Progress (2): 16/26 kB | 16/31 kB Progress (2): 20/26 kB | 16/31 kB Progress (2): 24/26 kB | 16/31 kB Progress (2): 26 kB | 16/31 kB Progress (2): 26 kB | 20/31 kB Progress (3): 26 kB | 20/31 kB | 4.1/35 kB Progress (3): 26 kB | 24/31 kB | 4.1/35 kB Progress (3): 26 kB | 24/31 kB | 7.7/35 kB Progress (3): 26 kB | 28/31 kB | 7.7/35 kB Progress (3): 26 kB | 28/31 kB | 12/35 kB Progress (3): 26 kB | 31 kB | 12/35 kB Progress (3): 26 kB | 31 kB | 16/35 kB Progress (3): 26 kB | 31 kB | 20/35 kB Progress (3): 26 kB | 31 kB | 24/35 kB Progress (3): 26 kB | 31 kB | 28/35 kB Progress (3): 26 kB | 31 kB | 32/35 kB Progress (3): 26 kB | 31 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar (26 kB at 324 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Progress (3): 31 kB | 35 kB | 4.1/223 kB Progress (3): 31 kB | 35 kB | 7.7/223 kB Progress (3): 31 kB | 35 kB | 12/223 kB Progress (3): 31 kB | 35 kB | 16/223 kB Progress (3): 31 kB | 35 kB | 20/223 kB Progress (3): 31 kB | 35 kB | 24/223 kB Progress (3): 31 kB | 35 kB | 28/223 kB Progress (3): 31 kB | 35 kB | 32/223 kB Progress (3): 31 kB | 35 kB | 36/223 kB Progress (3): 31 kB | 35 kB | 40/223 kB Progress (3): 31 kB | 35 kB | 45/223 kB Progress (3): 31 kB | 35 kB | 49/223 kB Progress (3): 31 kB | 35 kB | 53/223 kB Progress (3): 31 kB | 35 kB | 57/223 kB Progress (4): 31 kB | 35 kB | 57/223 kB | 4.1/121 kB Progress (4): 31 kB | 35 kB | 61/223 kB | 4.1/121 kB Progress (4): 31 kB | 35 kB | 61/223 kB | 7.7/121 kB Progress (4): 31 kB | 35 kB | 65/223 kB | 7.7/121 kB Progress (4): 31 kB | 35 kB | 65/223 kB | 12/121 kB Progress (4): 31 kB | 35 kB | 65/223 kB | 16/121 kB Progress (4): 31 kB | 35 kB | 69/223 kB | 16/121 kB Progress (4): 31 kB | 35 kB | 73/223 kB | 16/121 kB Progress (4): 31 kB | 35 kB | 73/223 kB | 20/121 kB Progress (4): 31 kB | 35 kB | 77/223 kB | 20/121 kB Progress (4): 31 kB | 35 kB | 77/223 kB | 24/121 kB Progress (4): 31 kB | 35 kB | 81/223 kB | 24/121 kB Progress (4): 31 kB | 35 kB | 81/223 kB | 28/121 kB Progress (4): 31 kB | 35 kB | 81/223 kB | 32/121 kB Progress (4): 31 kB | 35 kB | 85/223 kB | 32/121 kB Progress (4): 31 kB | 35 kB | 90/223 kB | 32/121 kB Progress (4): 31 kB | 35 kB | 90/223 kB | 36/121 kB Progress (4): 31 kB | 35 kB | 94/223 kB | 36/121 kB Progress (4): 31 kB | 35 kB | 94/223 kB | 40/121 kB Progress (4): 31 kB | 35 kB | 98/223 kB | 40/121 kB Progress (4): 31 kB | 35 kB | 98/223 kB | 45/121 kB Progress (4): 31 kB | 35 kB | 98/223 kB | 49/121 kB Progress (4): 31 kB | 35 kB | 102/223 kB | 49/121 kB Progress (4): 31 kB | 35 kB | 106/223 kB | 49/121 kB Progress (4): 31 kB | 35 kB | 106/223 kB | 53/121 kB Progress (4): 31 kB | 35 kB | 110/223 kB | 53/121 kB Progress (4): 31 kB | 35 kB | 110/223 kB | 57/121 kB Progress (4): 31 kB | 35 kB | 114/223 kB | 57/121 kB Progress (4): 31 kB | 35 kB | 114/223 kB | 61/121 kB Progress (4): 31 kB | 35 kB | 114/223 kB | 65/121 kB Progress (4): 31 kB | 35 kB | 118/223 kB | 65/121 kB Progress (4): 31 kB | 35 kB | 122/223 kB | 65/121 kB Progress (4): 31 kB | 35 kB | 122/223 kB | 69/121 kB Progress (4): 31 kB | 35 kB | 126/223 kB | 69/121 kB Progress (4): 31 kB | 35 kB | 126/223 kB | 73/121 kB Progress (4): 31 kB | 35 kB | 131/223 kB | 73/121 kB Progress (4): 31 kB | 35 kB | 131/223 kB | 77/121 kB Progress (4): 31 kB | 35 kB | 131/223 kB | 81/121 kB Progress (4): 31 kB | 35 kB | 135/223 kB | 81/121 kB Progress (4): 31 kB | 35 kB | 139/223 kB | 81/121 kB Progress (4): 31 kB | 35 kB | 139/223 kB | 85/121 kB Progress (4): 31 kB | 35 kB | 143/223 kB | 85/121 kB Progress (4): 31 kB | 35 kB | 143/223 kB | 90/121 kB Progress (4): 31 kB | 35 kB | 147/223 kB | 90/121 kB Progress (4): 31 kB | 35 kB | 147/223 kB | 94/121 kB Progress (4): 31 kB | 35 kB | 147/223 kB | 98/121 kB Progress (4): 31 kB | 35 kB | 151/223 kB | 98/121 kB Progress (4): 31 kB | 35 kB | 155/223 kB | 98/121 kB Progress (4): 31 kB | 35 kB | 155/223 kB | 102/121 kB Progress (4): 31 kB | 35 kB | 159/223 kB | 102/121 kB Progress (4): 31 kB | 35 kB | 159/223 kB | 106/121 kB Progress (4): 31 kB | 35 kB | 163/223 kB | 106/121 kB Progress (4): 31 kB | 35 kB | 163/223 kB | 110/121 kB Progress (4): 31 kB | 35 kB | 163/223 kB | 114/121 kB Progress (4): 31 kB | 35 kB | 167/223 kB | 114/121 kB Progress (4): 31 kB | 35 kB | 167/223 kB | 118/121 kB Progress (4): 31 kB | 35 kB | 171/223 kB | 118/121 kB Progress (4): 31 kB | 35 kB | 171/223 kB | 121 kB Progress (4): 31 kB | 35 kB | 176/223 kB | 121 kB Progress (4): 31 kB | 35 kB | 180/223 kB | 121 kB Progress (4): 31 kB | 35 kB | 184/223 kB | 121 kB Progress (4): 31 kB | 35 kB | 188/223 kB | 121 kB Progress (4): 31 kB | 35 kB | 192/223 kB | 121 kB Progress (4): 31 kB | 35 kB | 196/223 kB | 121 kB Progress (4): 31 kB | 35 kB | 200/223 kB | 121 kB Progress (4): 31 kB | 35 kB | 204/223 kB | 121 kB Progress (4): 31 kB | 35 kB | 208/223 kB | 121 kB Progress (4): 31 kB | 35 kB | 212/223 kB | 121 kB Progress (4): 31 kB | 35 kB | 217/223 kB | 121 kB Progress (4): 31 kB | 35 kB | 221/223 kB | 121 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 kB at 373 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar (31 kB at 319 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar Progress (2): 223 kB | 121 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar Progress (3): 223 kB | 121 kB | 4.1/90 kB Progress (3): 223 kB | 121 kB | 7.7/90 kB Progress (3): 223 kB | 121 kB | 12/90 kB Progress (3): 223 kB | 121 kB | 16/90 kB Progress (3): 223 kB | 121 kB | 20/90 kB Progress (3): 223 kB | 121 kB | 24/90 kB Progress (3): 223 kB | 121 kB | 28/90 kB Progress (3): 223 kB | 121 kB | 32/90 kB Progress (3): 223 kB | 121 kB | 36/90 kB Progress (3): 223 kB | 121 kB | 40/90 kB Progress (3): 223 kB | 121 kB | 45/90 kB Progress (3): 223 kB | 121 kB | 49/90 kB Progress (3): 223 kB | 121 kB | 53/90 kB Progress (3): 223 kB | 121 kB | 57/90 kB Progress (3): 223 kB | 121 kB | 61/90 kB Progress (3): 223 kB | 121 kB | 65/90 kB Progress (3): 223 kB | 121 kB | 69/90 kB Progress (3): 223 kB | 121 kB | 73/90 kB Progress (3): 223 kB | 121 kB | 77/90 kB Progress (3): 223 kB | 121 kB | 81/90 kB Progress (3): 223 kB | 121 kB | 85/90 kB Progress (3): 223 kB | 121 kB | 90 kB Progress (4): 223 kB | 121 kB | 90 kB | 0/1.9 MB Progress (4): 223 kB | 121 kB | 90 kB | 0/1.9 MB Progress (4): 223 kB | 121 kB | 90 kB | 0/1.9 MB Progress (4): 223 kB | 121 kB | 90 kB | 0/1.9 MB Progress (4): 223 kB | 121 kB | 90 kB | 0/1.9 MB Progress (4): 223 kB | 121 kB | 90 kB | 0.1/1.9 MB Progress (4): 223 kB | 121 kB | 90 kB | 0.1/1.9 MB Progress (4): 223 kB | 121 kB | 90 kB | 0.1/1.9 MB Progress (4): 223 kB | 121 kB | 90 kB | 0.1/1.9 MB Progress (4): 223 kB | 121 kB | 90 kB | 0.1/1.9 MB Progress (4): 223 kB | 121 kB | 90 kB | 0.1/1.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 2.0 MB/s) Progress (3): 121 kB | 90 kB | 0.1/1.9 MB Progress (3): 121 kB | 90 kB | 0.1/1.9 MB Progress (3): 121 kB | 90 kB | 0.1/1.9 MB Progress (3): 121 kB | 90 kB | 0.1/1.9 MB Progress (3): 121 kB | 90 kB | 0.1/1.9 MB Progress (3): 121 kB | 90 kB | 0.1/1.9 MB Progress (3): 121 kB | 90 kB | 0.2/1.9 MB Progress (3): 121 kB | 90 kB | 0.2/1.9 MB Progress (3): 121 kB | 90 kB | 0.2/1.9 MB Progress (3): 121 kB | 90 kB | 0.2/1.9 MB Progress (3): 121 kB | 90 kB | 0.2/1.9 MB Progress (3): 121 kB | 90 kB | 0.2/1.9 MB Progress (3): 121 kB | 90 kB | 0.2/1.9 MB Progress (3): 121 kB | 90 kB | 0.2/1.9 MB Progress (3): 121 kB | 90 kB | 0.2/1.9 MB Progress (3): 121 kB | 90 kB | 0.2/1.9 MB Progress (3): 121 kB | 90 kB | 0.2/1.9 MB Progress (3): 121 kB | 90 kB | 0.2/1.9 MB Progress (3): 121 kB | 90 kB | 0.3/1.9 MB Progress (3): 121 kB | 90 kB | 0.3/1.9 MB Progress (3): 121 kB | 90 kB | 0.3/1.9 MB Progress (3): 121 kB | 90 kB | 0.3/1.9 MB Progress (3): 121 kB | 90 kB | 0.3/1.9 MB Progress (3): 121 kB | 90 kB | 0.3/1.9 MB Progress (3): 121 kB | 90 kB | 0.3/1.9 MB Progress (4): 121 kB | 90 kB | 0.3/1.9 MB | 4.1/12 kB Progress (4): 121 kB | 90 kB | 0.3/1.9 MB | 4.1/12 kB Progress (4): 121 kB | 90 kB | 0.3/1.9 MB | 7.7/12 kB Progress (4): 121 kB | 90 kB | 0.3/1.9 MB | 12/12 kB Progress (4): 121 kB | 90 kB | 0.3/1.9 MB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar (90 kB at 746 kB/s) Progress (3): 121 kB | 0.3/1.9 MB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.0 MB/s) Progress (2): 0.3/1.9 MB | 12 kB Progress (2): 0.3/1.9 MB | 12 kB Progress (2): 0.3/1.9 MB | 12 kB Progress (2): 0.4/1.9 MB | 12 kB Progress (2): 0.4/1.9 MB | 12 kB Progress (2): 0.4/1.9 MB | 12 kB Progress (2): 0.4/1.9 MB | 12 kB Progress (2): 0.4/1.9 MB | 12 kB Progress (2): 0.4/1.9 MB | 12 kB Progress (2): 0.4/1.9 MB | 12 kB Progress (2): 0.4/1.9 MB | 12 kB Progress (2): 0.4/1.9 MB | 12 kB Progress (2): 0.4/1.9 MB | 12 kB Progress (2): 0.4/1.9 MB | 12 kB Progress (2): 0.4/1.9 MB | 12 kB Progress (2): 0.5/1.9 MB | 12 kB Progress (2): 0.5/1.9 MB | 12 kB Progress (2): 0.5/1.9 MB | 12 kB Progress (2): 0.5/1.9 MB | 12 kB Progress (2): 0.5/1.9 MB | 12 kB Progress (2): 0.5/1.9 MB | 12 kB Progress (2): 0.5/1.9 MB | 12 kB Progress (2): 0.5/1.9 MB | 12 kB Progress (2): 0.5/1.9 MB | 12 kB Progress (2): 0.5/1.9 MB | 12 kB Progress (2): 0.5/1.9 MB | 12 kB Progress (2): 0.5/1.9 MB | 12 kB Progress (2): 0.5/1.9 MB | 12 kB Progress (2): 0.6/1.9 MB | 12 kB Progress (2): 0.6/1.9 MB | 12 kB Progress (2): 0.6/1.9 MB | 12 kB Progress (2): 0.6/1.9 MB | 12 kB Progress (2): 0.6/1.9 MB | 12 kB Progress (2): 0.6/1.9 MB | 12 kB Progress (2): 0.6/1.9 MB | 12 kB Progress (2): 0.6/1.9 MB | 12 kB Progress (2): 0.6/1.9 MB | 12 kB Progress (2): 0.6/1.9 MB | 12 kB Progress (2): 0.6/1.9 MB | 12 kB Progress (2): 0.6/1.9 MB | 12 kB Progress (2): 0.7/1.9 MB | 12 kB Progress (2): 0.7/1.9 MB | 12 kB Progress (2): 0.7/1.9 MB | 12 kB Progress (2): 0.7/1.9 MB | 12 kB Progress (2): 0.7/1.9 MB | 12 kB Progress (2): 0.7/1.9 MB | 12 kB Progress (2): 0.7/1.9 MB | 12 kB Progress (2): 0.7/1.9 MB | 12 kB Progress (2): 0.7/1.9 MB | 12 kB Progress (2): 0.7/1.9 MB | 12 kB Progress (2): 0.7/1.9 MB | 12 kB Progress (2): 0.7/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 89 kB/s) Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 10 MB/s) [INFO] Executing tasks main: [zip] Building zip: /home/jenkins/agent/workspace/capella-product_validation_scope/samples/IFE_samplemodel.zip [delete] Deleting directory /home/jenkins/agent/workspace/capella-product_validation_scope/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.202003191356 [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 --- Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 155 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 1.0 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 1.5 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 82 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 87 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 34 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 37 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 102 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Progress (1): 4.1 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 395 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 53 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 135 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 69 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Progress (1): 424 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 22 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 178 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 29 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 66 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 43 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 142 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 26 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 104 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 258 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 39 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 204 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 201 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 186 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Progress (1): 890 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 37 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 203 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 736 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Progress (1): 4.1/57 kB Progress (1): 7.7/57 kB Progress (1): 12/57 kB Progress (1): 16/57 kB Progress (1): 20/57 kB Progress (1): 24/57 kB Progress (1): 28/57 kB Progress (1): 32/57 kB Progress (1): 36/57 kB Progress (1): 40/57 kB Progress (1): 45/57 kB Progress (1): 49/57 kB Progress (1): 53/57 kB Progress (1): 57 kB Progress (2): 57 kB | 4.1/152 kB Progress (2): 57 kB | 7.7/152 kB Progress (2): 57 kB | 12/152 kB Progress (2): 57 kB | 16/152 kB Progress (2): 57 kB | 20/152 kB Progress (2): 57 kB | 24/152 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 2.2 MB/s) Progress (1): 28/152 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Progress (1): 32/152 kB Progress (1): 36/152 kB Progress (1): 40/152 kB Progress (1): 45/152 kB Progress (1): 49/152 kB Progress (1): 53/152 kB Progress (2): 53/152 kB | 4.1/35 kB Progress (2): 57/152 kB | 4.1/35 kB Progress (2): 57/152 kB | 7.7/35 kB Progress (2): 57/152 kB | 12/35 kB Progress (2): 61/152 kB | 12/35 kB Progress (2): 61/152 kB | 16/35 kB Progress (2): 65/152 kB | 16/35 kB Progress (2): 65/152 kB | 20/35 kB Progress (2): 65/152 kB | 24/35 kB Progress (2): 65/152 kB | 28/35 kB Progress (2): 65/152 kB | 32/35 kB Progress (2): 69/152 kB | 32/35 kB Progress (2): 69/152 kB | 35 kB Progress (2): 73/152 kB | 35 kB Progress (2): 77/152 kB | 35 kB Progress (2): 81/152 kB | 35 kB Progress (2): 85/152 kB | 35 kB Progress (2): 90/152 kB | 35 kB Progress (2): 94/152 kB | 35 kB Progress (2): 98/152 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 1.2 MB/s) Progress (1): 102/152 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Progress (1): 106/152 kB Progress (1): 110/152 kB Progress (1): 114/152 kB Progress (1): 118/152 kB Progress (1): 122/152 kB Progress (1): 126/152 kB Progress (1): 131/152 kB Progress (1): 135/152 kB Progress (1): 139/152 kB Progress (1): 143/152 kB Progress (1): 147/152 kB Progress (1): 151/152 kB Progress (1): 152 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 4.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Progress (1): 4.1/116 kB Progress (2): 4.1/116 kB | 4.1/5.9 kB Progress (2): 4.1/116 kB | 5.9 kB Progress (2): 7.7/116 kB | 5.9 kB Progress (2): 12/116 kB | 5.9 kB Progress (2): 16/116 kB | 5.9 kB Progress (3): 16/116 kB | 5.9 kB | 4.1/29 kB Progress (3): 20/116 kB | 5.9 kB | 4.1/29 kB Progress (3): 20/116 kB | 5.9 kB | 7.7/29 kB Progress (3): 24/116 kB | 5.9 kB | 7.7/29 kB Progress (3): 24/116 kB | 5.9 kB | 12/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 135 kB/s) Progress (2): 28/116 kB | 12/29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Progress (3): 28/116 kB | 12/29 kB | 4.1/21 kB Progress (3): 28/116 kB | 16/29 kB | 4.1/21 kB Progress (3): 28/116 kB | 16/29 kB | 7.7/21 kB Progress (3): 32/116 kB | 16/29 kB | 7.7/21 kB Progress (3): 32/116 kB | 16/29 kB | 12/21 kB Progress (3): 32/116 kB | 20/29 kB | 12/21 kB Progress (3): 32/116 kB | 20/29 kB | 16/21 kB Progress (3): 32/116 kB | 24/29 kB | 16/21 kB Progress (3): 36/116 kB | 24/29 kB | 16/21 kB Progress (3): 36/116 kB | 28/29 kB | 16/21 kB Progress (3): 36/116 kB | 28/29 kB | 20/21 kB Progress (3): 36/116 kB | 29 kB | 20/21 kB Progress (3): 40/116 kB | 29 kB | 20/21 kB Progress (3): 45/116 kB | 29 kB | 20/21 kB Progress (3): 45/116 kB | 29 kB | 21 kB Progress (3): 49/116 kB | 29 kB | 21 kB Progress (4): 49/116 kB | 29 kB | 21 kB | 4.1/24 kB Progress (4): 49/116 kB | 29 kB | 21 kB | 7.7/24 kB Progress (4): 49/116 kB | 29 kB | 21 kB | 12/24 kB Progress (4): 49/116 kB | 29 kB | 21 kB | 16/24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 451 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Progress (3): 53/116 kB | 29 kB | 16/24 kB Progress (3): 53/116 kB | 29 kB | 20/24 kB Progress (3): 57/116 kB | 29 kB | 20/24 kB Progress (3): 61/116 kB | 29 kB | 20/24 kB Progress (3): 65/116 kB | 29 kB | 20/24 kB Progress (3): 65/116 kB | 29 kB | 24/24 kB Progress (3): 65/116 kB | 29 kB | 24 kB Progress (3): 69/116 kB | 29 kB | 24 kB Progress (3): 73/116 kB | 29 kB | 24 kB Progress (3): 77/116 kB | 29 kB | 24 kB Progress (3): 81/116 kB | 29 kB | 24 kB Progress (3): 85/116 kB | 29 kB | 24 kB Progress (3): 90/116 kB | 29 kB | 24 kB Progress (3): 94/116 kB | 29 kB | 24 kB Progress (3): 98/116 kB | 29 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 499 kB/s) Progress (2): 102/116 kB | 29 kB Progress (2): 106/116 kB | 29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Progress (2): 110/116 kB | 29 kB Progress (2): 114/116 kB | 29 kB Progress (2): 116 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 567 kB/s) Progress (2): 116 kB | 4.1/9.9 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Progress (2): 116 kB | 7.7/9.9 kB Progress (3): 116 kB | 7.7/9.9 kB | 4.1/30 kB Progress (3): 116 kB | 9.9 kB | 4.1/30 kB Progress (3): 116 kB | 9.9 kB | 7.7/30 kB Progress (3): 116 kB | 9.9 kB | 12/30 kB Progress (3): 116 kB | 9.9 kB | 16/30 kB Progress (3): 116 kB | 9.9 kB | 20/30 kB Progress (3): 116 kB | 9.9 kB | 24/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 188 kB/s) Progress (2): 116 kB | 28/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Progress (2): 116 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 558 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (2): 116 kB | 4.1/13 kB Progress (2): 116 kB | 7.7/13 kB Progress (2): 116 kB | 12/13 kB Progress (2): 116 kB | 13 kB Progress (3): 116 kB | 13 kB | 4.1/38 kB Progress (3): 116 kB | 13 kB | 7.7/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 239 kB/s) Progress (2): 116 kB | 12/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Progress (2): 116 kB | 16/38 kB Progress (2): 116 kB | 20/38 kB Progress (2): 116 kB | 24/38 kB Progress (2): 116 kB | 28/38 kB Progress (2): 116 kB | 32/38 kB Progress (2): 116 kB | 36/38 kB Progress (2): 116 kB | 38 kB Progress (3): 116 kB | 38 kB | 4.1/87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 2.0 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 631 kB/s) Progress (2): 4.1/87 kB | 4.1/14 kB Progress (3): 4.1/87 kB | 4.1/14 kB | 4.1/37 kB Progress (3): 7.7/87 kB | 4.1/14 kB | 4.1/37 kB Progress (3): 7.7/87 kB | 4.1/14 kB | 7.7/37 kB Progress (3): 7.7/87 kB | 7.7/14 kB | 7.7/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Progress (3): 7.7/87 kB | 12/14 kB | 7.7/37 kB Progress (3): 7.7/87 kB | 12/14 kB | 12/37 kB Progress (3): 12/87 kB | 12/14 kB | 12/37 kB Progress (3): 12/87 kB | 12/14 kB | 16/37 kB Progress (3): 12/87 kB | 14 kB | 16/37 kB Progress (3): 16/87 kB | 14 kB | 16/37 kB Progress (3): 16/87 kB | 14 kB | 20/37 kB Progress (3): 16/87 kB | 14 kB | 24/37 kB Progress (3): 16/87 kB | 14 kB | 28/37 kB Progress (3): 20/87 kB | 14 kB | 28/37 kB Progress (3): 24/87 kB | 14 kB | 28/37 kB Progress (4): 24/87 kB | 14 kB | 28/37 kB | 4.1/86 kB Progress (4): 24/87 kB | 14 kB | 32/37 kB | 4.1/86 kB Progress (4): 24/87 kB | 14 kB | 32/37 kB | 7.7/86 kB Progress (4): 28/87 kB | 14 kB | 32/37 kB | 7.7/86 kB Progress (5): 28/87 kB | 14 kB | 32/37 kB | 7.7/86 kB | 4.1/49 kB Progress (5): 28/87 kB | 14 kB | 32/37 kB | 12/86 kB | 4.1/49 kB Progress (5): 28/87 kB | 14 kB | 36/37 kB | 12/86 kB | 4.1/49 kB Progress (5): 28/87 kB | 14 kB | 36/37 kB | 16/86 kB | 4.1/49 kB Progress (5): 28/87 kB | 14 kB | 36/37 kB | 16/86 kB | 7.7/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 213 kB/s) Progress (4): 32/87 kB | 36/37 kB | 16/86 kB | 7.7/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Progress (4): 32/87 kB | 36/37 kB | 20/86 kB | 7.7/49 kB Progress (4): 32/87 kB | 36/37 kB | 20/86 kB | 12/49 kB Progress (4): 32/87 kB | 37 kB | 20/86 kB | 12/49 kB Progress (4): 32/87 kB | 37 kB | 20/86 kB | 16/49 kB Progress (4): 32/87 kB | 37 kB | 24/86 kB | 16/49 kB Progress (4): 36/87 kB | 37 kB | 24/86 kB | 16/49 kB Progress (4): 36/87 kB | 37 kB | 28/86 kB | 16/49 kB Progress (4): 40/87 kB | 37 kB | 28/86 kB | 16/49 kB Progress (4): 40/87 kB | 37 kB | 28/86 kB | 20/49 kB Progress (4): 40/87 kB | 37 kB | 32/86 kB | 20/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 559 kB/s) Progress (3): 40/87 kB | 32/86 kB | 24/49 kB Progress (3): 45/87 kB | 32/86 kB | 24/49 kB Progress (3): 45/87 kB | 32/86 kB | 28/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Progress (3): 45/87 kB | 36/86 kB | 28/49 kB Progress (4): 45/87 kB | 36/86 kB | 28/49 kB | 4.1/10 kB Progress (4): 45/87 kB | 40/86 kB | 28/49 kB | 4.1/10 kB Progress (4): 45/87 kB | 40/86 kB | 32/49 kB | 4.1/10 kB Progress (4): 49/87 kB | 40/86 kB | 32/49 kB | 4.1/10 kB Progress (4): 49/87 kB | 45/86 kB | 32/49 kB | 4.1/10 kB Progress (4): 49/87 kB | 45/86 kB | 32/49 kB | 7.7/10 kB Progress (4): 49/87 kB | 49/86 kB | 32/49 kB | 7.7/10 kB Progress (4): 53/87 kB | 49/86 kB | 32/49 kB | 7.7/10 kB Progress (4): 53/87 kB | 49/86 kB | 32/49 kB | 10 kB Progress (4): 53/87 kB | 49/86 kB | 36/49 kB | 10 kB Progress (4): 53/87 kB | 53/86 kB | 36/49 kB | 10 kB Progress (4): 57/87 kB | 53/86 kB | 36/49 kB | 10 kB Progress (4): 57/87 kB | 57/86 kB | 36/49 kB | 10 kB Progress (4): 57/87 kB | 57/86 kB | 40/49 kB | 10 kB Progress (4): 57/87 kB | 61/86 kB | 40/49 kB | 10 kB Progress (4): 61/87 kB | 61/86 kB | 40/49 kB | 10 kB Progress (4): 61/87 kB | 65/86 kB | 40/49 kB | 10 kB Progress (4): 61/87 kB | 65/86 kB | 45/49 kB | 10 kB Progress (4): 65/87 kB | 65/86 kB | 45/49 kB | 10 kB Progress (4): 65/87 kB | 65/86 kB | 49/49 kB | 10 kB Progress (4): 65/87 kB | 69/86 kB | 49/49 kB | 10 kB Progress (4): 65/87 kB | 69/86 kB | 49 kB | 10 kB Progress (4): 65/87 kB | 73/86 kB | 49 kB | 10 kB Progress (4): 69/87 kB | 73/86 kB | 49 kB | 10 kB Progress (4): 69/87 kB | 77/86 kB | 49 kB | 10 kB Progress (4): 73/87 kB | 77/86 kB | 49 kB | 10 kB Progress (4): 73/87 kB | 81/86 kB | 49 kB | 10 kB Progress (4): 77/87 kB | 81/86 kB | 49 kB | 10 kB Progress (4): 77/87 kB | 85/86 kB | 49 kB | 10 kB Progress (4): 81/87 kB | 85/86 kB | 49 kB | 10 kB Progress (4): 81/87 kB | 86 kB | 49 kB | 10 kB Progress (4): 85/87 kB | 86 kB | 49 kB | 10 kB Progress (4): 87 kB | 86 kB | 49 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 585 kB/s) Progress (2): 10 kB | 4.1/35 kB Progress (2): 10 kB | 7.7/35 kB Progress (2): 10 kB | 12/35 kB Progress (2): 10 kB | 16/35 kB Progress (2): 10 kB | 20/35 kB Progress (2): 10 kB | 24/35 kB Progress (2): 10 kB | 28/35 kB Progress (2): 10 kB | 32/35 kB Progress (2): 10 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 397 kB/s) Progress (2): 10 kB | 4.1/6.8 kB Progress (2): 10 kB | 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 72 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 109 kB/s) Progress (1): 4.1/61 kB Progress (1): 7.7/61 kB Progress (1): 12/61 kB Progress (1): 16/61 kB Progress (1): 20/61 kB Progress (1): 24/61 kB Progress (1): 28/61 kB Progress (1): 32/61 kB Progress (1): 36/61 kB Progress (1): 40/61 kB Progress (1): 45/61 kB Progress (1): 49/61 kB Progress (1): 53/61 kB Progress (1): 57/61 kB Progress (1): 61/61 kB Progress (1): 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 629 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_validation_scope/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 --- Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom Progress (1): 692 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom (692 B at 15 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom Progress (1): 4.1 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom (6.0 kB at 402 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 133 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom Progress (1): 867 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom (867 B at 22 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.pom (2.4 kB at 68 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.pom (1.6 kB at 56 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom (1.7 kB at 32 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Progress (2): 27 kB | 4.1/17 kB Progress (2): 27 kB | 7.7/17 kB Progress (2): 27 kB | 12/17 kB Progress (2): 27 kB | 16/17 kB Progress (2): 27 kB | 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar (27 kB at 339 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar (17 kB at 212 kB/s) Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar (3.5 kB at 39 kB/s) Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Progress (2): 4.7 kB | 0/3.0 MB Progress (2): 4.7 kB | 0/3.0 MB Progress (2): 4.7 kB | 0/3.0 MB Progress (2): 4.7 kB | 0.1/3.0 MB Progress (2): 4.7 kB | 0.1/3.0 MB Progress (2): 4.7 kB | 0.1/3.0 MB Progress (2): 4.7 kB | 0.1/3.0 MB Progress (2): 4.7 kB | 0.1/3.0 MB Progress (2): 4.7 kB | 0.1/3.0 MB Progress (2): 4.7 kB | 0.2/3.0 MB Progress (2): 4.7 kB | 0.2/3.0 MB Progress (2): 4.7 kB | 0.2/3.0 MB Progress (2): 4.7 kB | 0.2/3.0 MB Progress (2): 4.7 kB | 0.2/3.0 MB Progress (2): 4.7 kB | 0.2/3.0 MB Progress (2): 4.7 kB | 0.3/3.0 MB Progress (2): 4.7 kB | 0.3/3.0 MB Progress (2): 4.7 kB | 0.3/3.0 MB Progress (2): 4.7 kB | 0.3/3.0 MB Progress (2): 4.7 kB | 0.3/3.0 MB Progress (2): 4.7 kB | 0.3/3.0 MB Progress (2): 4.7 kB | 0.4/3.0 MB Progress (2): 4.7 kB | 0.4/3.0 MB Progress (2): 4.7 kB | 0.4/3.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar (4.7 kB at 38 kB/s) Progress (1): 0.4/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 3.0/3.0 MB Progress (1): 3.0/3.0 MB Progress (1): 3.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.jar (3.0 MB at 15 MB/s) [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/ModelElementImpl.java:[221] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/ModelElementImpl.java:[227] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractTypeImpl.java:[86] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractTypeImpl.java:[92] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/FinalizableElementImpl.java:[121] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/FinalizableElementImpl.java:[135] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[143] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[149] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[190] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[196] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[178] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[180] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[194] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[197] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[628] return isIsException(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[630] return isIsStream(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[632] return isIsOptional(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[659] setIsException((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[662] setIsStream((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[665] setIsOptional((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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[348] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[354] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[394] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[400] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[436] return isIsDimension(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[438] return isIsExternal(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[456] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[464] setIsDimension((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[467] setIsExternal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[270] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[276] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[329] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[335] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[388] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[394] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[434] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[440] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[481] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[487] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[857] return isIsControlType(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[887] setIsControlType((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[330] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[336] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[377] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[383] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[542] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[548] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[600] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[610] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[612] return isIsSingleExecution(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[635] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[646] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[649] setIsSingleExecution((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[265] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[271] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[324] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[330] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[383] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[389] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[429] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[435] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[476] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[482] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[277] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[283] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[336] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[342] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[395] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[401] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AcceptEventActionImpl.java:[176] return isIsUnmarshall(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AcceptEventActionImpl.java:[193] setIsUnmarshall((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[142] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[148] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[201] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[207] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[260] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[266] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[306] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[312] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[353] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[359] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[316] return isIsMulticast(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[318] return isIsMultireceive(); ^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[338] setIsMulticast((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[341] setIsMultireceive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityExchangeImpl.java:[87] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityExchangeImpl.java:[93] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper 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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/PublishableElementItemProvider.java:[150] 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_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/InformationsExchangerItemProvider.java:[175] 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_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/AbstractRelationshipItemProvider.java:[151] 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_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/FinalizableElementItemProvider.java:[122] 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_validation_scope/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/ModelElementItemProvider.java:[196] 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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ActivityEdgeItemProvider.java:[443] 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_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/InterruptibleActivityRegionItemProvider.java:[119] 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_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ObjectFlowItemProvider.java:[256] 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_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ActivityGroupItemProvider.java:[126] 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_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ControlFlowItemProvider.java:[90] 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_validation_scope/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ExceptionHandlerItemProvider.java:[227] 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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/BooleanPropertyValueImpl.java:[121] return isValue(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/BooleanPropertyValueImpl.java:[135] setValue((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/MessageEndImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/MessageEndImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationItemImpl.java:[257] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationItemImpl.java:[263] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[239] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[245] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[298] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[304] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[362] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[368] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[409] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[415] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[456] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[462] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionUseImpl.java:[158] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionUseImpl.java:[164] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[230] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[236] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[277] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[283] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[343] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[349] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[390] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[396] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[758] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[764] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[820] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[822] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[860] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[863] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[376] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[382] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[423] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[429] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[791] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[797] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[956] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[958] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[1002] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[1005] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[247] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[253] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementFunctionImpl.java:[92] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementFunctionImpl.java:[98] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementFunctionImpl.java:[139] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementFunctionImpl.java:[145] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalProcessImpl.java:[87] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalProcessImpl.java:[93] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/NumericValueImpl.java:[167] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/NumericValueImpl.java:[173] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[374] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[380] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[421] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[427] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[789] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[795] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[992] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[994] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[1038] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[1041] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[380] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[386] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[427] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[433] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[795] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[801] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[961] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[967] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1021] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1023] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1070] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1073] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/EventImpl.java:[90] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/EventImpl.java:[96] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[762] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[768] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[819] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[825] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[862] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[868] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[919] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[925] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1004] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1010] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1047] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1053] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1374] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1380] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1457] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1463] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1500] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1506] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1543] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1549] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1586] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1592] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1643] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1649] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1686] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1692] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1743] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1749] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1786] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1792] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1829] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1835] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1872] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1878] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1915] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1921] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1958] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1964] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2001] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2007] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2044] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2050] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2087] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2093] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2130] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2136] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2239] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2245] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2282] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2288] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2339] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2345] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2382] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2388] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2439] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2445] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2482] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2488] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2525] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2531] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2568] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2574] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2611] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2617] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2654] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2660] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2697] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2703] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2782] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2788] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2825] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2831] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2868] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2874] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2911] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2917] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2954] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2960] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2997] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3003] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3142] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3148] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3189] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3195] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3236] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3242] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3283] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3289] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3330] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3336] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3377] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3383] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3514] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3558] return isActor(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3560] return isHuman(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3687] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3706] setActor((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3709] setHuman((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[126] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[132] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[169] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[175] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[216] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[222] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[263] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[269] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[310] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[316] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[145] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[151] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[188] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[194] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[235] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[241] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[282] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[288] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainReferenceImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainReferenceImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[206] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[212] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[249] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[255] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[339] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[345] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[386] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[392] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[433] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[439] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[480] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[486] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[545] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[551] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[592] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[598] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[356] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[362] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[403] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[409] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[771] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[777] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[818] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[824] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[865] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[871] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[908] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[914] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[968] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[970] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[1014] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[1017] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[306] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[312] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[353] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[359] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[468] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[474] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[515] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[521] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[562] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[568] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[609] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[615] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[656] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[662] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[703] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[709] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[768] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[774] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[815] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[821] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[862] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[868] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[909] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[915] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[956] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[962] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[291] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[297] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[338] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[344] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[392] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[417] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[228] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[234] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[270] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[290] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[208] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[214] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[255] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[261] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FloatPropertyValueImpl.java:[121] return getValue(); ^^^^^^^^^^ The expression of type float is boxed into Float [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FloatPropertyValueImpl.java:[135] setValue((Float)newValue); ^^^^^^^^^^^^^^^ The expression of type Float is unboxed into float [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[118] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[124] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[243] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[249] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[290] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[296] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[337] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[343] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[432] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[438] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[509] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[515] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[568] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[574] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[627] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[633] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[686] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[692] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[124] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[130] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[233] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[239] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/PortInstanceImpl.java:[154] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/PortInstanceImpl.java:[160] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionEndImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionEndImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[109] public AbstractState getRelatedAbstractState() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method InteractionStateImpl.getRelatedAbstractState() overrides a deprecated method from InteractionState [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[162] public AbstractFunction getRelatedAbstractFunction() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method InteractionStateImpl.getRelatedAbstractFunction() overrides a deprecated method from InteractionState [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[236] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[242] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[176] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[182] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[223] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[229] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[270] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[276] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[317] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[323] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractBooleanValueImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractBooleanValueImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[391] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[397] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[438] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[444] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[806] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[812] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[932] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[934] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[976] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[979] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[178] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[184] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[225] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[231] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractEndImpl.java:[167] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractEndImpl.java:[173] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[348] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[354] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[395] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[401] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[763] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[769] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[810] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[816] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[872] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[874] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[914] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[917] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalNodeImpl.java:[85] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalNodeImpl.java:[91] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[255] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[261] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[314] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[320] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[396] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[402] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[443] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[449] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[490] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[496] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[180] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[186] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[368] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[374] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[415] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[421] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[666] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[672] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[767] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[773] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[839] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[845] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[847] return isIsSingleExecution(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[886] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[897] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[900] setIsSingleExecution((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/PhysicalArtifactRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/PhysicalArtifactRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/PhysicalArtifactRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/PhysicalArtifactRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[526] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[532] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1345] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1351] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1418] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1420] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1422] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1424] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1442] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1446] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1448] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1450] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1470] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1473] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1476] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1479] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1506] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1512] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1515] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1518] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[291] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[297] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[202] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[208] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[249] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[255] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[296] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[302] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[226] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[232] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[273] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[279] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceUseImpl.java:[115] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceUseImpl.java:[121] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[481] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[487] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[527] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[533] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[587] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[593] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[688] return isIsDimension(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[690] return isIsExternal(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[731] setIsDimension((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[734] setIsExternal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[303] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[309] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[350] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[356] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[455] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[461] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[502] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[508] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[549] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[555] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[596] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[602] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[643] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[649] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[690] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[696] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[737] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[743] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[784] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[790] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[849] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[855] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[896] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[902] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[943] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[949] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[990] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[996] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1037] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1043] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1084] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1090] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1131] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1137] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1178] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1184] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1242] return isStructural(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1298] setStructural((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[150] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[156] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[193] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[199] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[236] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[242] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[333] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[339] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[380] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[386] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[427] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[433] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[470] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[476] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[129] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[135] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[174] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[180] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[230] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[236] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[277] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[283] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[324] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[330] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[371] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[377] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[418] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[424] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[536] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[542] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[637] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[643] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[684] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[690] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[731] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[737] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[776] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[782] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FragmentEndImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FragmentEndImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[209] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[215] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[180] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[186] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[331] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[337] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[378] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[384] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[667] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[673] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[731] return isIsObsolete(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[768] setIsObsolete((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[247] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[253] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[456] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[462] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[499] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[519] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[527] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[208] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[214] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[986] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[992] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1033] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1039] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1098] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1307] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1313] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2126] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2132] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2172] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2178] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2250] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2256] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2309] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2315] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2368] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2374] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2414] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2420] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2461] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2467] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2876] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2882] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3041] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3047] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3088] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3094] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3135] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3141] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3182] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3188] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3229] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3235] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3341] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3347] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3388] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3394] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3435] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3441] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3480] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3486] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3597] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3599] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3609] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3611] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3613] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3615] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3633] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3637] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3639] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3641] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3740] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3743] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3752] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3755] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3758] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3761] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3788] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3794] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3797] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3800] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[342] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[348] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[389] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[395] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[757] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[763] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[819] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[821] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[859] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[862] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[185] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[191] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[232] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[238] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[297] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[303] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[344] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[350] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[209] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[215] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[255] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[261] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[290] public ComponentPort getRepresentedComponentPort() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method FunctionPortImpl.getRepresentedComponentPort() overrides a deprecated method from FunctionPort [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[351] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[357] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[398] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[404] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[445] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[451] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[919] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[925] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[966] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[972] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1013] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1019] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1060] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1066] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1107] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1113] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1289] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1295] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1984] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1990] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2061] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2067] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2108] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2114] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2155] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2161] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2237] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2239] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2249] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2251] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2253] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2255] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2273] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2277] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2279] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2281] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2309] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2312] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2321] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2324] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2327] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2330] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2357] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2363] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2366] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2369] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[169] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[175] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[216] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[222] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[263] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[269] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[310] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[316] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[357] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[363] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[404] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[410] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[451] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[457] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[498] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[504] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[545] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[551] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[592] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[598] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[235] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[241] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[299] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[305] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[346] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[352] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[431] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[437] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[491] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[497] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[617] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[623] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[664] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[670] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityExploitationImpl.java:[114] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityExploitationImpl.java:[120] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractEventOperationImpl.java:[87] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractEventOperationImpl.java:[93] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[124] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[130] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[233] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[239] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[224] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[230] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[296] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[317] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[129] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[135] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[241] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[247] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[300] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[306] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityIncludeImpl.java:[167] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityIncludeImpl.java:[173] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtendImpl.java:[184] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtendImpl.java:[190] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[553] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[559] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[612] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[618] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[676] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[682] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[723] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[729] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[785] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[787] return isDiscrete(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[789] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[791] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[830] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[833] setDiscrete((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[836] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[839] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[348] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[354] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[395] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[401] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[763] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[769] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[810] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[816] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[872] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[874] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[914] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[917] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[129] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[135] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[241] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[247] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[300] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[306] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[142] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[148] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[201] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[207] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1586] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1588] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1590] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1592] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1610] return isIsException(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1612] return isIsStream(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1614] return isIsOptional(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1645] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1648] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1651] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1654] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1681] setIsException((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1684] setIsStream((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1687] setIsOptional((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[458] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[464] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[505] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[511] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[873] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[879] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1071] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1073] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1100] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1123] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1126] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1168] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[546] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[552] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[638] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[644] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[697] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[703] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[756] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[762] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1502] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1508] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1549] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1555] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1614] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1620] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1679] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1685] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1726] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1732] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1773] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1779] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1820] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1826] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1867] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1873] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1945] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1951] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2004] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2010] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2050] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2056] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2097] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2103] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2133] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2221] return isIsMulticast(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2223] return isIsMultireceive(); ^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2303] setIsMulticast((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2306] setIsMultireceive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[613] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[619] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[670] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[676] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[713] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[719] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[770] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[776] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[855] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[861] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[898] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[904] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1225] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1231] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1308] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1314] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1351] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1357] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1394] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1400] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1437] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1443] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1494] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1500] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1537] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1543] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1594] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1600] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1637] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1643] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1680] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1686] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1723] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1729] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1766] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1772] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1809] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1815] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1852] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1858] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1895] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1901] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1938] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1944] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1981] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1987] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2090] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2096] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2133] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2139] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2190] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2196] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2233] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2239] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2290] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2296] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2333] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2339] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2376] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2382] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2419] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2425] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2462] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2468] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2505] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2511] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2548] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2554] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2633] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2639] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2790] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2796] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2925] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2969] return isActor(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2971] return isHuman(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[3078] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[3097] setActor((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[3100] setHuman((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeSpecificationImpl.java:[86] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeSpecificationImpl.java:[92] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ClassifierImpl.java:[124] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ClassifierImpl.java:[130] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityGeneralizationImpl.java:[167] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityGeneralizationImpl.java:[173] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathReferenceImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathReferenceImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[431] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[437] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[474] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[480] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[776] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[782] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[941] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[943] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[990] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[993] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[309] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[315] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[352] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[358] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[654] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[660] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[744] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[746] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[786] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[789] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[187] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[193] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[308] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[314] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[402] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[408] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[449] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[455] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[494] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[500] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[537] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[543] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[580] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[586] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[640] return isDataComponent(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[679] setDataComponent((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[151] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[157] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[194] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[200] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[241] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[247] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[288] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[294] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[335] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[341] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[117] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[123] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[258] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[264] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[305] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[311] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[352] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[358] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractPropertyValueImpl.java:[120] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractPropertyValueImpl.java:[126] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[180] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[186] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[450] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[456] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[497] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[503] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[544] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[550] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[591] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[597] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[648] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[654] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[303] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[309] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[362] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[368] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[421] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[427] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[467] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[473] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[514] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[520] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[864] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[870] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[931] return isIsControlType(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[945] return isIsControl(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[964] setIsControlType((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[983] setIsControl((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventImpl.java:[125] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventImpl.java:[131] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[206] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[212] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[253] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[259] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[300] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[306] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[339] public EList getInvolvedLinks() { ^^^^^^^^^^^^^^^^^^ The method PhysicalPathImpl.getInvolvedLinks() overrides a deprecated method from PhysicalPath [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[383] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[389] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[448] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[454] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[495] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[501] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[182] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[188] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[241] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[247] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[353] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[359] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[412] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[418] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[458] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[464] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[548] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[554] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/CombinedFragmentImpl.java:[181] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/CombinedFragmentImpl.java:[187] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[343] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[349] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[390] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[396] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[758] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[764] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[820] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[822] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[860] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[863] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeLinkImpl.java:[251] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeLinkImpl.java:[257] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[397] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[403] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[444] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[450] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[527] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[533] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[702] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[708] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[749] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[755] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[814] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[820] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[897] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[903] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[962] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[968] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1009] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1015] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1056] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1062] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1150] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1156] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1363] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1369] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1410] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1416] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[120] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[126] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[216] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[222] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[263] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[269] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[323] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[329] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[383] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[165] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[171] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[212] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[218] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[259] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[265] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[306] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[312] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[353] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[359] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[400] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[406] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[447] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[453] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[494] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[500] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[262] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[268] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[309] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[315] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractInstanceImpl.java:[86] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractInstanceImpl.java:[92] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentPkgImpl.java:[236] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentPkgImpl.java:[242] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentPkgImpl.java:[279] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentPkgImpl.java:[285] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1093] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1099] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1274] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1276] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1278] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1280] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1308] return isComposite(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1325] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1328] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1331] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1334] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1370] setComposite((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[564] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[570] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[611] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[617] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[979] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[985] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1657] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1659] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1684] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1686] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1688] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1690] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1721] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1724] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1763] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1766] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1769] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1772] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[149] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[155] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[210] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[216] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[271] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[277] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[122] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[128] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[165] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[171] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[212] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[218] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[259] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[265] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[446] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[452] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[489] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[495] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[791] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[797] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[1054] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[1056] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[1109] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[1112] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[151] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[157] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[194] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[200] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[241] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[247] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[288] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[294] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[335] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[341] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[459] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[465] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[506] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[512] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[695] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[701] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[755] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[761] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[881] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[887] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[928] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[934] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1039] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1045] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1086] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1092] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1133] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1139] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1180] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1186] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1353] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1359] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1412] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1418] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1471] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1477] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1517] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1523] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1564] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1570] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1611] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1617] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1658] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1664] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1718] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1724] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1777] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1783] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1891] return isOriented(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1973] setOriented((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[624] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[630] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[671] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[677] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1039] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1045] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1086] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1092] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1415] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1421] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1541] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1547] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1588] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1594] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1699] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1705] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1746] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1752] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1793] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1799] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1840] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1846] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1954] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1960] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2013] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2019] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2072] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2078] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2131] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2137] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2177] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2183] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2224] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2230] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2271] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2277] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2318] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2324] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2415] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2417] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2471] return isOriented(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2520] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2523] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2585] setOriented((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[583] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[589] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[630] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[636] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[391] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[397] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[438] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[444] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[806] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[812] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[932] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[934] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[976] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[979] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[410] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[416] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[457] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[463] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[825] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[831] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1004] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1006] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1051] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1054] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[173] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[179] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[220] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[226] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[339] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[345] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[399] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[405] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[458] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[464] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[504] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[510] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[551] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[557] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[547] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[553] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[630] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[636] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[673] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[679] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[716] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[722] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[759] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[765] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[820] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[826] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[867] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[873] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[932] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[938] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[979] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[985] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1026] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1032] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1073] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1079] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1120] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1126] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1167] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1173] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1214] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1220] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1261] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1267] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1308] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1314] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1472] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1478] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1519] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1525] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1584] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1590] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1631] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1637] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1692] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1698] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1735] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1741] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1778] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1784] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1825] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1831] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1872] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1878] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1919] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1925] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1966] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1972] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2066] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2072] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2136] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2180] return isActor(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2182] return isHuman(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2233] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2252] setActor((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2255] setHuman((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[149] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[155] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[263] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[269] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[323] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[329] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[382] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[388] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[200] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[206] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[247] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[253] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[341] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[347] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[388] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[394] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractEnumerationValueImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractEnumerationValueImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[799] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[805] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1618] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1624] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1664] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1670] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1711] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1717] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1758] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1764] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1869] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1875] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1916] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1922] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1963] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1969] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2010] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2016] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2057] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2063] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2151] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2157] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2225] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2227] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2237] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2239] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2241] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2243] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2261] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2265] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2267] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2269] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2304] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2307] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2316] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2319] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2322] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2325] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2352] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2358] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2361] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2364] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[236] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[238] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[254] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[257] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractStringValueImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractStringValueImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[88] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[94] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[133] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[139] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[463] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[469] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[510] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[516] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[943] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[949] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[990] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[996] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1037] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1043] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1084] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1090] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1131] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1137] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1211] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1219] return isMerged(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1274] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1288] setMerged((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeployableElementImpl.java:[87] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeployableElementImpl.java:[93] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[200] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[206] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[247] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[253] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[212] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[218] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[259] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[265] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InstanceRoleImpl.java:[106] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InstanceRoleImpl.java:[112] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[339] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[345] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[398] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[404] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[462] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[468] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[509] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[515] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[556] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[562] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[422] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[428] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[481] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[487] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[527] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[533] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1120] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1126] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1190] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1192] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1194] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1196] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1218] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1220] return isIsPrimitive(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1248] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1251] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1254] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1257] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1292] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1295] setIsPrimitive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[165] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[171] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[212] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[218] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[277] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[283] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[324] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[330] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[407] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[413] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[101] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[107] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[160] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[166] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[375] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[381] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[422] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[428] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[790] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[796] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[958] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[960] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[1004] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[1007] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeploymentTargetImpl.java:[84] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeploymentTargetImpl.java:[90] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[290] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[296] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[337] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[343] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[395] return isIsPrimitive(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[422] setIsPrimitive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImplementationImpl.java:[115] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImplementationImpl.java:[121] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[124] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[130] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[233] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[239] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/LiteralBooleanValueImpl.java:[121] return isValue(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/LiteralBooleanValueImpl.java:[135] setValue((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtensionPointImpl.java:[216] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtensionPointImpl.java:[222] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[215] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[221] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[262] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[268] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ConstraintImpl.java:[230] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ConstraintImpl.java:[236] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[487] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[493] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[534] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[540] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[902] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[908] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[967] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[973] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1014] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1020] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1079] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1085] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1166] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1172] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1209] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1215] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1252] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1258] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1295] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1301] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1456] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1462] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1503] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1509] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1550] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1556] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1597] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1603] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1667] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1673] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1675] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1710] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1751] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1754] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1757] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1804] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/IntegerPropertyValueImpl.java:[121] return getValue(); ^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/IntegerPropertyValueImpl.java:[135] setValue((Integer)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractComplexValueImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractComplexValueImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[358] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[364] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[405] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[411] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[773] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[779] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[855] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[857] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[897] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[900] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[152] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[158] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[199] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[205] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[264] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[270] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[395] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[401] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[442] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[448] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[810] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[816] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[875] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[881] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[922] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[928] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[987] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[993] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1053] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1055] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1103] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1106] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentRealizationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentRealizationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentRealizationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentRealizationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocatorImpl.java:[125] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocatorImpl.java:[131] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[319] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[325] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[378] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[384] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[437] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[443] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[483] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[489] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[530] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[536] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[933] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[939] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1000] return isIsControlType(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1014] return isIsControl(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1036] setIsControlType((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1055] setIsControl((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ServiceImpl.java:[196] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ServiceImpl.java:[202] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[348] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[354] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[395] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[401] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[763] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[769] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[810] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[816] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[872] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[874] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[914] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[917] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[298] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[304] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[345] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[351] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/UnionImpl.java:[283] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/UnionImpl.java:[289] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[350] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[356] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[397] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[403] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[765] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[771] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[825] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[831] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[886] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[888] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[929] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[932] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacommon/provider/CapabilityRealizationInvolvedElementItemProvider.java:[589] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/KeyValueItemProvider.java:[561] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/NamingRuleItemProvider.java:[567] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractPhysicalArtifactItemProvider.java:[529] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/oa/provider/ConceptComplianceItemProvider.java:[208] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/TypeDeploymentLinkItemProvider.java:[102] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/PhysicalLinkEndItemProvider.java:[207] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/interaction/provider/AbstractCapabilityIncludeItemProvider.java:[203] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/interaction/provider/SequenceMessageValuationItemProvider.java:[603] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/communication/provider/MessageReferenceItemProvider.java:[163] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ExchangeContainmentItemProvider.java:[208] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/RelationshipItemProvider.java:[500] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/RequiredInterfaceLinkItemProvider.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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ControlNodeItemProvider.java:[518] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/AbstractFunctionalChainContainerItemProvider.java:[504] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ComponentExchangeEndItemProvider.java:[600] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/ctx/provider/SystemCommunicationItemProvider.java:[138] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractDeploymentLinkItemProvider.java:[197] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/provider/MultiplicityElementItemProvider.java:[623] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/provider/KeyPartItemProvider.java:[163] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ComponentPortAllocationEndItemProvider.java:[647] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/SequenceLinkItemProvider.java:[733] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/interaction/provider/AbstractCapabilityExtendItemProvider.java:[246] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/ProvidedInterfaceLinkItemProvider.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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/datavalue/provider/ValuePartItemProvider.java:[554] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractPhysicalLinkEndItemProvider.java:[529] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/ReuseLinkItemProvider.java:[207] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/communication/provider/CommunicationLinkItemProvider.java:[646] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/InstanceDeploymentLinkItemProvider.java:[102] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/PartDeploymentLinkItemProvider.java:[102] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractPathInvolvedElementItemProvider.java:[529] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/ConnectionInstanceItemProvider.java:[192] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/PortInstanceItemProvider.java:[237] 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_validation_scope/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/AbstractPhysicalInstanceItemProvider.java:[501] 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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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 45 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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 139 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.common.ui >------------- [INFO] Building org.polarsys.capella.common.ui 1.4.0-SNAPSHOT [38/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [39/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [40/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [41/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.202003191356 [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_validation_scope/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 171 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [42/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.202003191356 [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_validation_scope/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 57 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [43/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [44/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [45/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [46/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [47/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [48/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [49/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [50/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [51/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [52/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.re.ui >----------- [INFO] Building org.polarsys.capella.common.re.ui 1.4.0-SNAPSHOT [53/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.202003191356 [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_validation_scope/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 48 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [54/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [55/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [56/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.common.ui.resources >-------- [INFO] Building org.polarsys.capella.common.ui.resources 1.4.0-SNAPSHOT [57/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.af.integration >-------- [INFO] Building org.polarsys.capella.core.af.integration 1.4.0-SNAPSHOT [58/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.libraries >---------- [INFO] Building org.polarsys.capella.core.libraries 1.4.0-SNAPSHOT [59/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [60/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.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.202003191356 [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_validation_scope/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 11 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.transition.system >------ [INFO] Building org.polarsys.capella.core.transition.system 1.4.0-SNAPSHOT [62/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.202003191356 [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_validation_scope/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 137 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.validation >---------- [INFO] Building org.polarsys.capella.core.validation 1.4.0-SNAPSHOT [63/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.202003191356 [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_validation_scope/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 23 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [64/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.ui.resources >--------- [INFO] Building org.polarsys.capella.core.ui.resources 1.4.0-SNAPSHOT [65/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [66/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.platform.eclipse.ui.trace >-- [INFO] Building org.polarsys.capella.core.platform.eclipse.ui.trace 1.4.0-SNAPSHOT [67/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [68/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [69/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.202003191356 [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_validation_scope/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 69 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [70/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [71/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [72/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [73/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.202003191356 [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_validation_scope/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 14 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [74/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [75/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [76/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.202003191356 [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_validation_scope/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 35 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [77/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.gen.edit.decorators >--- [INFO] Building org.polarsys.capella.core.data.gen.edit.decorators 1.4.0-SNAPSHOT [78/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.data.information.properties >-- [INFO] Building org.polarsys.capella.core.data.information.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.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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [80/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [81/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [82/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [83/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.platform.sirius.clipboard >-- [INFO] Building org.polarsys.capella.core.platform.sirius.clipboard 1.4.0-SNAPSHOT [84/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.core.sirius.analysis >------- [INFO] Building org.polarsys.capella.core.sirius.analysis 1.4.0-SNAPSHOT [85/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.202003191356 [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_validation_scope/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 208 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [86/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [87/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [88/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [89/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [90/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [91/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.ui.massactions.core/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [92/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_validation_scope/common/plugins/org.polarsys.capella.common.ui.massactions/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.doc.plugins >------------ [INFO] Building org.polarsys.capella.doc.plugins 1.4.0-SNAPSHOT [93/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.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.202003191356 [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_validation_scope/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_validation_scope/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 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.commandline.doc >---------- [INFO] Building org.polarsys.capella.commandline.doc 1.4.0-SNAPSHOT [98/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.core.model.semantic >-------- [INFO] Building org.polarsys.capella.core.model.semantic 1.4.0-SNAPSHOT [99/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [100/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.202003191356 [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_validation_scope/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 409 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [101/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [102/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [103/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [104/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [105/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [106/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [107/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [108/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [109/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [110/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [111/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [112/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [113/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [114/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [115/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [116/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [117/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [118/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [119/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [120/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [121/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [122/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.202003191356 [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_validation_scope/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 17 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [123/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.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.202003191356 [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_validation_scope/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 111 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.ui >-------- [INFO] Building org.polarsys.capella.core.validation.ui 1.4.0-SNAPSHOT [148/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.202003191356 [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_validation_scope/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 12 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.commandline >---- [INFO] Building org.polarsys.capella.core.validation.commandline 1.4.0-SNAPSHOT [149/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [150/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [151/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.data.core.ui.quickfix >---- [INFO] Building org.polarsys.capella.core.data.core.ui.quickfix 1.4.0-SNAPSHOT [156/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.202003191356 [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_validation_scope/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 11 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [157/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [158/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.202003191356 [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_validation_scope/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 26 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [159/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [160/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [161/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [162/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [163/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [164/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [165/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [166/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [167/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [168/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [169/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [170/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [171/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [172/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [173/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.202003191356 [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_validation_scope/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 77 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [174/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [175/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [176/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [177/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [178/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.202003191356 [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_validation_scope/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 23 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [179/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.202003191356 [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_validation_scope/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 112 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [180/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [181/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [182/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [183/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [184/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [185/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [186/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [187/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.202003191356 [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_validation_scope/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 8 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 [188/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.libraries.ui >--------- [INFO] Building org.polarsys.capella.core.libraries.ui 1.4.0-SNAPSHOT [189/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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 --- [WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/core/plugins/org.polarsys.capella.core.compare/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_validation_scope/core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/CapellaScope.java:[157] 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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_validation_scope/doc/plugins/org.polarsys.capella.git.doc/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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 18 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356. Operation completed in 26041 ms. [INFO] Installing product org.polarsys.capella.rcp.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/capella-product_validation_scope/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.202003191356. Operation completed in 28169 ms. [INFO] Installing product org.polarsys.capella.rcp.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/capella-product_validation_scope/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.202003191356. Operation completed in 29438 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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202003191356-linux-gtk-x86_64.zip [zip] Building zip: /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202003191356-macosx-cocoa-x86_64.zip [move] Moving 1 file to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202003191356-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_validation_scope/releng/plugins/org.polarsys.capella.rcp.product/target/org.polarsys.capella.rcp.product.site-1.4.0.202003191356.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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/releng/plugins/org.polarsys.capella.rcp.site/target/org.polarsys.capella.rcp.site-1.4.0.202003191356.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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/releng/plugins/org.polarsys.capella.egf.site/target/org.polarsys.capella.egf.site-1.4.0.202003191356.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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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 132 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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 378 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.doc.ju/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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 20 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.platform.ju/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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 148 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.fragmentation/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.massactions.ju/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.navigator.ju/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.0.0-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.0.0.202003191356 [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_validation_scope/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 18 source files to /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.0.0-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_validation_scope/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.0.0-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_validation_scope/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.0.0-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_validation_scope/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.0.0-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_validation_scope/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.0.0-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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.2.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.2.1.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.2.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_validation_scope/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.2.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_validation_scope/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.2.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_validation_scope/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.2.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.2.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_validation_scope/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.2.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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.0.0-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.0.0.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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 --- [WARNING] bundle localization file /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.table/plugin.properties not found [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.0.0-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_validation_scope/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.0.0-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_validation_scope/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.0.0-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_validation_scope/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.0.0-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_validation_scope/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.0.0-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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.0-SNAPSHOT-sources.jar [WARNING] [Thu Mar 19 14:21:17 UTC 2020] HTTP request failed. HTTP Error 500 (reason: Server Error) HTTP Error 500 Problem accessing '/jar-signing-service' Reason: Server Error Caused by: java.io.IOException: The '/usr/java/jdk1.8.0_51/bin/jarsigner' command exited with value '1' '/usr/java/jdk1.8.0_51/bin/jarsigner' output: jarsigner: unable to sign jar: java.io.IOException: Server returned HTTP response code: 502 for URL: http://sha256timestamp.ws.symantec.com/sha256/timestamp at org.eclipse.cbi.webservice.signing.jar.JarSigner.signJar(JarSigner.java:231) at org.eclipse.cbi.webservice.signing.jar.SigningServlet.doSign(SigningServlet.java:66) at org.eclipse.cbi.webservice.signing.jar.SigningServlet.doPost(SigningServlet.java:54) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:860) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ...... For complete output, see '/home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.0-SNAPSHOT-sources.jar-2198067294686590165-RemoteJarSigner.log' [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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_validation_scope/tests/plugins/org.polarsys.capella.test.run/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/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_validation_scope/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.202003191356 [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_validation_scope/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_validation_scope/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_validation_scope/releng/plugins/org.polarsys.capella.test.site/target/org.polarsys.capella.test.site-1.4.0.202003191356.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Capella 1.4.0-SNAPSHOT ............................. SUCCESS [ 8.144 s] [INFO] org.polarsys.capella.samples 1.4.0-SNAPSHOT ........ SUCCESS [ 1.489 s] [INFO] org.polarsys.capella.common.mdsofa.common 1.4.0-SNAPSHOT SUCCESS [ 8.564 s] [INFO] org.polarsys.capella.common.plugins 1.4.0-SNAPSHOT . SUCCESS [ 0.005 s] [INFO] org.polarsys.capella.common 1.4.0-SNAPSHOT ......... SUCCESS [ 2.875 s] [INFO] org.polarsys.capella.common.ef 1.4.0-SNAPSHOT ...... SUCCESS [ 2.846 s] [INFO] org.polarsys.capella.common.platform.sirius.ted 1.4.0-SNAPSHOT SUCCESS [ 2.724 s] [INFO] org.polarsys.capella.common.helpers 1.4.0-SNAPSHOT . SUCCESS [ 2.394 s] [INFO] org.polarsys.capella.common.tools.report 1.4.0-SNAPSHOT SUCCESS [ 2.965 s] [INFO] org.polarsys.capella.common.model 1.4.0-SNAPSHOT ... SUCCESS [ 2.505 s] [INFO] org.polarsys.capella.common.model.helpers 1.4.0-SNAPSHOT SUCCESS [ 2.517 s] [INFO] org.polarsys.capella.common.data.core.gen 1.4.0-SNAPSHOT SUCCESS [ 2.766 s] [INFO] org.polarsys.capella.common.data.behavior.gen 1.4.0-SNAPSHOT SUCCESS [ 2.714 s] [INFO] org.polarsys.capella.common.data.activity.gen 1.4.0-SNAPSHOT SUCCESS [ 3.543 s] [INFO] org.polarsys.capella.common.data.core.gen.edit 1.4.0-SNAPSHOT SUCCESS [ 3.713 s] [INFO] org.polarsys.capella.common.data.behavior.gen.edit 1.4.0-SNAPSHOT SUCCESS [ 2.681 s] [INFO] org.polarsys.capella.common.data.activity.gen.edit 1.4.0-SNAPSHOT SUCCESS [ 2.933 s] [INFO] org.polarsys.capella.common.data.helpers 1.4.0-SNAPSHOT SUCCESS [ 2.679 s] [INFO] org.polarsys.capella.shared.id.handler 1.4.0-SNAPSHOT SUCCESS [ 2.812 s] [INFO] org.polarsys.capella.common.queries 1.4.0-SNAPSHOT . SUCCESS [ 2.893 s] [INFO] org.polarsys.capella.common.menu.dynamic 1.4.0-SNAPSHOT SUCCESS [ 2.776 s] [INFO] org.polarsys.capella.common.re.gen 1.4.0-SNAPSHOT .. SUCCESS [ 2.807 s] [INFO] org.polarsys.capella.common.re.gen.edit 1.4.0-SNAPSHOT SUCCESS [ 2.661 s] [INFO] org.polarsys.capella.common.libraries.gen 1.4.0-SNAPSHOT SUCCESS [ 2.856 s] [INFO] org.polarsys.capella.common.libraries.gen.edit 1.4.0-SNAPSHOT SUCCESS [ 3.781 s] [INFO] org.polarsys.capella.common.id.handler 1.4.0-SNAPSHOT SUCCESS [ 2.692 s] [INFO] org.polarsys.capella.common.libraries 1.4.0-SNAPSHOT SUCCESS [ 2.515 s] [INFO] org.polarsys.capella.common.flexibility.properties 1.4.0-SNAPSHOT SUCCESS [ 2.850 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 [ 13.119 s] [INFO] org.polarsys.capella.core.data.gen.edit 1.4.0-SNAPSHOT SUCCESS [ 5.955 s] [INFO] org.polarsys.capella.core.model.handler 1.4.0-SNAPSHOT SUCCESS [ 3.190 s] [INFO] org.polarsys.capella.core.preferences 1.4.0-SNAPSHOT SUCCESS [ 3.137 s] [INFO] org.polarsys.capella.common.tools.report.appenders.usage 1.4.0-SNAPSHOT SUCCESS [ 2.585 s] [INFO] org.polarsys.capella.common.transition 1.4.0-SNAPSHOT SUCCESS [ 3.267 s] [INFO] org.polarsys.capella.common.re 1.4.0-SNAPSHOT ...... SUCCESS [ 5.028 s] [INFO] org.polarsys.capella.common.feature 1.4.0-SNAPSHOT . SUCCESS [ 2.423 s] [INFO] org.polarsys.capella.common.ui 1.4.0-SNAPSHOT ...... SUCCESS [ 3.058 s] [INFO] org.polarsys.capella.core.data.helpers 1.4.0-SNAPSHOT SUCCESS [ 3.708 s] [INFO] org.polarsys.capella.core.model.preferences 1.4.0-SNAPSHOT SUCCESS [ 2.694 s] [INFO] org.polarsys.capella.core.model.helpers 1.4.0-SNAPSHOT SUCCESS [ 3.985 s] [INFO] org.polarsys.capella.common.flexibility.wizards 1.4.0-SNAPSHOT SUCCESS [ 3.197 s] [INFO] org.polarsys.capella.common.linkedtext.ui 1.4.0-SNAPSHOT SUCCESS [ 2.612 s] [INFO] org.polarsys.capella.common.tools.report.appenders.console 1.4.0-SNAPSHOT SUCCESS [ 2.416 s] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.console 1.4.0-SNAPSHOT SUCCESS [ 2.414 s] [INFO] org.polarsys.capella.common.tools.report.ui 1.4.0-SNAPSHOT SUCCESS [ 2.477 s] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.ui 1.4.0-SNAPSHOT SUCCESS [ 2.419 s] [INFO] org.polarsys.capella.common.platform.sirius.customization 1.4.0-SNAPSHOT SUCCESS [ 2.418 s] [INFO] org.polarsys.capella.core.transition.common.ui 1.4.0-SNAPSHOT SUCCESS [ 2.650 s] [INFO] org.polarsys.capella.common.ui.services 1.4.0-SNAPSHOT SUCCESS [ 2.465 s] [INFO] org.polarsys.capella.common.ui.toolkit 1.4.0-SNAPSHOT SUCCESS [ 3.657 s] [INFO] org.polarsys.capella.common.ui.toolkit.browser 1.4.0-SNAPSHOT SUCCESS [ 2.648 s] [INFO] org.polarsys.capella.common.re.ui 1.4.0-SNAPSHOT ... SUCCESS [ 2.985 s] [INFO] org.polarsys.capella.common.tools.report.appenders.file 1.4.0-SNAPSHOT SUCCESS [ 2.433 s] [INFO] org.polarsys.capella.common.tools.report.appenders.reportlogview 1.4.0-SNAPSHOT SUCCESS [ 2.893 s] [INFO] org.polarsys.capella.common.tools.report.appenders.usage.ui 1.4.0-SNAPSHOT SUCCESS [ 2.456 s] [INFO] org.polarsys.capella.common.ui.resources 1.4.0-SNAPSHOT SUCCESS [ 2.875 s] [INFO] org.polarsys.capella.core.af.integration 1.4.0-SNAPSHOT SUCCESS [ 3.078 s] [INFO] org.polarsys.capella.core.libraries 1.4.0-SNAPSHOT . SUCCESS [ 2.839 s] [INFO] org.polarsys.capella.core.data.business.queries 1.4.0-SNAPSHOT SUCCESS [ 7.111 s] [INFO] org.polarsys.capella.core.diagram.helpers 1.4.0-SNAPSHOT SUCCESS [ 2.681 s] [INFO] org.polarsys.capella.core.transition.system 1.4.0-SNAPSHOT SUCCESS [ 3.454 s] [INFO] org.polarsys.capella.core.validation 1.4.0-SNAPSHOT SUCCESS [ 2.954 s] [INFO] org.polarsys.capella.core.linkedtext.ui 1.4.0-SNAPSHOT SUCCESS [ 2.569 s] [INFO] org.polarsys.capella.core.ui.resources 1.4.0-SNAPSHOT SUCCESS [ 3.142 s] [INFO] org.polarsys.capella.core.ui.toolkit 1.4.0-SNAPSHOT SUCCESS [ 3.039 s] [INFO] org.polarsys.capella.core.platform.eclipse.ui.trace 1.4.0-SNAPSHOT SUCCESS [ 7.905 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.menu 1.4.0-SNAPSHOT SUCCESS [ 4.112 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.actions 1.4.0-SNAPSHOT SUCCESS [ 6.647 s] [INFO] org.polarsys.capella.core.ui.properties 1.4.0-SNAPSHOT SUCCESS [ 3.493 s] [INFO] org.polarsys.capella.common.ui.menu.dynamic 1.4.0-SNAPSHOT SUCCESS [ 2.965 s] [INFO] org.polarsys.capella.core.application 1.4.0-SNAPSHOT SUCCESS [ 2.578 s] [INFO] org.polarsys.capella.core.commandline.core 1.4.0-SNAPSHOT SUCCESS [ 3.443 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.perspective 1.4.0-SNAPSHOT SUCCESS [ 2.692 s] [INFO] org.polarsys.capella.core.commandline.core.ui 1.4.0-SNAPSHOT SUCCESS [ 2.575 s] [INFO] org.polarsys.capella.core.data.core.properties 1.4.0-SNAPSHOT SUCCESS [ 2.593 s] [INFO] org.polarsys.capella.core.data.common.properties 1.4.0-SNAPSHOT SUCCESS [ 2.552 s] [INFO] org.polarsys.capella.core.data.gen.edit.decorators 1.4.0-SNAPSHOT SUCCESS [ 7.607 s] [INFO] org.polarsys.capella.core.data.information.properties 1.4.0-SNAPSHOT SUCCESS [ 3.953 s] [INFO] org.polarsys.capella.core.data.interaction.properties 1.4.0-SNAPSHOT SUCCESS [ 12.067 s] [INFO] org.polarsys.capella.core.model.skeleton 1.4.0-SNAPSHOT SUCCESS [ 8.396 s] [INFO] org.polarsys.capella.core.services 1.4.0-SNAPSHOT .. SUCCESS [ 11.194 s] [INFO] org.polarsys.capella.core.platform.sirius.adapter 1.4.0-SNAPSHOT SUCCESS [ 2.500 s] [INFO] org.polarsys.capella.core.platform.sirius.clipboard 1.4.0-SNAPSHOT SUCCESS [ 2.911 s] [INFO] org.polarsys.capella.core.sirius.analysis 1.4.0-SNAPSHOT SUCCESS [ 6.966 s] [INFO] org.polarsys.capella.core.sirius.ui 1.4.0-SNAPSHOT . SUCCESS [ 8.403 s] [INFO] org.polarsys.capella.core.preferences.project.configuration 1.4.0-SNAPSHOT SUCCESS [ 6.100 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.project 1.4.0-SNAPSHOT SUCCESS [ 7.935 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.navigator 1.4.0-SNAPSHOT SUCCESS [ 5.144 s] [INFO] org.polarsys.capella.core.ui.semantic.browser 1.4.0-SNAPSHOT SUCCESS [ 3.047 s] [INFO] org.polarsys.capella.common.ui.massactions.core 1.4.0-SNAPSHOT SUCCESS [ 2.710 s] [INFO] org.polarsys.capella.common.ui.massactions 1.4.0-SNAPSHOT SUCCESS [ 2.577 s] [INFO] org.polarsys.capella.doc.plugins 1.4.0-SNAPSHOT .... SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.common.ui.massactions.doc 1.4.0-SNAPSHOT SUCCESS [ 2.430 s] [INFO] org.polarsys.capella.common.ui.massactions.feature 1.4.0-SNAPSHOT SUCCESS [ 2.698 s] [INFO] org.polarsys.capella.common.ui.feature 1.4.0-SNAPSHOT SUCCESS [ 2.750 s] [INFO] org.polarsys.capella.core.features 1.4.0-SNAPSHOT .. SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.commandline.doc 1.4.0-SNAPSHOT SUCCESS [ 2.328 s] [INFO] org.polarsys.capella.core.model.semantic 1.4.0-SNAPSHOT SUCCESS [ 2.405 s] [INFO] org.polarsys.capella.core.semantic.queries 1.4.0-SNAPSHOT SUCCESS [ 5.465 s] [INFO] org.polarsys.capella.core.common.feature 1.4.0-SNAPSHOT SUCCESS [ 2.285 s] [INFO] org.polarsys.capella.core.af.integration.ui 1.4.0-SNAPSHOT SUCCESS [ 2.771 s] [INFO] org.polarsys.capella.core.data.res.edit 1.4.0-SNAPSHOT SUCCESS [ 2.666 s] [INFO] org.polarsys.capella.core.data.gen.editor 1.4.0-SNAPSHOT SUCCESS [ 5.473 s] [INFO] org.polarsys.capella.core.data.res.editor 1.4.0-SNAPSHOT SUCCESS [ 1.234 s] [INFO] org.polarsys.capella.core.common.ui.feature 1.4.0-SNAPSHOT SUCCESS [ 2.779 s] [INFO] org.polarsys.capella.core.data.information.communication.properties 1.4.0-SNAPSHOT SUCCESS [ 2.573 s] [INFO] org.polarsys.capella.core.data.fa.properties 1.4.0-SNAPSHOT SUCCESS [ 2.937 s] [INFO] org.polarsys.capella.core.data.cs.properties 1.4.0-SNAPSHOT SUCCESS [ 3.159 s] [INFO] org.polarsys.capella.core.data.ctx.properties 1.4.0-SNAPSHOT SUCCESS [ 5.046 s] [INFO] org.polarsys.capella.core.data.epbs.properties 1.4.0-SNAPSHOT SUCCESS [ 2.641 s] [INFO] org.polarsys.capella.core.data.information.datatype.properties 1.4.0-SNAPSHOT SUCCESS [ 2.932 s] [INFO] org.polarsys.capella.core.data.information.datavalue.properties 1.4.0-SNAPSHOT SUCCESS [ 3.108 s] [INFO] org.polarsys.capella.core.data.la.properties 1.4.0-SNAPSHOT SUCCESS [ 2.586 s] [INFO] org.polarsys.capella.core.data.modeller.properties 1.4.0-SNAPSHOT SUCCESS [ 2.840 s] [INFO] org.polarsys.capella.core.data.oa.properties 1.4.0-SNAPSHOT SUCCESS [ 2.965 s] [INFO] org.polarsys.capella.core.data.pa.deployment.properties 1.4.0-SNAPSHOT SUCCESS [ 2.828 s] [INFO] org.polarsys.capella.core.data.pa.properties 1.4.0-SNAPSHOT SUCCESS [ 2.642 s] [INFO] org.polarsys.capella.core.data.requirement.properties 1.4.0-SNAPSHOT SUCCESS [ 2.568 s] [INFO] org.polarsys.capella.core.data.sharedmodel.properties 1.4.0-SNAPSHOT SUCCESS [ 4.044 s] [INFO] org.polarsys.capella.core.properties.feature 1.4.0-SNAPSHOT SUCCESS [ 3.272 s] [INFO] org.polarsys.capella.core.data.common.validation 1.4.0-SNAPSHOT SUCCESS [ 2.666 s] [INFO] org.polarsys.capella.core.data.core.validation 1.4.0-SNAPSHOT SUCCESS [ 2.836 s] [INFO] org.polarsys.capella.core.transition.system.topdown 1.4.0-SNAPSHOT SUCCESS [ 3.262 s] [INFO] org.polarsys.capella.core.data.cs.validation 1.4.0-SNAPSHOT SUCCESS [ 2.830 s] [INFO] org.polarsys.capella.core.data.ctx.validation 1.4.0-SNAPSHOT SUCCESS [ 2.633 s] [INFO] org.polarsys.capella.core.data.epbs.validation 1.4.0-SNAPSHOT SUCCESS [ 2.536 s] [INFO] org.polarsys.capella.core.data.fa.validation 1.4.0-SNAPSHOT SUCCESS [ 3.304 s] [INFO] org.polarsys.capella.core.data.information.communication.validation 1.4.0-SNAPSHOT SUCCESS [ 2.737 s] [INFO] org.polarsys.capella.core.data.information.datatype.validation 1.4.0-SNAPSHOT SUCCESS [ 5.156 s] [INFO] org.polarsys.capella.core.data.information.validation 1.4.0-SNAPSHOT SUCCESS [ 2.902 s] [INFO] org.polarsys.capella.core.data.interaction.validation 1.4.0-SNAPSHOT SUCCESS [ 4.133 s] [INFO] org.polarsys.capella.core.data.la.validation 1.4.0-SNAPSHOT SUCCESS [ 2.989 s] [INFO] org.polarsys.capella.core.menu.dynamic 1.4.0-SNAPSHOT SUCCESS [ 2.427 s] [INFO] org.polarsys.capella.core.data.menu.contributions 1.4.0-SNAPSHOT SUCCESS [ 2.958 s] [INFO] org.polarsys.capella.core.data.oa.validation 1.4.0-SNAPSHOT SUCCESS [ 2.670 s] [INFO] org.polarsys.capella.core.data.pa.deployment.validation 1.4.0-SNAPSHOT SUCCESS [ 2.328 s] [INFO] org.polarsys.capella.core.data.pa.validation 1.4.0-SNAPSHOT SUCCESS [ 2.426 s] [INFO] org.polarsys.capella.core.data.selection.queries 1.4.0-SNAPSHOT SUCCESS [ 2.822 s] [INFO] org.polarsys.capella.core.model.obfuscator 1.4.0-SNAPSHOT SUCCESS [ 4.055 s] [INFO] org.polarsys.capella.core.validation.ui.ide 1.4.0-SNAPSHOT SUCCESS [ 2.715 s] [INFO] org.polarsys.capella.core.platform.sirius.sirius.validation 1.4.0-SNAPSHOT SUCCESS [ 2.741 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.services 1.4.0-SNAPSHOT SUCCESS [ 2.655 s] [INFO] org.polarsys.capella.core.re.validation 1.4.0-SNAPSHOT SUCCESS [ 2.448 s] [INFO] org.polarsys.capella.core.ui.metric 1.4.0-SNAPSHOT . SUCCESS [ 2.797 s] [INFO] org.polarsys.capella.ui.views 1.4.0-SNAPSHOT ....... SUCCESS [ 1.437 s] [INFO] org.polarsys.capella.core.ui.reportlog 1.4.0-SNAPSHOT SUCCESS [ 2.452 s] [INFO] org.polarsys.capella.core.validation.ui 1.4.0-SNAPSHOT SUCCESS [ 2.862 s] [INFO] org.polarsys.capella.core.validation.commandline 1.4.0-SNAPSHOT SUCCESS [ 2.807 s] [INFO] org.polarsys.capella.core.ui.intro 1.4.0-SNAPSHOT .. SUCCESS [ 2.463 s] [INFO] org.polarsys.capella.core.ui.feature 1.4.0-SNAPSHOT SUCCESS [ 2.488 s] [INFO] org.polarsys.capella.core.validation.feature 1.4.0-SNAPSHOT SUCCESS [ 2.817 s] [INFO] org.polarsys.capella.core.ui.semantic.browser.sirius 1.4.0-SNAPSHOT SUCCESS [ 3.216 s] [INFO] org.polarsys.capella.core.ui.semantic.browser.feature 1.4.0-SNAPSHOT SUCCESS [ 2.384 s] [INFO] org.polarsys.capella.core.data.common.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.512 s] [INFO] org.polarsys.capella.core.data.core.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.679 s] [INFO] org.polarsys.capella.core.tiger 1.4.0-SNAPSHOT ..... SUCCESS [ 2.512 s] [INFO] org.polarsys.capella.core.data.cs.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.683 s] [INFO] org.polarsys.capella.core.data.ctx.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.852 s] [INFO] org.polarsys.capella.core.data.epbs.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.473 s] [INFO] org.polarsys.capella.core.data.fa.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 3.147 s] [INFO] org.polarsys.capella.core.data.information.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.605 s] [INFO] org.polarsys.capella.core.data.interaction.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 3.173 s] [INFO] org.polarsys.capella.core.data.la.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.833 s] [INFO] org.polarsys.capella.core.data.pa.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.487 s] [INFO] org.polarsys.capella.core.re 1.4.0-SNAPSHOT ........ SUCCESS [ 3.043 s] [INFO] org.polarsys.capella.core.re.ui 1.4.0-SNAPSHOT ..... SUCCESS [ 3.082 s] [INFO] org.polarsys.capella.core.re.ui.quickfix 1.4.0-SNAPSHOT SUCCESS [ 2.690 s] [INFO] org.polarsys.capella.core.ui.quickfix.feature 1.4.0-SNAPSHOT SUCCESS [ 2.620 s] [INFO] org.polarsys.capella.core.projection.common 1.4.0-SNAPSHOT SUCCESS [ 3.203 s] [INFO] org.polarsys.capella.core.projection.exchanges 1.4.0-SNAPSHOT SUCCESS [ 3.052 s] [INFO] org.polarsys.capella.core.projection.interfaces 1.4.0-SNAPSHOT SUCCESS [ 2.724 s] [INFO] org.polarsys.capella.core.projection.scenario 1.4.0-SNAPSHOT SUCCESS [ 3.423 s] [INFO] org.polarsys.capella.core.transition.diagram 1.4.0-SNAPSHOT SUCCESS [ 2.773 s] [INFO] org.polarsys.capella.core.transfo.feature 1.4.0-SNAPSHOT SUCCESS [ 2.675 s] [INFO] org.polarsys.capella.core.flexibility.wizards 1.4.0-SNAPSHOT SUCCESS [ 2.487 s] [INFO] org.polarsys.capella.core.transition.system.ui 1.4.0-SNAPSHOT SUCCESS [ 2.950 s] [INFO] org.polarsys.capella.core.transition.system.topdown.ui 1.4.0-SNAPSHOT SUCCESS [ 2.747 s] [INFO] org.polarsys.capella.core.explorer.activity.ui 1.4.0-SNAPSHOT SUCCESS [ 3.848 s] [INFO] org.polarsys.capella.core.dashboard.feature 1.4.0-SNAPSHOT SUCCESS [ 2.626 s] [INFO] org.polarsys.capella.core.transition.common.feature 1.4.0-SNAPSHOT SUCCESS [ 2.542 s] [INFO] org.polarsys.capella.core.transition.system.topdown.feature 1.4.0-SNAPSHOT SUCCESS [ 3.133 s] [INFO] org.polarsys.capella.core.data.fa.ui.wizards 1.4.0-SNAPSHOT SUCCESS [ 3.096 s] [INFO] org.polarsys.capella.core.data.la.ui.wizards 1.4.0-SNAPSHOT SUCCESS [ 2.632 s] [INFO] org.polarsys.capella.core.model.links.helpers 1.4.0-SNAPSHOT SUCCESS [ 2.701 s] [INFO] org.polarsys.capella.core.ui.fastlinker 1.4.0-SNAPSHOT SUCCESS [ 2.820 s] [INFO] org.polarsys.capella.core.ui.search 1.4.0-SNAPSHOT . SUCCESS [ 2.733 s] [INFO] org.polarsys.capella.core.ui.wizards.feature 1.4.0-SNAPSHOT SUCCESS [ 2.826 s] [INFO] org.polarsys.capella.core.libraries.ui 1.4.0-SNAPSHOT SUCCESS [ 3.009 s] [INFO] org.polarsys.capella.core.re.updateconnections.ui 1.4.0-SNAPSHOT SUCCESS [ 2.719 s] [INFO] org.polarsys.capella.core.re.project 1.4.0-SNAPSHOT SUCCESS [ 3.467 s] [INFO] org.polarsys.capella.core.re.feature 1.4.0-SNAPSHOT SUCCESS [ 2.664 s] [INFO] org.polarsys.capella.core.libraries.feature 1.4.0-SNAPSHOT SUCCESS [ 3.482 s] [INFO] org.polarsys.capella.core.data.migration 1.4.0-SNAPSHOT SUCCESS [ 3.409 s] [INFO] org.polarsys.capella.core.migration.feature 1.4.0-SNAPSHOT SUCCESS [ 2.508 s] [INFO] org.polarsys.capella.core.compare 1.4.0-SNAPSHOT ... SUCCESS [ 2.720 s] [INFO] org.polarsys.capella.core.compare.feature 1.4.0-SNAPSHOT SUCCESS [ 2.721 s] [INFO] org.polarsys.capella.detachment.propertyvalue 1.4.0-SNAPSHOT SUCCESS [ 3.025 s] [INFO] org.polarsys.capella.detachment.version.precondition 1.4.0-SNAPSHOT SUCCESS [ 2.375 s] [INFO] org.polarsys.capella.detachment.feature 1.4.0-SNAPSHOT SUCCESS [ 2.950 s] [INFO] org.polarsys.capella.core.re.updateconnections.doc 1.4.0-SNAPSHOT SUCCESS [ 2.410 s] [INFO] org.polarsys.capella.developer.doc 1.4.0-SNAPSHOT .. SUCCESS [ 2.565 s] [INFO] org.polarsys.capella.diagrams.doc 1.4.0-SNAPSHOT ... SUCCESS [ 4.560 s] [INFO] org.polarsys.capella.diffmerge.doc 1.4.0-SNAPSHOT .. SUCCESS [ 2.254 s] [INFO] org.polarsys.capella.doc 1.4.0-SNAPSHOT ............ SUCCESS [ 3.026 s] [INFO] org.polarsys.capella.viewpoint.doc 1.4.0-SNAPSHOT .. SUCCESS [ 2.156 s] [INFO] org.polarsys.capella.preferences.doc 1.4.0-SNAPSHOT SUCCESS [ 2.539 s] [INFO] org.polarsys.capella.properties.doc 1.4.0-SNAPSHOT . SUCCESS [ 2.349 s] [INFO] org.polarsys.capella.re.doc 1.4.0-SNAPSHOT ......... SUCCESS [ 3.577 s] [INFO] org.polarsys.capella.transitions.doc 1.4.0-SNAPSHOT SUCCESS [ 3.116 s] [INFO] org.polarsys.capella.ui.doc 1.4.0-SNAPSHOT ......... SUCCESS [ 8.585 s] [INFO] org.polarsys.capella.glossary.doc 1.4.0-SNAPSHOT ... SUCCESS [ 3.493 s] [INFO] org.polarsys.capella.validation.doc 1.4.0-SNAPSHOT . SUCCESS [ 2.475 s] [INFO] org.polarsys.capella.th.doc 1.4.0-SNAPSHOT ......... SUCCESS [ 7.092 s] [INFO] org.polarsys.capella.tipsandtricks.doc 1.4.0-SNAPSHOT SUCCESS [ 6.031 s] [INFO] org.polarsys.capella.git.doc 1.4.0-SNAPSHOT ........ SUCCESS [ 2.933 s] [INFO] org.polarsys.capella.doc.feature 1.4.0-SNAPSHOT .... SUCCESS [ 2.742 s] [INFO] org.polarsys.capella.core.projection.common.ui 1.4.0-SNAPSHOT SUCCESS [ 2.530 s] [INFO] org.polarsys.capella.core.transition.diagram.ui 1.4.0-SNAPSHOT SUCCESS [ 2.875 s] [INFO] org.polarsys.capella.core.ui.transfo.feature 1.4.0-SNAPSHOT SUCCESS [ 2.821 s] [INFO] org.polarsys.capella.core.git.feature 1.4.0-SNAPSHOT SUCCESS [ 2.358 s] [INFO] org.polarsys.capella.core.mylyn.feature 1.4.0-SNAPSHOT SUCCESS [ 2.301 s] [INFO] org.polarsys.capella.core.advance.feature 1.4.0-SNAPSHOT SUCCESS [ 3.507 s] [INFO] org.polarsys.capella.core.ui.properties.richtext 1.4.0-SNAPSHOT SUCCESS [ 2.748 s] [INFO] org.polarsys.capella.core.explorer.activity.ui.richtext 1.4.0-SNAPSHOT SUCCESS [ 2.583 s] [INFO] org.polarsys.capella.core.properties.richtext.feature 1.4.0-SNAPSHOT SUCCESS [ 2.777 s] [INFO] org.polarsys.capella.core.feature 1.4.0-SNAPSHOT ... SUCCESS [ 3.350 s] [INFO] org.polarsys.capella.core.model.detachement 1.4.0-SNAPSHOT SUCCESS [ 2.463 s] [INFO] org.polarsys.capella.core.ui.properties.descriptions 1.4.0-SNAPSHOT SUCCESS [ 2.675 s] [INFO] org.polarsys.capella.viatra.common.data.gen 1.4.0-SNAPSHOT SUCCESS [ 4.475 s] [INFO] org.polarsys.capella.viatra.common.re.gen 1.4.0-SNAPSHOT SUCCESS [ 2.282 s] [INFO] org.polarsys.capella.viatra.core.data.gen 1.4.0-SNAPSHOT SUCCESS [ 16.829 s] [INFO] org.polarsys.capella.viatra.core.feature 1.4.0-SNAPSHOT SUCCESS [ 2.630 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.003 s] [INFO] org.polarsys.capella.common.data.activity.gen.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.288 s] [INFO] org.polarsys.capella.common.data.behavior.gen.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.617 s] [INFO] org.polarsys.capella.common.data.core.gen.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.858 s] [INFO] org.polarsys.capella.common.libraries.gen.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.391 s] [INFO] org.polarsys.capella.common.re.gen.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.284 s] [INFO] org.polarsys.capella.core.data.gen.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.687 s] [INFO] org.polarsys.kitalpha.ad.metadata.model.cdo 1.4.0-SNAPSHOT SUCCESS [ 4.225 s] [INFO] org.polarsys.kitalpha.emde.model.cdo 1.4.0-SNAPSHOT SUCCESS [ 2.350 s] [INFO] org.polarsys.capella.cdo.mock.feature 1.4.0-SNAPSHOT SUCCESS [ 2.439 s] [INFO] org.polarsys.capella.rcp 1.4.0-SNAPSHOT ............ SUCCESS [ 2.395 s] [INFO] org.polarsys.capella.rcp.feature 1.4.0-SNAPSHOT .... SUCCESS [ 4.813 s] [INFO] org.polarsys.capella.rcp.product 1.4.0-SNAPSHOT .... SUCCESS [02:36 min] [INFO] org.polarsys.capella.rcp.site 1.4.0-SNAPSHOT ....... SUCCESS [ 17.352 s] [INFO] org.polarsys.capella.common.extension.migration.egf 1.4.0-SNAPSHOT SUCCESS [ 5.764 s] [INFO] org.polarsys.capella.common.tig.egf 1.4.0-SNAPSHOT . SUCCESS [ 2.711 s] [INFO] org.polarsys.capella.core.egf 1.4.0-SNAPSHOT ....... SUCCESS [ 4.627 s] [INFO] org.polarsys.capella.core.postgeneration.egf 1.4.0-SNAPSHOT SUCCESS [ 2.861 s] [INFO] org.polarsys.capella.core.releng 1.4.0-SNAPSHOT .... SUCCESS [ 2.676 s] [INFO] org.polarsys.capella.core.egf.feature 1.4.0-SNAPSHOT SUCCESS [ 2.937 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.024 s] [INFO] org.polarsys.capella.tests.plugins 1.4.0-SNAPSHOT .. SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.test.framework 1.4.0-SNAPSHOT . SUCCESS [ 4.823 s] [INFO] org.polarsys.capella.test.diagram.common.ju 1.4.0-SNAPSHOT SUCCESS [ 4.382 s] [INFO] org.polarsys.capella.test.diagram.layout.ju 1.4.0-SNAPSHOT SUCCESS [ 3.264 s] [INFO] org.polarsys.capella.test.diagram.tools.ju 1.4.0-SNAPSHOT SUCCESS [ 8.420 s] [INFO] org.polarsys.capella.test.benchmarks.ju 1.4.0-SNAPSHOT SUCCESS [ 5.082 s] [INFO] org.polarsys.capella.test.business.queries.ju 1.4.0-SNAPSHOT SUCCESS [ 7.418 s] [INFO] org.polarsys.capella.test.commandline.ju 1.4.0-SNAPSHOT SUCCESS [ 5.988 s] [INFO] org.polarsys.capella.test.diagram.filters.ju 1.4.0-SNAPSHOT SUCCESS [ 7.082 s] [INFO] org.polarsys.capella.test.diagram.misc.ju 1.4.0-SNAPSHOT SUCCESS [ 3.816 s] [INFO] org.polarsys.capella.test.doc.ju 1.4.0-SNAPSHOT .... SUCCESS [ 2.531 s] [INFO] org.polarsys.capella.test.explorer.activity.ju 1.4.0-SNAPSHOT SUCCESS [ 2.627 s] [INFO] org.polarsys.capella.test.fastlinker.ju 1.4.0-SNAPSHOT SUCCESS [ 2.815 s] [INFO] org.polarsys.capella.test.model.ju 1.4.0-SNAPSHOT .. SUCCESS [ 3.885 s] [INFO] org.polarsys.capella.test.validation.rules.ju 1.4.0-SNAPSHOT SUCCESS [ 7.353 s] [INFO] org.polarsys.capella.test.platform.ju 1.4.0-SNAPSHOT SUCCESS [ 2.883 s] [INFO] org.polarsys.capella.test.recrpl.ju 1.4.0-SNAPSHOT . SUCCESS [ 3.150 s] [INFO] org.polarsys.capella.test.transition.ju 1.4.0-SNAPSHOT SUCCESS [ 5.601 s] [INFO] org.polarsys.capella.test.fragmentation 1.4.0-SNAPSHOT SUCCESS [ 3.907 s] [INFO] org.polarsys.capella.test.library.ju 1.4.0-SNAPSHOT SUCCESS [ 3.973 s] [INFO] org.polarsys.capella.test.massactions.ju 1.4.0-SNAPSHOT SUCCESS [ 8.542 s] [INFO] org.polarsys.capella.test.migration.ju 1.4.0-SNAPSHOT SUCCESS [ 6.669 s] [INFO] org.polarsys.capella.test.navigator.ju 1.4.0-SNAPSHOT SUCCESS [ 2.951 s] [INFO] org.polarsys.capella.test.odesign 1.0.0-SNAPSHOT ... SUCCESS [ 2.853 s] [INFO] org.polarsys.capella.test.progressmonitoring.ju 1.4.0-SNAPSHOT SUCCESS [ 3.312 s] [INFO] org.polarsys.capella.test.re.updateconnections.ju 1.4.0-SNAPSHOT SUCCESS [ 3.088 s] [INFO] org.polarsys.capella.test.richtext.ju 1.2.1-SNAPSHOT SUCCESS [ 2.825 s] [INFO] org.polarsys.capella.test.semantic.queries.ju 1.4.0-SNAPSHOT SUCCESS [ 3.323 s] [INFO] org.polarsys.capella.test.table 1.0.0-SNAPSHOT ..... SUCCESS [ 2.911 s] [INFO] org.polarsys.capella.test.suites.ju 1.4.0-SNAPSHOT . SUCCESS [ 2.795 s] [INFO] org.polarsys.capella.test.projection.ju 1.4.0-SNAPSHOT SUCCESS [ 3.089 s] [INFO] org.polarsys.capella.test.suite.inui.ju 1.4.0-SNAPSHOT SUCCESS [01:17 min] [INFO] org.polarsys.capella.test.suite.local.ju 1.4.0-SNAPSHOT SUCCESS [ 5.708 s] [INFO] org.polarsys.capella.test.suite.notinui.ju 1.4.0-SNAPSHOT SUCCESS [ 5.325 s] [INFO] org.polarsys.capella.test.run 1.4.0-SNAPSHOT ....... SUCCESS [ 2.271 s] [INFO] org.polarsys.capella.test.feature 1.4.0-SNAPSHOT ... SUCCESS [ 3.342 s] [INFO] org.polarsys.capella.test.site 1.4.0-SNAPSHOT ...... SUCCESS [ 2.937 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25:03 min [INFO] Finished at: 2020-03-19T14:21:47Z [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-Mh8VeFbdTL3h/agent.3910 SSH_AGENT_PID=3912 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_5012260678118986741.key (/home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_5012260678118986741.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/validation_scope-1/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202003191356-linux-gtk-x86_64.zip /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202003191356-macosx-cocoa-x86_64.zip /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202003191356-win32-win32-x86_64.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/products/nightly/validation_scope-1/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 3912 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-hSyU5nB9j3JZ/agent.3969 SSH_AGENT_PID=3971 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_7592998741029029635.key (/home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_7592998741029029635.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/validation_scope-1/org.polarsys.capella.test.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.test.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.test.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.test.site/target/repository/features /home/jenkins/agent/workspace/capella-product_validation_scope/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/validation_scope-1/org.polarsys.capella.test.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 3971 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-hpYVwTSsbBtB/agent.3998 SSH_AGENT_PID=4000 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_873087097097872056.key (/home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_873087097097872056.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/validation_scope-1/org.polarsys.capella.egf.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.egf.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.egf.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.egf.site/target/repository/features /home/jenkins/agent/workspace/capella-product_validation_scope/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/validation_scope-1/org.polarsys.capella.egf.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4000 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-N34vx7aQ1EU4/agent.4026 SSH_AGENT_PID=4028 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_8463962276314469308.key (/home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_8463962276314469308.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/validation_scope-1/org.polarsys.capella.rcp.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.rcp.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.rcp.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.rcp.site/target/repository/features /home/jenkins/agent/workspace/capella-product_validation_scope/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/validation_scope-1/org.polarsys.capella.rcp.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4028 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-P5y6oZUVTOwr/agent.4060 SSH_AGENT_PID=4062 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_2114843976920132019.key (/home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_2114843976920132019.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/validation_scope-1/targets/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.target /home/jenkins/agent/workspace/capella-product_validation_scope/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/validation_scope-1/targets/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4062 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-JPhKnEa1H1WI/agent.4088 SSH_AGENT_PID=4090 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_1039700439365724155.key (/home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_1039700439365724155.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/alidation_scope/ [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/alidation_scope/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4090 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-tNQ30AikmMfQ/agent.4115 SSH_AGENT_PID=4117 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_3439767908410448735.key (/home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_3439767908410448735.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/alidation_scope/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202003191356-linux-gtk-x86_64.zip /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202003191356-macosx-cocoa-x86_64.zip /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.0.202003191356-win32-win32-x86_64.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/products/nightly/alidation_scope/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4117 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-dIFUhiuRuZnA/agent.4169 SSH_AGENT_PID=4171 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_1892703669454788436.key (/home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_1892703669454788436.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/alidation_scope/org.polarsys.capella.test.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.test.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.test.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.test.site/target/repository/features /home/jenkins/agent/workspace/capella-product_validation_scope/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/alidation_scope/org.polarsys.capella.test.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4171 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-6I2MT2tRVIQ4/agent.4197 SSH_AGENT_PID=4199 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_3356821593932254845.key (/home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_3356821593932254845.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/alidation_scope/org.polarsys.capella.egf.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.egf.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.egf.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.egf.site/target/repository/features /home/jenkins/agent/workspace/capella-product_validation_scope/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/alidation_scope/org.polarsys.capella.egf.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4199 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-XnoSqCkndDX6/agent.4225 SSH_AGENT_PID=4227 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_2225600050858932772.key (/home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_2225600050858932772.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/alidation_scope/org.polarsys.capella.rcp.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.rcp.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.rcp.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.rcp.site/target/repository/features /home/jenkins/agent/workspace/capella-product_validation_scope/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/alidation_scope/org.polarsys.capella.rcp.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4227 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-CEWWV2wJHOiq/agent.4257 SSH_AGENT_PID=4259 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_5383774662090475207.key (/home/jenkins/agent/workspace/capella-product_validation_scope@tmp/private_key_5383774662090475207.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/alidation_scope/targets/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_validation_scope/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.target /home/jenkins/agent/workspace/capella-product_validation_scope/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/alidation_scope/targets/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4259 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