Branch indexing Connecting to https://api.github.com using eclipse-capella-bot/****** (GitHub bot (username/token)) Obtained Jenkinsfile from d29b6ff649bbcb350ef853093d5aa8c5acc58077 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library capella-pipeline-library@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.26.2' > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master revision 4f702bcc6095882fab6b4c1391703e0933c42915 Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-pipeline-library > git init /var/jenkins/workspace/pella-addon-requirements_v0.11.x@libs/capella-pipeline-library # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library > git --version # timeout=10 > git --version # 'git version 2.26.2' > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 4f702bcc6095882fab6b4c1391703e0933c42915 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f702bcc6095882fab6b4c1391703e0933c42915 # timeout=10 Commit message: "Merge pull request #21 from eclipse/masters2" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘centos-7-c5z0m’ is offline Agent centos-7-c5z0m is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-c5z0m" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.capella.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-c5z0m" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-c5z0m" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-capella" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-c5z0m in /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-requirements-vp.git > git init /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-requirements-vp.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --progress https://github.com/eclipse/capella-requirements-vp.git +refs/heads/v0.11.x:refs/remotes/origin/v0.11.x # timeout=10 Avoid second fetch Checking out Revision d29b6ff649bbcb350ef853093d5aa8c5acc58077 (v0.11.x) > git config remote.origin.url https://github.com/eclipse/capella-requirements-vp.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v0.11.x:refs/remotes/origin/v0.11.x # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d29b6ff649bbcb350ef853093d5aa8c5acc58077 # timeout=10 Commit message: "[releng] Enable sonar and jacoco coverage on tests (#13)" 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=bce632c7-364b-43ed-93ad-972927267255 BUILD_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/v0.11.x/1/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-c5z0m JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true KUBERNETES_PORT=tcp://172.30.40.1:443 TERM=xterm HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6 KUBERNETES_PORT_443_TCP_PORT=443 STAGE_NAME=Generate Target Platform BUILD_TAG=jenkins-capella-addon-requirements-v0.11.x-1 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=v0.11.x CAPELLA_BRANCH=1.4.x KUBERNETES_PORT_53_TCP=tcp://172.30.40.1:53 OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle KUBERNETES_SERVICE_HOST=172.30.40.1 JOB_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/v0.11.x/ WORKSPACE=/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/v0.11.x/1/display/redirect?page=changes JENKINS_UI_PORT_80_TCP_PROTO=tcp KUBERNETES_PORT_53_UDP=udp://172.30.40.1:53 KUBERNETES_PORT_53_TCP_PORT=53 KUBERNETES_SERVICE_PORT_DNS=53 JENKINS_NAME=centos-7-c5z0m USER_NAME=jenkins RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/v0.11.x/1/display/redirect?page=artifacts KUBERNETES_PORT_53_TCP_ADDR=172.30.40.1 JENKINS_HOME=/var/jenkins GIT_COMMIT=d29b6ff649bbcb350ef853093d5aa8c5acc58077 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-addon-requirements/job/v0.11.x/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/pella-addon-requirements_v0.11.x 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-addon-requirements/v0.11.x GITLAB_OBJECT_KIND=none BUILD_DISPLAY_NAME=#1 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=1 JENKINS_DISCOVERY_PORT=tcp://172.30.40.215:50000 JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 JOB_BASE_NAME=v0.11.x RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/v0.11.x/1/display/redirect?page=tests BUILD_KEY=0.11.x 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=v0.11.x KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-d585ba66fb97d7a244127080f63f6366 NODE_LABELS=centos-7 centos-7-c5z0m jipp-migration migration GIT_URL=https://github.com/eclipse/capella-requirements-vp.git CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/capella/eclipse/eclipse library.capella-pipeline-library.version=master HUDSON_HOME=/var/jenkins JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 NODE_NAME=centos-7-c5z0m 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-addon-requirements/job/v0.11.x/display/redirect BUILD_NUMBER=1 HUDSON_COOKIE=8d8c747d-d70b-4772-91a2-da89ec842248 KUBERNETES_PORT_53_TCP_PROTO=tcp DISPLAY=:0 KUBERNETES_PORT_443_TCP_ADDR=172.30.40.1 KUBERNETES_SERVICE_PORT_DNS_TCP=53 KUBERNETES_PORT_443_TCP=tcp://172.30.40.1:443 JENKINS_AGENT_NAME=centos-7-c5z0m JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/org.polarsys.capella.vp.requirements.target/pom.xml Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ---------------< org.polarsys:capella.target-definition >--------------- [INFO] Building capella.target-definition 0.11.1-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ capella.target-definition --- [INFO] [INFO] --- tycho-eclipserun-plugin:0.26.0:eclipse-run (generate.target) @ capella.target-definition --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201709271000/ (142B) [INFO] Adding repository http://download.eclipse.org/releases/oxygen/201709271000 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201709271000/ (854.21kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201709271000/ (854.21kB) [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 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.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 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 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 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_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.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.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.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_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.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.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.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.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.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.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.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.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.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.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.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.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 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.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 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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 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 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.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.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.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.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.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_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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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_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.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.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.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.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.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.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.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.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_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.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.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.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.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.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.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.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.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.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.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.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.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.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.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_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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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_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.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.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.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.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.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.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.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.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.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.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.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.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.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.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_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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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_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.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_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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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_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.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_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.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_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.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_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_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_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.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.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.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_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.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_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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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_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.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.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.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.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.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.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_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.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.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.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.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.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.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_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_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.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.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.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.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.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_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.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.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.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.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.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.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.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.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.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.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_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.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.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.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.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.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.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_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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.64kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.target/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.target/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.target/target/eclipserun-work/configuration, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, tp/capella.target-definition.targetplatform] Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.4.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/targets/modules/gmf-runtime-1.13.tpd Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.4.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/targets/modules/gmf-runtime-1.13.tpd Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.4.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/targets/modules/gmf-runtime-1.13.tpd Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.4.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/targets/modules/gmf-runtime-1.13.tpd >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/ (138.8kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/ (24.53kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/ (24.53kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/ (5.23kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/ (5.23kB) >> Fetching content.jar from https://download.eclipse.org/rmf/updates/releases/0.13.0/ (16.38kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/rmf/updates/releases/0.13.0/ (16.38kB) >> Fetching p2.index from https://download.eclipse.org/sphinx/releases/0.8.x/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sphinx/releases/0.8.x/ (116B) >> Fetching content.jar from https://download.eclipse.org/sphinx/releases/0.8.x/ (79.41kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/sphinx/releases/0.8.x/ (79.41kB) >> Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) >> Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (90.91kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (90.91kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/ (29.87kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/ (29.87kB) Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.4.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/targets/modules/gmf-runtime-1.13.tpd >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (6.91kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (6.91kB) >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (17.67kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (17.67kB) >> Fetching p2.index from http://download.eclipse.org/releases/2019-06/ (122B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/releases/2019-06/ (122B) >> 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/ (142B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ (142B) >> Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ (24.89kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ (24.89kB) >> Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ (142B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ (142B) >> Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ (829.91kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ (829.91kB) >> Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (45.5kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (45.5kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (29.94kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (29.94kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (58.26kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (58.26kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (6.37kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (6.37kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (7.29kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (7.29kB) >> 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 content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) >> Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (17.24kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (17.24kB) >> Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ (11.51kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ (11.51kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) >> 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/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) >> Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB) The target platform definition file has been successfully generated. /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.target/tp/capella.target-definition.targetplatform [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:33 min [INFO] Finished at: 2020-11-30T12:44:20Z [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 -Psign clean package -f pom.xml Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.cdo.feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (6.91kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (6.91kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (17.67kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (17.67kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ (122B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-06 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (492B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (492B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ (142B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ (142B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ (24.89kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ (24.89kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ (829.91kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ (829.91kB) [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (172B) [INFO] Adding repository https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06 [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (45.5kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (45.5kB) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (29.94kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (29.94kB) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (58.26kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (58.26kB) [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (172B) [INFO] Adding repository https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (6.37kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (6.37kB) [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (172B) [INFO] Adding repository https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (7.29kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (7.29kB) [INFO] Adding repository https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella [INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/ (15.81kB) [INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/ (15.81kB) [INFO] Adding repository http://download.eclipse.org/sirius/updates/legacy/1.1.0 [INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) [INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) [INFO] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (172B) [INFO] Adding repository http://download.eclipse.org/egf/updates/1.6.1/2019-06 [INFO] Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (17.24kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (17.24kB) [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B) [INFO] Adding repository http://download.eclipse.org/nebula/releases/1.4.0 [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ (11.51kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ (11.51kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB) [INFO] Adding repository https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/ (138.8kB) [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/ (138.8kB) [INFO] Adding repository https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/ (24.53kB) [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/ (24.53kB) [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/ (172B) [INFO] Adding repository https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/ (5.23kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/ (5.23kB) [INFO] Adding repository https://download.eclipse.org/rmf/updates/releases/0.13.0 [INFO] Fetching content.jar from https://download.eclipse.org/rmf/updates/releases/0.13.0/ (16.38kB) [INFO] Fetching content.jar from https://download.eclipse.org/rmf/updates/releases/0.13.0/ (16.38kB) [INFO] Fetching p2.index from https://download.eclipse.org/sphinx/releases/0.8.x/ (116B) [INFO] Fetching p2.index from https://download.eclipse.org/sphinx/releases/0.8.x/ (116B) [INFO] Adding repository https://download.eclipse.org/sphinx/releases/0.8.x [INFO] Fetching content.jar from https://download.eclipse.org/sphinx/releases/0.8.x/ (79.41kB) [INFO] Fetching content.jar from https://download.eclipse.org/sphinx/releases/0.8.x/ (79.41kB) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) [INFO] Adding repository https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111 [INFO] Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (90.91kB) [INFO] Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (90.91kB) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/ (29.87kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/ (29.87kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.cdo.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.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 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 org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (454.46kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (246.29kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (246.29kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (95.1kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.52kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.52kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.72kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.72kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.63kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.63kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (183.86kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (183.86kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.71kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (154.23kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (154.23kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.66kB) [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.66kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.24MB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.24MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (286.98kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (286.98kB) [INFO] Fetching org.eclipse.ant.core_3.5.400.v20190510-0606.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.18kB) [INFO] Fetching org.eclipse.ant.core_3.5.400.v20190510-0606.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.18kB) [INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.02kB) [INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.02kB) [INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.24kB) [INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.24kB) [INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (303.02kB) [INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (303.02kB) [INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (361.71kB) [INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (361.71kB) [INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.98kB) [INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.98kB) [INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (318.48kB) [INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (318.48kB) [INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (964.19kB) [INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (964.19kB) [INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.79kB) [INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.79kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (229.07kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (229.07kB) [INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (195.05kB) [INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (195.05kB) [INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.14kB) [INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.14kB) [INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.84kB) [INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.84kB) [INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.18kB) [INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.18kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.27kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.27kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.95kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.95kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.91kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.91kB) [INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.78kB) [INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.78kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.59kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.59kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.5.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.27kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.5.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.27kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.02kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.02kB) [INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.68kB) [INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.68kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.77kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.77kB) [INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.05kB) [INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.05kB) [INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.7kB) [INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.7kB) [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.79kB) [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.79kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.77kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.77kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.95kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.95kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.61kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.61kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.91kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.91kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.69kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.69kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.53kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.53kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.16kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (485.5kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (485.5kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.01kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.01kB) [INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (358.07kB) [INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (358.07kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.06kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.06kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.2kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.2kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.84kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.84kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.97kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.97kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.57kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.57kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.89kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.89kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.18kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.18kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.98kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.98kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (49.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (49.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.25kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.25kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.69kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.69kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.cdo_4.6.100.v20180529-1130.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.85kB) [INFO] Fetching org.eclipse.emf.cdo_4.6.100.v20180529-1130.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.85kB) [INFO] Fetching org.eclipse.emf.cdo.common_4.7.0.v20180529-1130.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (159.98kB) [INFO] Fetching org.eclipse.emf.cdo.common_4.7.0.v20180529-1130.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (159.98kB) [INFO] Fetching org.eclipse.net4j.util_3.8.0.v20180530-0909.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.51kB) [INFO] Fetching org.eclipse.net4j.util_3.8.0.v20180530-0909.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.51kB) [INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (110.68kB) [INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (110.68kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (115.24kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (115.24kB) [INFO] Fetching org.eclipse.jdt.core_3.18.0.v20190522-0428.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (6.65MB) [INFO] Fetching org.eclipse.jdt.core_3.18.0.v20190522-0428.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (6.65MB) [INFO] Fetching org.eclipse.jdt.launching_3.14.0.v20190508-0531.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (272.59kB) [INFO] Fetching org.eclipse.jdt.launching_3.14.0.v20190508-0531.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (272.59kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (416.42kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (416.42kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.63kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.63kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.52kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.52kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (58.61kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (58.61kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (25.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (25.06kB) [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (96.72kB) [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (96.72kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.12.0.v20190226-1307.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.31kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.12.0.v20190226-1307.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.31kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.8kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.8kB) [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,012.08kB) [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,012.08kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.1.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (133.67kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.1.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (133.67kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.48kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.48kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.1kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.1kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.1kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.1kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.42kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.99kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.99kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.12kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.12kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.81kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.81kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.87kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.87kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.29kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.29kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (121.81kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (121.81kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.17kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.17kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (257.14kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (257.14kB) [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.15kB) [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.15kB) [INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (126.2kB) [INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (126.2kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (120.53kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (120.53kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (39.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (39.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (14.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (14.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (100.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (100.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (76.2kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (76.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (133.46kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (133.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (114.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (114.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (190.36kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (190.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (93.45kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (93.45kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.73kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.73kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (49.3kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (49.3kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (218.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (218.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (137.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (137.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.1kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.1kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (196.73kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (196.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (23.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (23.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (123.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (123.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (318.69kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (318.69kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (110.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (110.07kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB) [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.98kB) [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.98kB) [INFO] Fetching org.eclipse.jdt.debug_3.13.0.v20190521-1707.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (931.98kB) [INFO] Fetching org.eclipse.jdt.debug_3.13.0.v20190521-1707.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (931.98kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.13kB) [INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.13kB) [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (492.8kB) [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (492.8kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (159.39kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (159.39kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.08MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.08MB) [INFO] Fetching org.eclipse.pde.build_3.10.400.v20190320-1020.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (478.55kB) [INFO] Fetching org.eclipse.pde.build_3.10.400.v20190320-1020.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (478.55kB) [INFO] Fetching org.eclipse.pde.core_3.13.0.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.pde.core_3.13.0.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.sirius_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (352.7kB) [INFO] Fetching org.eclipse.sirius_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (352.7kB) [INFO] Fetching org.eclipse.sirius.common_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (85.88kB) [INFO] Fetching org.eclipse.sirius.common_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (85.88kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (33.14kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (33.14kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (14.3kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (14.3kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (9.96kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (9.96kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.42kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.42kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (93.44kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (93.44kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.1kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.1kB) [INFO] Fetching org.eclipse.sirius.diagram_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (353.8kB) [INFO] Fetching org.eclipse.sirius.diagram_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (353.8kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (23.94kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (23.94kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (2.9MB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (2.9MB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (39.24kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (39.24kB) [INFO] Fetching org.eclipse.sirius.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (379.12kB) [INFO] Fetching org.eclipse.sirius.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (379.12kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.46kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.46kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (13.5kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (13.5kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.94kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.94kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (10.54kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (10.54kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.02kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.02kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.46kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.46kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.sirius.table_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (97.29kB) [INFO] Fetching org.eclipse.sirius.table_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (97.29kB) [INFO] Fetching org.polarsys.capella.common_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (78.2kB) [INFO] Fetching org.polarsys.capella.common_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (78.2kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.55kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.55kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (142.81kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (142.81kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (39.11kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (39.11kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (98.53kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (98.53kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (33.81kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (33.81kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.cdo_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (11.21kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.cdo_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (11.21kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (70.07kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (70.07kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.57kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.57kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (48.72kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (48.72kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (10.38kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (10.38kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (51.86kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (51.86kB) [INFO] Fetching org.polarsys.capella.common.model_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (28.81kB) [INFO] Fetching org.polarsys.capella.common.model_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (28.81kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (47.63kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (47.63kB) [INFO] Fetching org.polarsys.capella.common.ef_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (32.98kB) [INFO] Fetching org.polarsys.capella.common.ef_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (32.98kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.86kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.86kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (10.9kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (10.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (19.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (19.98kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (31.89kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (31.89kB) [INFO] Fetching org.polarsys.capella.common.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (42.16kB) [INFO] Fetching org.polarsys.capella.common.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (42.16kB) [INFO] Fetching org.polarsys.capella.common.libraries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (28.01kB) [INFO] Fetching org.polarsys.capella.common.libraries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (28.01kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (41.68kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (41.68kB) [INFO] Fetching org.polarsys.capella.common.queries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (41.22kB) [INFO] Fetching org.polarsys.capella.common.queries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (41.22kB) [INFO] Fetching org.polarsys.capella.common.tools.report_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.13kB) [INFO] Fetching org.polarsys.capella.common.tools.report_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.13kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.18kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.18kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (20.74kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (20.74kB) [INFO] Fetching org.polarsys.capella.common.re.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (63.75kB) [INFO] Fetching org.polarsys.capella.common.re.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (63.75kB) [INFO] Fetching org.polarsys.capella.common.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (205.31kB) [INFO] Fetching org.polarsys.capella.common.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (205.31kB) [INFO] Fetching org.polarsys.capella.core.model.handler_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (119.7kB) [INFO] Fetching org.polarsys.capella.core.model.handler_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (119.7kB) [INFO] Fetching org.polarsys.capella.core.data.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (2.27MB) [INFO] Fetching org.polarsys.capella.core.data.gen_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (2.27MB) [INFO] Fetching org.polarsys.capella.core.data.gen.cdo_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (22.83kB) [INFO] Fetching org.polarsys.capella.core.data.gen.cdo_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (22.83kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.26MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.26MB) [INFO] Fetching org.polarsys.capella.core.data.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (413.75kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (413.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.49kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (463.37kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (463.37kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (27.84kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (27.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (6.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (6.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (33.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (33.76kB) [INFO] Fetching org.polarsys.capella.core.preferences_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (227.63kB) [INFO] Fetching org.polarsys.capella.core.preferences_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (227.63kB) [INFO] Fetching org.polarsys.capella.core.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (38.8kB) [INFO] Fetching org.polarsys.capella.core.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (38.8kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (10.03kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (10.03kB) [INFO] Fetching org.polarsys.kitalpha.report_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.report_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (32.23kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (32.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.35kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (77.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (77.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (29.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (29.61kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (15.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (15.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (22.27kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (22.27kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,006.66kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,006.66kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (790.84kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (790.84kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.cdo.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.af.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.af.feature/pom.xml [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1MB) [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.200.v20190520-0718.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (285.64kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.200.v20190520-0718.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (285.64kB) [INFO] Fetching org.eclipse.jdt.ui_3.18.0.v20190601-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.jdt.ui_3.18.0.v20190601-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.52kB) [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (272.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (272.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (70.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (70.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (59.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (59.89kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (32.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (32.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.94kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.94kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (22.61kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (22.61kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.af.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.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 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.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.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.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.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.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.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (163.18kB) [INFO] Fetching org.eclipse.sirius.table.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (163.18kB) [INFO] Fetching org.eclipse.sirius.tree.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (72.75kB) [INFO] Fetching org.eclipse.sirius.tree.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (72.75kB) [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.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.emf.diffmerge.bridge_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (12.79kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (12.79kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (4.42kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (4.42kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (7.53kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (7.53kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (10.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (10.65kB) [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.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.diffmerge.bridge.log4j_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (6.4kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (6.4kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (12.26kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (12.26kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (4.95kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (4.95kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (20kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor_0.12.0.201910141210.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/plugins/ (20kB) [INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature_0.12.0.201910141210.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/features/ (34.35kB) [INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature_0.12.0.201910141210.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/features/ (34.35kB) [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.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.patterns.core_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (17.85kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (17.85kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (24.83kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (24.83kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (7.3kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (7.3kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (13.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (13.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (40.16kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (40.16kB) [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.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.sirius.diagram.sequence_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (169.49kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (169.49kB) [INFO] Fetching org.eclipse.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.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.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.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.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.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.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.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.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.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.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.rmf.reqif10_0.13.0.201509161042.jar.pack.gz from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (84.56kB) [INFO] Fetching org.eclipse.rmf.reqif10_0.13.0.201509161042.jar.pack.gz from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (84.56kB) [INFO] Fetching org.eclipse.rmf.reqif10.common_0.13.0.201509161042.jar.pack.gz from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (21.92kB) [INFO] Fetching org.eclipse.rmf.reqif10.common_0.13.0.201509161042.jar.pack.gz from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (21.92kB) [INFO] Fetching org.eclipse.rmf.reqif10.xhtml_0.13.0.201509161042.jar.pack.gz from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (109.55kB) [INFO] Fetching org.eclipse.rmf.reqif10.xhtml_0.13.0.201509161042.jar.pack.gz from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (109.55kB) [INFO] Fetching org.eclipse.rmf.reqif10.edit_0.13.0.201509161042.jar.pack.gz from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (55.14kB) [INFO] Fetching org.eclipse.rmf.reqif10.edit_0.13.0.201509161042.jar.pack.gz from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (55.14kB) [INFO] Fetching org.eclipse.rmf.reqif10.serialization_0.13.0.201509161042.jar.pack.gz from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (32.41kB) [INFO] Fetching org.eclipse.rmf.reqif10.serialization_0.13.0.201509161042.jar.pack.gz from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (32.41kB) [INFO] Fetching 0.8.x&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/sphinx/releases/ [INFO] Fetching org.eclipse.sphinx.emf.serialization_0.8.1.201409171422.jar.pack.gz from https://download.eclipse.org/sphinx/releases/0.8.x/plugins/ (36.98kB) [INFO] Fetching org.eclipse.sphinx.emf.serialization_0.8.1.201409171422.jar.pack.gz from https://download.eclipse.org/sphinx/releases/0.8.x/plugins/ (36.98kB) [INFO] Fetching org.eclipse.rmf.reqif10.xhtml.edit_0.13.0.201509161042.jar.pack.gz from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (128.56kB) [INFO] Fetching org.eclipse.rmf.reqif10.xhtml.edit_0.13.0.201509161042.jar.pack.gz from https://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (128.56kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.33kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.33kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (43.57kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (43.57kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (15.24kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (15.24kB) [INFO] Fetching org.eclipse.sirius.tree_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (72.69kB) [INFO] Fetching org.eclipse.sirius.tree_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (72.69kB) [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.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.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.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.capella.commandline.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (321.27kB) [INFO] Fetching org.polarsys.capella.commandline.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (321.27kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (53.02kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (53.02kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (143.14kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (143.14kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.84kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.84kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.35kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.35kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.05kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.05kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (164.36kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (164.36kB) [INFO] Fetching org.polarsys.capella.common.ui.services_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.63kB) [INFO] Fetching org.polarsys.capella.common.ui.services_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.63kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.66kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.66kB) [INFO] Fetching org.polarsys.capella.common.transition_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (262.2kB) [INFO] Fetching org.polarsys.capella.common.transition_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (262.2kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (23.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (23.08kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (34.8kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (34.8kB) [INFO] Fetching org.polarsys.kitalpha.massactions_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (28.4kB) [INFO] Fetching org.polarsys.kitalpha.massactions_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (28.4kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (58.85kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (58.85kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (27.05kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (27.05kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (260.46kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (260.46kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (64.84kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (64.84kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.86kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.86kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (54.06kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (54.06kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.79kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.79kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.21kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.21kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.79kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.79kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.35kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.35kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.52kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.52kB) [INFO] Fetching org.polarsys.capella.core.af.integration_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.31kB) [INFO] Fetching org.polarsys.capella.core.af.integration_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.31kB) [INFO] Fetching org.polarsys.capella.core.application_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.46kB) [INFO] Fetching org.polarsys.capella.core.application_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.46kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (45.69kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (45.69kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.21kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.21kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (111.82kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (111.82kB) [INFO] Fetching org.polarsys.capella.core.compare_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (47.21kB) [INFO] Fetching org.polarsys.capella.core.compare_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (47.21kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (231.18kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (231.18kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.38MB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.38MB) [INFO] Fetching org.polarsys.capella.core.libraries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.26kB) [INFO] Fetching org.polarsys.capella.core.libraries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.26kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (72.72kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (72.72kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (72.73kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (72.73kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (182.59kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (182.59kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (52.31kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (52.31kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (70.61kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (70.61kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.17kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.17kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (99.54kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (99.54kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (35.32kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (35.32kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (225.36kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (225.36kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.48kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.48kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (105kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (105kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (78.91kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (78.91kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (158.46kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (158.46kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (48.95kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (48.95kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (84.69kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (84.69kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.21kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.21kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (210.85kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (210.85kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.71kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.71kB) [INFO] Fetching org.polarsys.capella.core.data.migration_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (147.78kB) [INFO] Fetching org.polarsys.capella.core.data.migration_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (147.78kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_0.8.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (6.55kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_0.8.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (6.55kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_0.8.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.62kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_0.8.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.62kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.74MB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.74MB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (103.41kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (103.41kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.4kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.4kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (50.74kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (50.74kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.43kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.43kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.43kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.43kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (28.36kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (28.36kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.77kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.77kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (42.45kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (42.45kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (113.82kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (113.82kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.61kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.61kB) [INFO] Fetching org.polarsys.capella.core.services_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.14kB) [INFO] Fetching org.polarsys.capella.core.services_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.14kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.38kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.38kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (302.47kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (302.47kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (93.29kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (93.29kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (71.26kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (71.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (74.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (74.2kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (464.48kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (464.48kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (15.52kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (15.52kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (99.28kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (99.28kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (75.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (75.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (269.03kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (269.03kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.94kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.94kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.importer.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.importer.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.importer.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.representation.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.representation.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.representation.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.representation.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.representation.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.representation.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.thirdparty.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.thirdparty.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.thirdparty.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.docgen.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.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_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.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.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.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.model_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (388.14kB) [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.model.ftask_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.4kB) [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.producer_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.37kB) [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_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (140.96kB) [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.emf.query_1.7.0.201805030653.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (141.72kB) [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.pattern.ftask_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.71kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (10.83kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (10.83kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core_1.4.3.202011250804.jar from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/plugins/ (445.26kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core_1.4.3.202011250804.jar from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/plugins/ (445.26kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference_1.4.3.202011250804.jar from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/plugins/ (23.32kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference_1.4.3.202011250804.jar from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/plugins/ (23.32kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.tests.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.tests.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.tests.feature/pom.xml [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (8.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (8.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (10.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (10.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (35.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (35.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (6.6kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (6.6kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (28.57kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (28.57kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (13.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (13.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (20.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (20.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (10.54kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (10.54kB) [INFO] Fetching org.eclipse.ocl.ecore_3.10.300.v20190603-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (110.74kB) [INFO] Fetching org.eclipse.ocl.ecore_3.10.300.v20190603-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (110.74kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (100.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (100.81kB) [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.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.emf.validation.ui_1.7.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.26kB) [INFO] Fetching org.eclipse.ocl_3.10.300.v20190603-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.ocl_3.10.300.v20190603-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.14MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.92kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.8.300.v20190603-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.81kB) [INFO] Fetching org.eclipse.ocl.common_1.8.300.v20190603-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.81kB) [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.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.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.polarsys.capella.common.re_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (243.07kB) [INFO] Fetching org.polarsys.capella.common.re_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (243.07kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (45.26kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (45.26kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (37.67kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (37.67kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (54.5kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (54.5kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (97.46kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (97.46kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (118.98kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (118.98kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (130.3kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (130.3kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (53.9kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (53.9kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (459.98kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (459.98kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (55.81kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (55.81kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.54kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.54kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.82kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.82kB) [INFO] Fetching org.polarsys.capella.core.re.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (36.11kB) [INFO] Fetching org.polarsys.capella.core.re.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (36.11kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (51.27kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (51.27kB) [INFO] Fetching org.polarsys.capella.core.transition.system_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (263.17kB) [INFO] Fetching org.polarsys.capella.core.transition.system_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (263.17kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (248.05kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (248.05kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (21.44kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (21.44kB) [INFO] Fetching org.polarsys.capella.patterns_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (61.8kB) [INFO] Fetching org.polarsys.capella.patterns_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (61.8kB) [INFO] Fetching org.polarsys.capella.test.business.queries.ju_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (2.54MB) [INFO] Fetching org.polarsys.capella.test.business.queries.ju_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (2.54MB) [INFO] Fetching org.polarsys.capella.test.framework_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (143.12kB) [INFO] Fetching org.polarsys.capella.test.framework_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (143.12kB) [INFO] Fetching org.polarsys.capella.test.diagram.common.ju_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (459.75kB) [INFO] Fetching org.polarsys.capella.test.diagram.common.ju_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (459.75kB) [INFO] Fetching org.polarsys.capella.test.diagram.layout.ju_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (181.85kB) [INFO] Fetching org.polarsys.capella.test.diagram.layout.ju_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (181.85kB) [INFO] Fetching org.polarsys.capella.test.diagram.tools.ju_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (2.71MB) [INFO] Fetching org.polarsys.capella.test.diagram.tools.ju_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (2.71MB) [INFO] Fetching org.polarsys.capella.test.validation.rules.ju_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (2.58MB) [INFO] Fetching org.polarsys.capella.test.validation.rules.ju_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (2.58MB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.tests.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.business.queries:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.business.queries:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.business.queries:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.design:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.design:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.design:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.doc:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.doc:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.doc:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.validation:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.validation:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.validation:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.vpdsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.vpdsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.vpdsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.cdo:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.cdo:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.cdo:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.design:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.design:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.design:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ju:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ju:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/pom.xml [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 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 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 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.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.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.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.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.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.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.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.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.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.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.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.bouncycastle.bcpkix_1.61.0.v20190602-1335.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (819.58kB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.66kB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.66kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (146.77kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (146.77kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (399.18kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (399.18kB) [INFO] Fetching org.eclipse.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.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_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.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.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.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.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_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.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_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.egit.mylyn.ui_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.74kB) [INFO] Fetching org.eclipse.egit.mylyn.ui_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.74kB) [INFO] Fetching org.eclipse.egit.mylyn_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.89kB) [INFO] Fetching org.eclipse.egit.mylyn_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.89kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (310.46kB) [INFO] Fetching org.eclipse.mylyn.tasks.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.tasks.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.03kB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.03kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81.5kB) [INFO] Fetching org.eclipse.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.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.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.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.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.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.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.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.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.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.patterns.support.gen.edit_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (7.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (7.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (9.23kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (9.23kB) [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) [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) [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.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.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.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.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.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.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 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 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_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (14.65kB) [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.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.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.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.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.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_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.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.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.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.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.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.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.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.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.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.commons.repositories_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.93kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.46kB) [INFO] Fetching org.eclipse.mylyn.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.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.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.monitor.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.25kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.28kB) [INFO] Fetching org.eclipse.mylyn.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.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.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.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.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.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.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.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.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.ui.browser_3.6.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.33kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.92kB) [INFO] Fetching org.eclipse.mylyn.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.mylyn_feature_3.24.2.v20180905-0003.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.55kB) [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_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.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) [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) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.09kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.09kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (111.48kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (111.48kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.01kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.01kB) [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.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.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.capella.common.re.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (61.41kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (61.41kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (37.77kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (37.77kB) [INFO] Fetching org.polarsys.capella.common.id.handler_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (11.96kB) [INFO] Fetching org.polarsys.capella.common.id.handler_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (11.96kB) [INFO] Fetching org.polarsys.capella.common.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.32kB) [INFO] Fetching org.polarsys.capella.common.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.32kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.43kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.43kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (18.54kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (18.54kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.51kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.51kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (16.59kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (16.59kB) [INFO] Fetching org.polarsys.capella.common.re.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (116.08kB) [INFO] Fetching org.polarsys.capella.common.re.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (116.08kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.91kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.91kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.24kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.24kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (191.51kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (191.51kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (20.33kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (20.33kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.06kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.06kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (21.23kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (21.23kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (31.94kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (31.94kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (468.71kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (468.71kB) [INFO] Fetching org.polarsys.capella.core.common.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.19kB) [INFO] Fetching org.polarsys.capella.core.common.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.19kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (726.92kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (726.92kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (64.03kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (64.03kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.42MB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.42MB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.12kB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.12kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.95kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.95kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.98kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.98kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (22.39kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (22.39kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.81kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.81kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (60.55kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (60.55kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (112.65kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (112.65kB) [INFO] Fetching org.polarsys.capella.core.tiger_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (69.66kB) [INFO] Fetching org.polarsys.capella.core.tiger_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (69.66kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.52kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.52kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (42.72kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (42.72kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.03kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.03kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.62kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.62kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (112.28kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (112.28kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (134.85kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (134.85kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.27kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.27kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (43.75kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (43.75kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.02kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.02kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.05kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.05kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.9kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.9kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (21.28kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (21.28kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (52.3kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (52.3kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (24.5kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (24.5kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (79.44kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (79.44kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (18.64kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (18.64kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (46.53kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (46.53kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (38.96kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (38.96kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (20.67kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (20.67kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.98kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.98kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (34.86kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (34.86kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (39.25kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (39.25kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.43kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.43kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.54kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.54kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (52.8kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (52.8kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (16.63kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (16.63kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (58.35kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (58.35kB) [INFO] Fetching org.polarsys.capella.core.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.89kB) [INFO] Fetching org.polarsys.capella.core.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.89kB) [INFO] Fetching org.polarsys.capella.core.git.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.93kB) [INFO] Fetching org.polarsys.capella.core.git.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.93kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.92kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.92kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (46.08kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (46.08kB) [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.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.capella.core.mylyn.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.93kB) [INFO] Fetching org.polarsys.capella.core.mylyn.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.93kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (35.13kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (35.13kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.84kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.84kB) [INFO] Fetching org.polarsys.capella.core.projection.common_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (78.87kB) [INFO] Fetching org.polarsys.capella.core.projection.common_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (78.87kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.8kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.8kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (50.28kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (50.28kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.54kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.54kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (157.71kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (157.71kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.23kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.23kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.03kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.03kB) [INFO] Fetching org.polarsys.capella.core.re_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (113.79kB) [INFO] Fetching org.polarsys.capella.core.re_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (113.79kB) [INFO] Fetching org.polarsys.capella.core.re.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.79kB) [INFO] Fetching org.polarsys.capella.core.re.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.79kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (54.3kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (54.3kB) [INFO] Fetching org.polarsys.capella.core.re.project_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (41.13kB) [INFO] Fetching org.polarsys.capella.core.re.project_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (41.13kB) [INFO] Fetching org.polarsys.capella.core.re.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.03kB) [INFO] Fetching org.polarsys.capella.core.re.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.03kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.14kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.14kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (206.76kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (206.76kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (69.66kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (69.66kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.07kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.07kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.06kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.06kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.73kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.73kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.02kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.02kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (64.73kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (64.73kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (72.79kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (72.79kB) [INFO] Fetching org.polarsys.capella.ui.views_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.39kB) [INFO] Fetching org.polarsys.capella.ui.views_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.39kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.64kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.64kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.05kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.05kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (32.46kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (32.46kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.42kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.42kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.42kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.42kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (38.93kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (38.93kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.08kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.08kB) [INFO] Fetching org.polarsys.capella.core.ui.search_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (122.3kB) [INFO] Fetching org.polarsys.capella.core.ui.search_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (122.3kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.06kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.06kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.22kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.22kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (52.39kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (52.39kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.5kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.5kB) [INFO] Fetching org.polarsys.capella.detachment.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.93kB) [INFO] Fetching org.polarsys.capella.detachment.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.93kB) [INFO] Fetching org.polarsys.capella.developer.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (371.54kB) [INFO] Fetching org.polarsys.capella.developer.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (371.54kB) [INFO] Fetching org.polarsys.capella.diagrams.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (3.21MB) [INFO] Fetching org.polarsys.capella.diagrams.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (3.21MB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (59.82kB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (59.82kB) [INFO] Fetching org.polarsys.capella.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (543.38kB) [INFO] Fetching org.polarsys.capella.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (543.38kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.91kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.91kB) [INFO] Fetching org.polarsys.capella.patterns.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (522.45kB) [INFO] Fetching org.polarsys.capella.patterns.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (522.45kB) [INFO] Fetching org.polarsys.capella.preferences.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.05MB) [INFO] Fetching org.polarsys.capella.preferences.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.05MB) [INFO] Fetching org.polarsys.capella.properties.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (84.93kB) [INFO] Fetching org.polarsys.capella.properties.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (84.93kB) [INFO] Fetching org.polarsys.capella.re.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (2.78MB) [INFO] Fetching org.polarsys.capella.re.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (2.78MB) [INFO] Fetching org.polarsys.capella.transitions.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.98MB) [INFO] Fetching org.polarsys.capella.transitions.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.98MB) [INFO] Fetching org.polarsys.capella.ui.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (18.4MB) [INFO] Fetching org.polarsys.capella.ui.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (18.4MB) [INFO] Fetching org.polarsys.capella.ui.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.03MB of 18.4MB at 14.6MB/s) [INFO] Fetching org.polarsys.capella.glossary.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (419.19kB) [INFO] Fetching org.polarsys.capella.glossary.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (419.19kB) [INFO] Fetching org.polarsys.capella.validation.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (86.56kB) [INFO] Fetching org.polarsys.capella.validation.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (86.56kB) [INFO] Fetching org.polarsys.capella.th.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (11.77MB) [INFO] Fetching org.polarsys.capella.th.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (11.77MB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.36MB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.36MB) [INFO] Fetching org.polarsys.capella.git.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.24MB) [INFO] Fetching org.polarsys.capella.git.doc_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (1.24MB) [INFO] Fetching org.polarsys.capella.doc.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.26kB) [INFO] Fetching org.polarsys.capella.doc.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.26kB) [INFO] Fetching org.polarsys.capella.patterns.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.62kB) [INFO] Fetching org.polarsys.capella.patterns.ui_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.62kB) [INFO] Fetching org.polarsys.capella.patterns.obfuscator_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (12.82kB) [INFO] Fetching org.polarsys.capella.patterns.obfuscator_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (12.82kB) [INFO] Fetching org.polarsys.capella.patterns.migration_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.46kB) [INFO] Fetching org.polarsys.capella.patterns.migration_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.46kB) [INFO] Fetching org.polarsys.capella.patterns.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.06kB) [INFO] Fetching org.polarsys.capella.patterns.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.06kB) [INFO] Fetching org.polarsys.capella.rcp_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (40.8kB) [INFO] Fetching org.polarsys.capella.rcp_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (40.8kB) [INFO] Fetching org.polarsys.capella.rcp.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.04kB) [INFO] Fetching org.polarsys.capella.rcp.feature_1.4.2.202010140908.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.04kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (53.31kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (53.31kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (456.49kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (456.49kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (8.93kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (8.93kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_0.8.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (10.86kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_0.8.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (10.86kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (11.54kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (11.54kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.05kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.05kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (20.05kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (20.05kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.88kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (5.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (5.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (65.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (65.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (43.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (43.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (191.6kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (191.6kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (4.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (4.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (66.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (66.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (31.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (31.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (13.12kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (13.12kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ju:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.site:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.site:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.site:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.vp.requirements:pom:0.11.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Requirements Viewpoint [pom] [INFO] org.polarsys.capella.addon.vp.requirements.plugins [pom] [INFO] org.polarsys.kitalpha.vp.requirements.model [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.model [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.design [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.af.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.model.helpers [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.business.queries [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer.preferences [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer.extension [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.model.helpers [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.reqif.resource.obfuscator [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.ui.commands [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.design [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.doc [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.representation.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.semantic.browser [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.thirdparty.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.ui [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.ui.importer.preferences [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.ui.properties [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.model.edit.decorators [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.ui.properties [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer.commandline [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.af.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.representation.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.ui [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.ui.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.vpdsl [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.vpdsl [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.model.edit.decorators [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.validation [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.docgen [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.docgen.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.vp.requirements.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.site [eclipse-repository] [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.addon.vp.requirements >------- [INFO] Building Capella Requirements Viewpoint 0.11.1-SNAPSHOT [1/52] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.addon.vp.requirements --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.addon.vp.requirements --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.addon.vp.requirements --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.addon.vp.requirements --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.addon.vp.requirements --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.addon.vp.requirements --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.addon.vp.requirements.plugins >--- [INFO] Building org.polarsys.capella.addon.vp.requirements.plugins 0.11.1-SNAPSHOT [2/52] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.addon.vp.requirements.plugins --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.addon.vp.requirements.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.addon.vp.requirements.plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.addon.vp.requirements.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.addon.vp.requirements.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.addon.vp.requirements.plugins --- [INFO] [INFO] ------< org.polarsys:org.polarsys.kitalpha.vp.requirements.model >------ [INFO] Building org.polarsys.kitalpha.vp.requirements.model 0.11.1-SNAPSHOT [3/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] Compiling 61 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/target/org.polarsys.kitalpha.vp.requirements.model-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/target/org.polarsys.kitalpha.vp.requirements.model-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/target/org.polarsys.kitalpha.vp.requirements.model-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/target/org.polarsys.kitalpha.vp.requirements.model-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/target/org.polarsys.kitalpha.vp.requirements.model-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/target/org.polarsys.kitalpha.vp.requirements.model-0.11.1-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.requirements.model >------- [INFO] Building org.polarsys.capella.vp.requirements.model 0.11.1-SNAPSHOT [4/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.model --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.model --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.model --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.model --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/target/org.polarsys.capella.vp.requirements.model-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.model --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/target/org.polarsys.capella.vp.requirements.model-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.model --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.model --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.model --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/target/org.polarsys.capella.vp.requirements.model-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/target/org.polarsys.capella.vp.requirements.model-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/target/org.polarsys.capella.vp.requirements.model-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.model --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/target/org.polarsys.capella.vp.requirements.model-0.11.1-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo >---- [INFO] Building org.polarsys.kitalpha.vp.requirements.model.cdo 0.11.1-SNAPSHOT [5/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/org.polarsys.kitalpha.vp.requirements.model.cdo-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/org.polarsys.kitalpha.vp.requirements.model.cdo-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/org.polarsys.kitalpha.vp.requirements.model.cdo-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/org.polarsys.kitalpha.vp.requirements.model.cdo-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/org.polarsys.kitalpha.vp.requirements.model.cdo-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/org.polarsys.kitalpha.vp.requirements.model.cdo-0.11.1-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.requirements.model.cdo >----- [INFO] Building org.polarsys.capella.vp.requirements.model.cdo 0.11.1-SNAPSHOT [6/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.model.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.model.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/org.polarsys.capella.vp.requirements.model.cdo-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/org.polarsys.capella.vp.requirements.model.cdo-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/org.polarsys.capella.vp.requirements.model.cdo-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/org.polarsys.capella.vp.requirements.model.cdo-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/org.polarsys.capella.vp.requirements.model.cdo-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/org.polarsys.capella.vp.requirements.model.cdo-0.11.1-SNAPSHOT.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature >---- [INFO] Building org.polarsys.capella.vp.requirements.cdo.feature 0.11.1-SNAPSHOT [7/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.cdo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.cdo.feature/target/org.polarsys.capella.vp.requirements.cdo.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.cdo.feature/target/org.polarsys.capella.vp.requirements.cdo.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.cdo.feature/target/org.polarsys.capella.vp.requirements.cdo.feature-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.cdo.feature/target/org.polarsys.capella.vp.requirements.cdo.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.requirements >---------- [INFO] Building org.polarsys.capella.vp.requirements 0.11.1-SNAPSHOT [8/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/target/org.polarsys.capella.vp.requirements-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/target/org.polarsys.capella.vp.requirements-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/target/org.polarsys.capella.vp.requirements-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/target/org.polarsys.capella.vp.requirements-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/target/org.polarsys.capella.vp.requirements-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/target/org.polarsys.capella.vp.requirements-0.11.1-SNAPSHOT.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.kitalpha.vp.requirements >--------- [INFO] Building org.polarsys.kitalpha.vp.requirements 0.11.1-SNAPSHOT [9/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/target/org.polarsys.kitalpha.vp.requirements-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/target/org.polarsys.kitalpha.vp.requirements-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/target/org.polarsys.kitalpha.vp.requirements-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/target/org.polarsys.kitalpha.vp.requirements-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/target/org.polarsys.kitalpha.vp.requirements-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/target/org.polarsys.kitalpha.vp.requirements-0.11.1-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.kitalpha.vp.requirements.design >------ [INFO] Building org.polarsys.kitalpha.vp.requirements.design 0.11.1-SNAPSHOT [10/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/target/org.polarsys.kitalpha.vp.requirements.design-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/target/org.polarsys.kitalpha.vp.requirements.design-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/target/org.polarsys.kitalpha.vp.requirements.design-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/target/org.polarsys.kitalpha.vp.requirements.design-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/target/org.polarsys.kitalpha.vp.requirements.design-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/target/org.polarsys.kitalpha.vp.requirements.design-0.11.1-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.kitalpha.vp.requirements.af >-------- [INFO] Building org.polarsys.kitalpha.vp.requirements.af 0.11.1-SNAPSHOT [11/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/target/org.polarsys.kitalpha.vp.requirements.af-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/target/org.polarsys.kitalpha.vp.requirements.af-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/target/org.polarsys.kitalpha.vp.requirements.af-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/target/org.polarsys.kitalpha.vp.requirements.af-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/target/org.polarsys.kitalpha.vp.requirements.af-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/target/org.polarsys.kitalpha.vp.requirements.af-0.11.1-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.requirements.af >-------- [INFO] Building org.polarsys.capella.vp.requirements.af 0.11.1-SNAPSHOT [12/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.af --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.af --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.af --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.af --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.af --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/target/org.polarsys.capella.vp.requirements.af-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.af --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/target/org.polarsys.capella.vp.requirements.af-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.af --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.af --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.af --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/target/org.polarsys.capella.vp.requirements.af-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.af --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/target/org.polarsys.capella.vp.requirements.af-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/target/org.polarsys.capella.vp.requirements.af-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.af --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/target/org.polarsys.capella.vp.requirements.af-0.11.1-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.requirements.af.feature >---- [INFO] Building org.polarsys.capella.vp.requirements.af.feature 0.11.1-SNAPSHOT [13/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.af.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.af.feature/target/org.polarsys.capella.vp.requirements.af.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.af.feature/target/org.polarsys.capella.vp.requirements.af.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.af.feature/target/org.polarsys.capella.vp.requirements.af.feature-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.af.feature/target/org.polarsys.capella.vp.requirements.af.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.model.helpers >--- [INFO] Building org.polarsys.capella.vp.requirements.model.helpers 0.11.1-SNAPSHOT [14/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.model.helpers --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.model.helpers --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/org.polarsys.capella.vp.requirements.model.helpers-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/org.polarsys.capella.vp.requirements.model.helpers-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/org.polarsys.capella.vp.requirements.model.helpers-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/org.polarsys.capella.vp.requirements.model.helpers-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/org.polarsys.capella.vp.requirements.model.helpers-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/org.polarsys.capella.vp.requirements.model.helpers-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.business.queries >-- [INFO] Building org.polarsys.capella.vp.requirements.business.queries 0.11.1-SNAPSHOT [15/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.business.queries --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.business.queries --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/target/org.polarsys.capella.vp.requirements.business.queries-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/target/org.polarsys.capella.vp.requirements.business.queries-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/target/org.polarsys.capella.vp.requirements.business.queries-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/target/org.polarsys.capella.vp.requirements.business.queries-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/target/org.polarsys.capella.vp.requirements.business.queries-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/target/org.polarsys.capella.vp.requirements.business.queries-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences >-- [INFO] Building org.polarsys.capella.vp.requirements.importer.preferences 0.11.1-SNAPSHOT [16/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.importer.preferences --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.importer.preferences --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/org.polarsys.capella.vp.requirements.importer.preferences-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/org.polarsys.capella.vp.requirements.importer.preferences-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/org.polarsys.capella.vp.requirements.importer.preferences-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/org.polarsys.capella.vp.requirements.importer.preferences-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/org.polarsys.capella.vp.requirements.importer.preferences-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/org.polarsys.capella.vp.requirements.importer.preferences-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.importer.extension >-- [INFO] Building org.polarsys.capella.vp.requirements.importer.extension 0.11.1-SNAPSHOT [17/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.importer.extension --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.importer.extension --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/org.polarsys.capella.vp.requirements.importer.extension-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/org.polarsys.capella.vp.requirements.importer.extension-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/org.polarsys.capella.vp.requirements.importer.extension-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/org.polarsys.capella.vp.requirements.importer.extension-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/org.polarsys.capella.vp.requirements.importer.extension-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/org.polarsys.capella.vp.requirements.importer.extension-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers >-- [INFO] Building org.polarsys.kitalpha.vp.requirements.model.helpers 0.11.1-SNAPSHOT [18/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/org.polarsys.kitalpha.vp.requirements.model.helpers-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/org.polarsys.kitalpha.vp.requirements.model.helpers-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/org.polarsys.kitalpha.vp.requirements.model.helpers-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/org.polarsys.kitalpha.vp.requirements.model.helpers-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/org.polarsys.kitalpha.vp.requirements.model.helpers-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/org.polarsys.kitalpha.vp.requirements.model.helpers-0.11.1-SNAPSHOT.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit >---- [INFO] Building org.polarsys.kitalpha.vp.requirements.model.edit 0.11.1-SNAPSHOT [19/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/src-custom does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/org.polarsys.kitalpha.vp.requirements.model.edit-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/org.polarsys.kitalpha.vp.requirements.model.edit-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/org.polarsys.kitalpha.vp.requirements.model.edit-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/org.polarsys.kitalpha.vp.requirements.model.edit-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/org.polarsys.kitalpha.vp.requirements.model.edit-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/org.polarsys.kitalpha.vp.requirements.model.edit-0.11.1-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.requirements.importer >----- [INFO] Building org.polarsys.capella.vp.requirements.importer 0.11.1-SNAPSHOT [20/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.importer --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.importer --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.importer --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.importer --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/target/org.polarsys.capella.vp.requirements.importer-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.importer --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/target/org.polarsys.capella.vp.requirements.importer-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.importer --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/target/org.polarsys.capella.vp.requirements.importer-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.importer --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/target/org.polarsys.capella.vp.requirements.importer-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/target/org.polarsys.capella.vp.requirements.importer-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.importer --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/target/org.polarsys.capella.vp.requirements.importer-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator >-- [INFO] Building org.polarsys.capella.vp.requirements.reqif.resource.obfuscator 0.11.1-SNAPSHOT [21/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/target/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/target/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/target/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/target/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/target/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/target/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator-0.11.1-SNAPSHOT.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.vp.requirements.ui.commands >---- [INFO] Building org.polarsys.capella.vp.requirements.ui.commands 0.11.1-SNAPSHOT [22/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.ui.commands --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.ui.commands --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/target/org.polarsys.capella.vp.requirements.ui.commands-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/target/org.polarsys.capella.vp.requirements.ui.commands-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/target/org.polarsys.capella.vp.requirements.ui.commands-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/target/org.polarsys.capella.vp.requirements.ui.commands-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/target/org.polarsys.capella.vp.requirements.ui.commands-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/target/org.polarsys.capella.vp.requirements.ui.commands-0.11.1-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.requirements.design >------ [INFO] Building org.polarsys.capella.vp.requirements.design 0.11.1-SNAPSHOT [23/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.design --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.design --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.design --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/target/classes [WARNING] /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/src/org/polarsys/capella/vp/requirements/design/service/CapellaRequirementsOpenJavaService.java:[31] import org.eclipse.sirius.diagram.business.internal.metamodel.helper.ContentLayerHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContentLayerHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.3.3.202008060853/org.eclipse.sirius.diagram-6.3.3.202008060853.jar') [WARNING] /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/src/org/polarsys/capella/vp/requirements/design/service/CapellaRequirementsOpenJavaService.java:[471] for (final EdgeMapping mapping : ContentLayerHelper.getAllEdgeMappings(layer)) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContentLayerHelper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.3.3.202008060853/org.eclipse.sirius.diagram-6.3.3.202008060853.jar') [WARNING] /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/src/org/polarsys/capella/vp/requirements/design/service/CapellaRequirementsOpenJavaService.java:[471] for (final EdgeMapping mapping : ContentLayerHelper.getAllEdgeMappings(layer)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ContentLayerHelper.getAllEdgeMappings(Layer)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.3.3.202008060853/org.eclipse.sirius.diagram-6.3.3.202008060853.jar') 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.design --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.design --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/target/org.polarsys.capella.vp.requirements.design-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.design --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/target/org.polarsys.capella.vp.requirements.design-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.design --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.design --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.design --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/target/org.polarsys.capella.vp.requirements.design-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.design --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/target/org.polarsys.capella.vp.requirements.design-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/target/org.polarsys.capella.vp.requirements.design-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.design --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/target/org.polarsys.capella.vp.requirements.design-0.11.1-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.requirements.doc >-------- [INFO] Building org.polarsys.capella.vp.requirements.doc 0.11.1-SNAPSHOT [24/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.doc --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.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.vp.requirements.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/target/org.polarsys.capella.vp.requirements.doc-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/target/org.polarsys.capella.vp.requirements.doc-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/target/org.polarsys.capella.vp.requirements.doc-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/target/org.polarsys.capella.vp.requirements.doc-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/target/org.polarsys.capella.vp.requirements.doc-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/target/org.polarsys.capella.vp.requirements.doc-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.representation.feature >-- [INFO] Building org.polarsys.capella.vp.requirements.representation.feature 0.11.1-SNAPSHOT [25/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.representation.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.representation.feature/target/org.polarsys.capella.vp.requirements.representation.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.representation.feature/target/org.polarsys.capella.vp.requirements.representation.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.representation.feature/target/org.polarsys.capella.vp.requirements.representation.feature-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.representation.feature/target/org.polarsys.capella.vp.requirements.representation.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.requirements.model.edit >---- [INFO] Building org.polarsys.capella.vp.requirements.model.edit 0.11.1-SNAPSHOT [26/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/target/org.polarsys.capella.vp.requirements.model.edit-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/target/org.polarsys.capella.vp.requirements.model.edit-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/target/org.polarsys.capella.vp.requirements.model.edit-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/target/org.polarsys.capella.vp.requirements.model.edit-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/target/org.polarsys.capella.vp.requirements.model.edit-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/target/org.polarsys.capella.vp.requirements.model.edit-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser >-- [INFO] Building org.polarsys.capella.vp.requirements.semantic.browser 0.11.1-SNAPSHOT [27/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.semantic.browser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.semantic.browser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/target/org.polarsys.capella.vp.requirements.semantic.browser-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/target/org.polarsys.capella.vp.requirements.semantic.browser-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/target/org.polarsys.capella.vp.requirements.semantic.browser-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/target/org.polarsys.capella.vp.requirements.semantic.browser-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/target/org.polarsys.capella.vp.requirements.semantic.browser-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/target/org.polarsys.capella.vp.requirements.semantic.browser-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature >-- [INFO] Building org.polarsys.capella.vp.requirements.thirdparty.feature 0.11.1-SNAPSHOT [28/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.thirdparty.feature/target/org.polarsys.capella.vp.requirements.thirdparty.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.thirdparty.feature/target/org.polarsys.capella.vp.requirements.thirdparty.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.requirements.ui >-------- [INFO] Building org.polarsys.capella.vp.requirements.ui 0.11.1-SNAPSHOT [29/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.ui --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/target/org.polarsys.capella.vp.requirements.ui-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/target/org.polarsys.capella.vp.requirements.ui-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/target/org.polarsys.capella.vp.requirements.ui-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/target/org.polarsys.capella.vp.requirements.ui-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/target/org.polarsys.capella.vp.requirements.ui-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/target/org.polarsys.capella.vp.requirements.ui-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences >-- [INFO] Building org.polarsys.capella.vp.requirements.ui.importer.preferences 0.11.1-SNAPSHOT [30/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/target/org.polarsys.capella.vp.requirements.ui.importer.preferences-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/target/org.polarsys.capella.vp.requirements.ui.importer.preferences-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/target/org.polarsys.capella.vp.requirements.ui.importer.preferences-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/target/org.polarsys.capella.vp.requirements.ui.importer.preferences-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/target/org.polarsys.capella.vp.requirements.ui.importer.preferences-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/target/org.polarsys.capella.vp.requirements.ui.importer.preferences-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties >-- [INFO] Building org.polarsys.kitalpha.vp.requirements.ui.properties 0.11.1-SNAPSHOT [31/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/target/org.polarsys.kitalpha.vp.requirements.ui.properties-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/target/org.polarsys.kitalpha.vp.requirements.ui.properties-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/target/org.polarsys.kitalpha.vp.requirements.ui.properties-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/target/org.polarsys.kitalpha.vp.requirements.ui.properties-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/target/org.polarsys.kitalpha.vp.requirements.ui.properties-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/target/org.polarsys.kitalpha.vp.requirements.ui.properties-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators >-- [INFO] Building org.polarsys.kitalpha.vp.requirements.model.edit.decorators 0.11.1-SNAPSHOT [32/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/target/org.polarsys.kitalpha.vp.requirements.model.edit.decorators-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/target/org.polarsys.kitalpha.vp.requirements.model.edit.decorators-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/target/org.polarsys.kitalpha.vp.requirements.model.edit.decorators-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/target/org.polarsys.kitalpha.vp.requirements.model.edit.decorators-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/target/org.polarsys.kitalpha.vp.requirements.model.edit.decorators-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/target/org.polarsys.kitalpha.vp.requirements.model.edit.decorators-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.ui.properties >--- [INFO] Building org.polarsys.capella.vp.requirements.ui.properties 0.11.1-SNAPSHOT [33/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.ui.properties --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/target/classes [WARNING] /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/src/org/polarsys/capella/vp/requirements/ui/properties/widgets/TableviewUIExtender.java:[32] import org.eclipse.ui.internal.PartSite; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/src/org/polarsys/capella/vp/requirements/ui/properties/widgets/TableviewUIExtender.java:[115] } else if (currentSite instanceof PartSite) { ^^^^^^^^ Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/src/org/polarsys/capella/vp/requirements/ui/properties/widgets/TableviewUIExtender.java:[116] return ((PartSite) currentSite).getActionBars().getStatusLineManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PartSite.getActionBars()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/src/org/polarsys/capella/vp/requirements/ui/properties/widgets/TableviewUIExtender.java:[116] return ((PartSite) currentSite).getActionBars().getStatusLineManager(); ^^^^^^^^ Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') 4 problems (4 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.ui.properties --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/target/org.polarsys.capella.vp.requirements.ui.properties-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/target/org.polarsys.capella.vp.requirements.ui.properties-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/target/org.polarsys.capella.vp.requirements.ui.properties-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/target/org.polarsys.capella.vp.requirements.ui.properties-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/target/org.polarsys.capella.vp.requirements.ui.properties-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/target/org.polarsys.capella.vp.requirements.ui.properties-0.11.1-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.requirements.ui.feature >---- [INFO] Building org.polarsys.capella.vp.requirements.ui.feature 0.11.1-SNAPSHOT [34/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.ui.feature/target/org.polarsys.capella.vp.requirements.ui.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.ui.feature/target/org.polarsys.capella.vp.requirements.ui.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.ui.feature/target/org.polarsys.capella.vp.requirements.ui.feature-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.ui.feature/target/org.polarsys.capella.vp.requirements.ui.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf >-- [INFO] Building org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf 0.11.1-SNAPSHOT [35/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/target/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/target/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/target/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/target/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/target/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/target/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline >-- [INFO] Building org.polarsys.capella.vp.requirements.importer.commandline 0.11.1-SNAPSHOT [36/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.importer.commandline --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.importer.commandline --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/target/org.polarsys.capella.vp.requirements.importer.commandline-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/target/org.polarsys.capella.vp.requirements.importer.commandline-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/target/org.polarsys.capella.vp.requirements.importer.commandline-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/target/org.polarsys.capella.vp.requirements.importer.commandline-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/target/org.polarsys.capella.vp.requirements.importer.commandline-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/target/org.polarsys.capella.vp.requirements.importer.commandline-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.importer.feature >-- [INFO] Building org.polarsys.capella.vp.requirements.importer.feature 0.11.1-SNAPSHOT [37/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.importer.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.importer.feature/target/org.polarsys.capella.vp.requirements.importer.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.importer.feature/target/org.polarsys.capella.vp.requirements.importer.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.importer.feature/target/org.polarsys.capella.vp.requirements.importer.feature-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.importer.feature/target/org.polarsys.capella.vp.requirements.importer.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] ---< org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature >---- [INFO] Building org.polarsys.kitalpha.vp.requirements.af.feature 0.11.1-SNAPSHOT [38/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/target/org.polarsys.kitalpha.vp.requirements.af.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/target/org.polarsys.kitalpha.vp.requirements.af.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/target/org.polarsys.kitalpha.vp.requirements.af.feature-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/target/org.polarsys.kitalpha.vp.requirements.af.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature >-- [INFO] Building org.polarsys.kitalpha.vp.requirements.representation.feature 0.11.1-SNAPSHOT [39/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/target/org.polarsys.kitalpha.vp.requirements.representation.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/target/org.polarsys.kitalpha.vp.requirements.representation.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/target/org.polarsys.kitalpha.vp.requirements.representation.feature-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/target/org.polarsys.kitalpha.vp.requirements.representation.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.kitalpha.vp.requirements.ui >-------- [INFO] Building org.polarsys.kitalpha.vp.requirements.ui 0.11.1-SNAPSHOT [40/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/target/org.polarsys.kitalpha.vp.requirements.ui-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/target/org.polarsys.kitalpha.vp.requirements.ui-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/target/org.polarsys.kitalpha.vp.requirements.ui-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/target/org.polarsys.kitalpha.vp.requirements.ui-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/target/org.polarsys.kitalpha.vp.requirements.ui-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/target/org.polarsys.kitalpha.vp.requirements.ui-0.11.1-SNAPSHOT.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature >---- [INFO] Building org.polarsys.kitalpha.vp.requirements.ui.feature 0.11.1-SNAPSHOT [41/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/target/org.polarsys.kitalpha.vp.requirements.ui.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/target/org.polarsys.kitalpha.vp.requirements.ui.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/target/org.polarsys.kitalpha.vp.requirements.ui.feature-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/target/org.polarsys.kitalpha.vp.requirements.ui.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] ------< org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl >------ [INFO] Building org.polarsys.kitalpha.vp.requirements.vpdsl 0.11.1-SNAPSHOT [42/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/target/org.polarsys.kitalpha.vp.requirements.vpdsl-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/target/org.polarsys.kitalpha.vp.requirements.vpdsl-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/target/org.polarsys.kitalpha.vp.requirements.vpdsl-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/target/org.polarsys.kitalpha.vp.requirements.vpdsl-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/target/org.polarsys.kitalpha.vp.requirements.vpdsl-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/target/org.polarsys.kitalpha.vp.requirements.vpdsl-0.11.1-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.kitalpha.vp.requirements.feature >----- [INFO] Building org.polarsys.kitalpha.vp.requirements.feature 0.11.1-SNAPSHOT [43/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.feature/target/org.polarsys.kitalpha.vp.requirements.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.feature/target/org.polarsys.kitalpha.vp.requirements.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.feature/target/org.polarsys.kitalpha.vp.requirements.feature-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.feature/target/org.polarsys.kitalpha.vp.requirements.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.requirements.vpdsl >------- [INFO] Building org.polarsys.capella.vp.requirements.vpdsl 0.11.1-SNAPSHOT [44/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.vpdsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/target/org.polarsys.capella.vp.requirements.vpdsl-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/target/org.polarsys.capella.vp.requirements.vpdsl-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/target/org.polarsys.capella.vp.requirements.vpdsl-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/target/org.polarsys.capella.vp.requirements.vpdsl-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/target/org.polarsys.capella.vp.requirements.vpdsl-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/target/org.polarsys.capella.vp.requirements.vpdsl-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators >-- [INFO] Building org.polarsys.capella.vp.requirements.model.edit.decorators 0.11.1-SNAPSHOT [45/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/target/org.polarsys.capella.vp.requirements.model.edit.decorators-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/target/org.polarsys.capella.vp.requirements.model.edit.decorators-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/target/org.polarsys.capella.vp.requirements.model.edit.decorators-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/target/org.polarsys.capella.vp.requirements.model.edit.decorators-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/target/org.polarsys.capella.vp.requirements.model.edit.decorators-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/target/org.polarsys.capella.vp.requirements.model.edit.decorators-0.11.1-SNAPSHOT.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.requirements.validation >---- [INFO] Building org.polarsys.capella.vp.requirements.validation 0.11.1-SNAPSHOT [46/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.validation --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.validation --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/target/org.polarsys.capella.vp.requirements.validation-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/target/org.polarsys.capella.vp.requirements.validation-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/target/org.polarsys.capella.vp.requirements.validation-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/target/org.polarsys.capella.vp.requirements.validation-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/target/org.polarsys.capella.vp.requirements.validation-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/target/org.polarsys.capella.vp.requirements.validation-0.11.1-SNAPSHOT.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.requirements.feature >------ [INFO] Building org.polarsys.capella.vp.requirements.feature 0.11.1-SNAPSHOT [47/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.feature --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.feature/target/org.polarsys.capella.vp.requirements.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.feature/target/org.polarsys.capella.vp.requirements.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.feature/target/org.polarsys.capella.vp.requirements.feature-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.feature/target/org.polarsys.capella.vp.requirements.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] -----< org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen >------ [INFO] Building org.polarsys.kitalpha.vp.requirements.docgen 0.11.1-SNAPSHOT [48/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.docgen --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.docgen --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.docgen --- [WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/target/org.polarsys.kitalpha.vp.requirements.docgen-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/target/org.polarsys.kitalpha.vp.requirements.docgen-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/target/org.polarsys.kitalpha.vp.requirements.docgen-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/target/org.polarsys.kitalpha.vp.requirements.docgen-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/target/org.polarsys.kitalpha.vp.requirements.docgen-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/target/org.polarsys.kitalpha.vp.requirements.docgen-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen.feature >-- [INFO] Building org.polarsys.kitalpha.vp.requirements.docgen.feature 0.11.1-SNAPSHOT [49/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/target/org.polarsys.kitalpha.vp.requirements.docgen.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/target/org.polarsys.kitalpha.vp.requirements.docgen.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/target/org.polarsys.kitalpha.vp.requirements.docgen.feature-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/target/org.polarsys.kitalpha.vp.requirements.docgen.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.requirements.ju >-------- [INFO] Building org.polarsys.capella.vp.requirements.ju 0.11.1-SNAPSHOT [50/52] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.ju --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.ju --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.ju --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/target/org.polarsys.capella.vp.requirements.ju-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/target/org.polarsys.capella.vp.requirements.ju-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/target/org.polarsys.capella.vp.requirements.ju-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/target/org.polarsys.capella.vp.requirements.ju-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/target/org.polarsys.capella.vp.requirements.ju-0.11.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/target/org.polarsys.capella.vp.requirements.ju-0.11.1-SNAPSHOT.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.tests.feature >--- [INFO] Building org.polarsys.capella.vp.requirements.tests.feature 0.11.1-SNAPSHOT [51/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.tests.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.tests.feature/target/org.polarsys.capella.vp.requirements.tests.feature-0.11.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.tests.feature/target/org.polarsys.capella.vp.requirements.tests.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.tests.feature/target/org.polarsys.capella.vp.requirements.tests.feature-0.11.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.tests.feature/target/org.polarsys.capella.vp.requirements.tests.feature-0.11.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.requirements.site >------- [INFO] Building org.polarsys.capella.vp.requirements.site 0.11.1-SNAPSHOT [52/52] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.site --- [INFO] The project's OSGi version is 0.11.1.202011301244 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.site --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.vp.requirements.site --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.polarsys.capella.vp.requirements.site --- [INFO] Building zip: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/target/org.polarsys.capella.vp.requirements.site-0.11.1-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (create-dropins) @ org.polarsys.capella.vp.requirements.site --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ (122B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/neon [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (518B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (518B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ (64.5kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ (64.5kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703141400/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703141400/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703141400/ (886.38kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703141400/ (886.38kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ (886.4kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ (886.4kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ (861.1kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ (861.1kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ (871.38kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ (871.38kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ (870.9kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ (870.9kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ (876.7kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ (876.7kB) [INFO] Fetching 201705151400&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB) [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB) [INFO] Fetching osgi.enterprise_4.2.0.v201108120515.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.18kB) [INFO] Fetching osgi.enterprise_4.2.0.v201108120515.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.18kB) [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (92.14kB) [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (92.14kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.93kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.93kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (253.65kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (253.65kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.58kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.58kB) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.51kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.51kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.37kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.37kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.37kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.37kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.25kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.25kB) [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.47kB) [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.47kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.32kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.32kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.79kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.79kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.61kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.61kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.77kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.77kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.24kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.24kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.200.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.99kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.200.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.99kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.87kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.87kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.36kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.86kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.86kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.7kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.7kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.77kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.77kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.42kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.42kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (22.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (22.8kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.5kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.5kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.41kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.41kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.2kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.2kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.25kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.25kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.77kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.77kB) [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.04kB) [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.04kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.98kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.98kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.26kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.26kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.42kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.42kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.28kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.28kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.43kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.43kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.42kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.42kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.76kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.76kB) [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.22kB) [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.22kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.23kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.23kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.201.v20161115-1927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.51kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.201.v20161115-1927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.51kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.71kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.68kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.68kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.51kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.51kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.27kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.27kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.01kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.01kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -install, /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/target/eclipserun-work/configuration, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/target/repository, -destination, /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements/eclipse] [INFO] [INFO] --- maven-antrun-plugin:1.7:run (package-dropins) @ org.polarsys.capella.vp.requirements.site --- [INFO] Executing tasks main: [delete] Deleting: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements/eclipse/artifacts.jar [delete] Deleting: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements/eclipse/content.jar [zip] Building zip: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements-dropins-0.11.1.202011301244.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (archive-repository) @ org.polarsys.capella.vp.requirements.site --- [INFO] Building zip: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements-updateSite-0.11.1.202011301244.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Requirements Viewpoint 0.11.1-SNAPSHOT: [INFO] [INFO] Capella Requirements Viewpoint ..................... SUCCESS [ 10.179 s] [INFO] org.polarsys.capella.addon.vp.requirements.plugins . SUCCESS [ 0.003 s] [INFO] org.polarsys.kitalpha.vp.requirements.model ........ SUCCESS [ 14.973 s] [INFO] org.polarsys.capella.vp.requirements.model ......... SUCCESS [ 2.815 s] [INFO] org.polarsys.kitalpha.vp.requirements.model.cdo .... SUCCESS [ 2.968 s] [INFO] org.polarsys.capella.vp.requirements.model.cdo ..... SUCCESS [ 2.870 s] [INFO] org.polarsys.capella.vp.requirements.cdo.feature ... SUCCESS [ 2.366 s] [INFO] org.polarsys.capella.vp.requirements ............... SUCCESS [ 2.324 s] [INFO] org.polarsys.kitalpha.vp.requirements .............. SUCCESS [ 2.317 s] [INFO] org.polarsys.kitalpha.vp.requirements.design ....... SUCCESS [ 2.405 s] [INFO] org.polarsys.kitalpha.vp.requirements.af ........... SUCCESS [ 2.282 s] [INFO] org.polarsys.capella.vp.requirements.af ............ SUCCESS [ 2.325 s] [INFO] org.polarsys.capella.vp.requirements.af.feature .... SUCCESS [ 2.407 s] [INFO] org.polarsys.capella.vp.requirements.model.helpers . SUCCESS [ 2.557 s] [INFO] org.polarsys.capella.vp.requirements.business.queries SUCCESS [ 2.569 s] [INFO] org.polarsys.capella.vp.requirements.importer.preferences SUCCESS [ 2.602 s] [INFO] org.polarsys.capella.vp.requirements.importer.extension SUCCESS [ 2.338 s] [INFO] org.polarsys.kitalpha.vp.requirements.model.helpers SUCCESS [ 2.279 s] [INFO] org.polarsys.kitalpha.vp.requirements.model.edit ... SUCCESS [ 3.029 s] [INFO] org.polarsys.capella.vp.requirements.importer ...... SUCCESS [ 3.056 s] [INFO] org.polarsys.capella.vp.requirements.reqif.resource.obfuscator SUCCESS [ 3.387 s] [INFO] org.polarsys.capella.vp.requirements.ui.commands ... SUCCESS [ 3.810 s] [INFO] org.polarsys.capella.vp.requirements.design ........ SUCCESS [ 2.508 s] [INFO] org.polarsys.capella.vp.requirements.doc ........... SUCCESS [ 3.664 s] [INFO] org.polarsys.capella.vp.requirements.representation.feature SUCCESS [ 3.390 s] [INFO] org.polarsys.capella.vp.requirements.model.edit .... SUCCESS [ 2.496 s] [INFO] org.polarsys.capella.vp.requirements.semantic.browser SUCCESS [ 2.790 s] [INFO] org.polarsys.capella.vp.requirements.thirdparty.feature SUCCESS [ 1.143 s] [INFO] org.polarsys.capella.vp.requirements.ui ............ SUCCESS [ 2.589 s] [INFO] org.polarsys.capella.vp.requirements.ui.importer.preferences SUCCESS [ 2.461 s] [INFO] org.polarsys.kitalpha.vp.requirements.ui.properties SUCCESS [ 2.585 s] [INFO] org.polarsys.kitalpha.vp.requirements.model.edit.decorators SUCCESS [ 2.427 s] [INFO] org.polarsys.capella.vp.requirements.ui.properties . SUCCESS [ 3.194 s] [INFO] org.polarsys.capella.vp.requirements.ui.feature .... SUCCESS [ 2.500 s] [INFO] org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf SUCCESS [ 2.178 s] [INFO] org.polarsys.capella.vp.requirements.importer.commandline SUCCESS [ 2.255 s] [INFO] org.polarsys.capella.vp.requirements.importer.feature SUCCESS [ 2.192 s] [INFO] org.polarsys.kitalpha.vp.requirements.af.feature ... SUCCESS [ 2.299 s] [INFO] org.polarsys.kitalpha.vp.requirements.representation.feature SUCCESS [ 2.159 s] [INFO] org.polarsys.kitalpha.vp.requirements.ui ........... SUCCESS [ 2.111 s] [INFO] org.polarsys.kitalpha.vp.requirements.ui.feature ... SUCCESS [ 2.181 s] [INFO] org.polarsys.kitalpha.vp.requirements.vpdsl ........ SUCCESS [ 2.171 s] [INFO] org.polarsys.kitalpha.vp.requirements.feature ...... SUCCESS [ 2.254 s] [INFO] org.polarsys.capella.vp.requirements.vpdsl ......... SUCCESS [ 2.144 s] [INFO] org.polarsys.capella.vp.requirements.model.edit.decorators SUCCESS [ 2.319 s] [INFO] org.polarsys.capella.vp.requirements.validation .... SUCCESS [ 2.408 s] [INFO] org.polarsys.capella.vp.requirements.feature ....... SUCCESS [ 2.378 s] [INFO] org.polarsys.kitalpha.vp.requirements.docgen ....... SUCCESS [ 2.612 s] [INFO] org.polarsys.kitalpha.vp.requirements.docgen.feature SUCCESS [ 3.414 s] [INFO] org.polarsys.capella.vp.requirements.ju ............ SUCCESS [ 6.278 s] [INFO] org.polarsys.capella.vp.requirements.tests.feature . SUCCESS [ 2.355 s] [INFO] org.polarsys.capella.vp.requirements.site .......... SUCCESS [ 31.191 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:00 min [INFO] Finished at: 2020-11-30T12:52:22Z [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-ILHnTTU8I7hD/agent.1719 SSH_AGENT_PID=1721 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x@tmp/private_key_2813606748195750666.key (/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x@tmp/private_key_2813606748195750666.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/requirements/dropins/nightly/v0.11.x-1/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements-dropins-0.11.1.202011301244.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/requirements/dropins/nightly/v0.11.x-1/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1721 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-BTYDmxmRvNi4/agent.1747 SSH_AGENT_PID=1749 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x@tmp/private_key_2904427483433489749.key (/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x@tmp/private_key_2904427483433489749.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/requirements/updates/nightly/v0.11.x-1/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements-updateSite-0.11.1.202011301244.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/requirements/updates/nightly/v0.11.x-1/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1749 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Download Capella) Stage "Download Capella" skipped due to when conditional [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] { (Sonar) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SONARCLOUD_TOKEN [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn sonar:sonar -Dsonar.projectKey=eclipse_capella-requirements-vp -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -Dsonar.skipDesign=true -Dsonar.dynamic=reuseReports -Dsonar.java.source=8 -Dsonar.scanner.force-deprecated-java-version=true -Dsonar.java.coveragePlugin=jacoco -Dsonar.core.codeCoveragePlugin=jacoco -Dsonar.branch.name=v0.11.x Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.cdo.feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913 [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ (122B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-06 [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ (142B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ (142B) [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ (172B) [INFO] Adding repository https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06 [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ (172B) [INFO] Adding repository https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ (172B) [INFO] Adding repository https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site [INFO] Adding repository https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella [INFO] Adding repository http://download.eclipse.org/sirius/updates/legacy/1.1.0 [INFO] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ (172B) [INFO] Adding repository http://download.eclipse.org/egf/updates/1.6.1/2019-06 [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B) [INFO] Adding repository http://download.eclipse.org/nebula/releases/1.4.0 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository [INFO] Adding repository https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site [INFO] Adding repository https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site/ (172B) [INFO] Adding repository https://download.eclipse.org/diffmerge/releases/0.12.0/edm-coevolution-site [INFO] Adding repository https://download.eclipse.org/rmf/updates/releases/0.13.0 [INFO] Fetching p2.index from https://download.eclipse.org/sphinx/releases/0.8.x/ (116B) [INFO] Fetching p2.index from https://download.eclipse.org/sphinx/releases/0.8.x/ (116B) [INFO] Adding repository https://download.eclipse.org/sphinx/releases/0.8.x [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) [INFO] Adding repository https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111 [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/nightly/runtime/1.4.x [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.cdo.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.cdo.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.af.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.af.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.af.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.importer.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.importer.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.importer.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.representation.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.representation.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.representation.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.representation.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.representation.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.representation.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.thirdparty.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.thirdparty.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.thirdparty.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.tests.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.tests.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.tests.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.tests.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.business.queries:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.business.queries:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.business.queries:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.design:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.design:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.design:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.doc:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.doc:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.doc:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.validation:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.validation:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.validation:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.vpdsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.vpdsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.vpdsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.cdo:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.cdo:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.cdo:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.design:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.design:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.design:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ju:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ju:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ju:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.site:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.site:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.site:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.vp.requirements:pom:0.11.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Requirements Viewpoint [pom] [INFO] org.polarsys.capella.addon.vp.requirements.plugins [pom] [INFO] org.polarsys.kitalpha.vp.requirements.model [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.model [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.design [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.af.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.model.helpers [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.business.queries [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer.preferences [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer.extension [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.model.helpers [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.reqif.resource.obfuscator [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.ui.commands [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.design [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.doc [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.representation.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.semantic.browser [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.thirdparty.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.ui [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.ui.importer.preferences [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.ui.properties [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.model.edit.decorators [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.ui.properties [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer.commandline [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.af.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.representation.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.ui [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.ui.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.vpdsl [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.vpdsl [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.model.edit.decorators [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.validation [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.docgen [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.docgen.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.vp.requirements.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.site [eclipse-repository] [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.addon.vp.requirements >------- [INFO] Building Capella Requirements Viewpoint 0.11.1-SNAPSHOT [1/52] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.cdo:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.af:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.af:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.af:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.af:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.af:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.af:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.af:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.af.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.business.queries:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.doc:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.representation.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.vpdsl:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.validation:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.af:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.af:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.af.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.business.queries:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.doc:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.representation.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.vpdsl:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.validation:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.af:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.af:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.business.queries:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ju:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.validation:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.af:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.af:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.af.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.business.queries:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.cdo:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.doc:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.representation.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.vpdsl:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.validation:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ju:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.tests.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.design:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:jar:0.11.1-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:jar:0.11.1-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- sonar-maven-plugin:3.7.0.1746:sonar (default-cli) @ org.polarsys.capella.addon.vp.requirements --- [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 8.5.0 [INFO] Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent) [INFO] Load global settings [INFO] Load global settings (done) | time=639ms [INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] User cache: /home/jenkins/.sonar/cache [INFO] Load/download plugins [INFO] Load plugins index [INFO] Load plugins index (done) | time=133ms [INFO] Load/download plugins (done) | time=90689ms [INFO] Loaded core extensions: developer-scanner [INFO] JavaScript/TypeScript frontend is enabled [INFO] Found an active CI vendor: 'Jenkins' [INFO] Load project settings for component key: 'eclipse_capella-requirements-vp' [INFO] Load project settings for component key: 'eclipse_capella-requirements-vp' (done) | time=123ms [INFO] Process project properties [INFO] Execute project builders [INFO] Execute project builders (done) | time=2ms [INFO] Project key: eclipse_capella-requirements-vp [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x [INFO] Working dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/target/sonar [WARNING] The version of Java (1.8.0_202) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 11. [INFO] Load project branches [INFO] Load project branches (done) | time=112ms [INFO] Check ALM binding of project 'eclipse_capella-requirements-vp' [INFO] Detected project binding: NOT_BOUND [INFO] Check ALM binding of project 'eclipse_capella-requirements-vp' (done) | time=108ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=111ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=1ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=156ms [INFO] Load active rules [INFO] Load active rules (done) | time=4219ms [INFO] Organization key: eclipse [INFO] Branch name: v0.11.x, type: long living [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.af' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.af [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.business.queries' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.design' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.doc' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.doc [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.importer' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.importer.commandline' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.importer.extension' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.importer.preferences' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.model' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.model.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.model.edit' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.model.edit.decorators' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.model.helpers' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.reqif.resource.obfuscator' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.semantic.browser' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.ui' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.ui.commands' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.ui.importer.preferences' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.ui.properties' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.validation' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.vpdsl' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.vpdsl [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.af' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.af [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.design' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.docgen' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen [INFO] Source paths: .polyglot.build.properties, src, generated [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.model' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.model.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.model.edit' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.model.edit.decorators' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.model.helpers' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.ui' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.ui.properties' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.vpdsl' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.addon.vp.requirements.plugins' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.af.feature' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.af.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.cdo.feature' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.cdo.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.feature' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.importer.feature' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.importer.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.ju' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju [INFO] Source paths: pom.xml, src, src-gen [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.representation.feature' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.representation.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.site' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/releng/org.polarsys.capella.vp.requirements.site [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.tests.feature' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.tests.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.thirdparty.feature' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.thirdparty.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.vp.requirements.ui.feature' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.capella.vp.requirements.ui.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.af.feature' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.af.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.docgen.feature' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.feature' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.representation.feature' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'org.polarsys.kitalpha.vp.requirements.ui.feature' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] Indexing files of module 'Capella Requirements Viewpoint' [INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x [INFO] Source paths: pom.xml [INFO] Excluded sources: **/src-gen/*, **/gen/*, **/generated/*, target/*, **/pom.xml [INFO] Excluded tests: **/tests/*, **/*.test*, **/*.ju* [INFO] Excluded sources for coverage: **/src-gen/*, **/gen/*, **/generated/*, **/tests/*, **/*.test*, **/*.ju*, **/releng/*, **/pom.xml [INFO] 473 files indexed [INFO] 17 files ignored because of inclusion/exclusion patterns [INFO] 0 files ignored because of scm ignore settings [INFO] Quality profile for java: Capella-java-quality-profile [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.docgen.feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Load metrics repository [INFO] Load metrics repository (done) | time=111ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.site [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.docgen [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=10ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=4ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Load project repositories [INFO] Load project repositories (done) | time=294ms [INFO] 13/13 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=3555ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=3640ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=2ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.importer.preferences [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=104ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=22ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=2ms [INFO] Sensor JavaSquidSensor [java] (done) | time=133ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.af [INFO] 3/3 source files have been analyzed [INFO] 0/0 source files have been analyzed [INFO] 0/0 source files have been analyzed [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.ui.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=3ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 25 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2200ms [INFO] 25/25 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2208ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.ui.importer.preferences [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 12 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=866ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] 12/12 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=875ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.doc [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.business.queries [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 20 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1394ms [INFO] 20/20 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1401ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.business.queries/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.model.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 27 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1850ms [INFO] 27/27 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1857ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.model.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 6 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=433ms [INFO] 6/6 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=441ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 0/0 source files have been analyzed [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.model.edit.decorators [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 19 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1165ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 19/19 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1173ms [INFO] 0/0 source files have been analyzed [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.model.helpers [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 1 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=77ms [INFO] Java Test Files AST scan [INFO] 1/1 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=84ms [INFO] 0/0 source files have been analyzed [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.model [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 61 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3598ms [INFO] 61/61 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=3605ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.ui.commands [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=4ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=3ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1124ms [INFO] 13/13 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1134ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.importer.extension [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 6 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=641ms [INFO] 6/6 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=646ms [INFO] 0/0 source files have been analyzed [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=3ms [INFO] Java Main Files AST scan [INFO] 5 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=532ms [INFO] 5/5 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=541ms [INFO] 0/0 source files have been analyzed [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.model [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 19 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1132ms [INFO] 19/19 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1138ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.importer.commandline [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=105ms [INFO] 2/2 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=111ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.design [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=248ms [INFO] Java Test Files AST scan [INFO] 3/3 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=279ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.design/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.af [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.vpdsl [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.model.helpers [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 5 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=318ms [INFO] 5/5 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=326ms [INFO] 0/0 source files have been analyzed [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.model.edit [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 28 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2683ms [INFO] 28/28 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=2690ms [INFO] 0/0 source files have been analyzed [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.model.edit [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 12 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=795ms [INFO] Java Test Files AST scan [INFO] 12/12 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=800ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.reqif.resource.obfuscator [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=186ms [INFO] 3/3 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=191ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.vpdsl [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.design [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=90ms [INFO] Java Test Files AST scan [INFO] 2/2 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=97ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.kitalpha.vp.requirements.design/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.ui.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 26 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2111ms [INFO] Java Test Files AST scan [INFO] 26/26 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=2118ms [INFO] 0/0 source files have been analyzed [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.model.edit.decorators [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 7 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=390ms [INFO] Java Test Files AST scan [INFO] 7/7 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=395ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=182ms [INFO] 3/3 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=188ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.importer [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 35 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2971ms [INFO] 35/35 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2977ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.importer/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.semantic.browser [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 35 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1996ms [INFO] Java Test Files AST scan [INFO] 35/35 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2003ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.addon.vp.requirements.plugins [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.importer.feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.representation.feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.ui.feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.af.feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.cdo.feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.thirdparty.feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.representation.feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.ju [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=5ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=4ms [INFO] Java Main Files AST scan [INFO] 38 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=4073ms [INFO] Java Test Files AST scan [INFO] 38/38 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=4083ms [INFO] 0/0 source files have been analyzed [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/tests/org.polarsys.capella.vp.requirements.ju/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.tests.feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.vp.requirements.ui.feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.vp.requirements.af.feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module Capella Requirements Viewpoint [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor JavaSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/target/sonar/ucfg2/java [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/target/sonar/ucfg2/java [INFO] No UCFGs have been included for analysis. [INFO] Sensor JavaSecuritySensor [security] (done) | time=9ms [INFO] Sensor CSharpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/target/ucfg_cs2 [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/target/ucfg_cs2 [INFO] No UCFGs have been included for analysis. [INFO] Sensor CSharpSecuritySensor [security] (done) | time=0ms [INFO] Sensor PhpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/target/sonar/ucfg2/php [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/target/sonar/ucfg2/php [INFO] No UCFGs have been included for analysis. [INFO] Sensor PhpSecuritySensor [security] (done) | time=1ms [INFO] Sensor PythonSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/target/sonar/ucfg2/python [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/target/sonar/ucfg2/python [INFO] No UCFGs have been included for analysis. [INFO] Sensor PythonSecuritySensor [security] (done) | time=0ms [INFO] Sensor JsSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/target/sonar/ucfg2/js [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/pella-addon-requirements_v0.11.x/target/sonar/ucfg2/js [INFO] No UCFGs have been included for analysis. [INFO] Sensor JsSecuritySensor [security] (done) | time=1ms [INFO] ------------- Run sensors on project [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=57ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=265ms [INFO] CPD Executor 149 files had no CPD blocks [INFO] CPD Executor Calculating CPD for 280 files [INFO] CPD Executor CPD calculation finished (done) | time=73ms [INFO] Analysis report generated in 208ms, dir size=3 MB [INFO] Analysis report compressed in 563ms, zip size=1 MB [INFO] Analysis report uploaded in 878ms [INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=eclipse_capella-requirements-vp&branch=v0.11.x [INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AXYZOqx_ZiEO79G9djQe [INFO] Analysis total time: 49.898 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Requirements Viewpoint 0.11.1-SNAPSHOT: [INFO] [INFO] Capella Requirements Viewpoint ..................... SUCCESS [02:30 min] [INFO] org.polarsys.capella.addon.vp.requirements.plugins . SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.model ........ SKIPPED [INFO] org.polarsys.capella.vp.requirements.model ......... SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.model.cdo .... SKIPPED [INFO] org.polarsys.capella.vp.requirements.model.cdo ..... SKIPPED [INFO] org.polarsys.capella.vp.requirements.cdo.feature ... SKIPPED [INFO] org.polarsys.capella.vp.requirements ............... SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements .............. SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.design ....... SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.af ........... SKIPPED [INFO] org.polarsys.capella.vp.requirements.af ............ SKIPPED [INFO] org.polarsys.capella.vp.requirements.af.feature .... SKIPPED [INFO] org.polarsys.capella.vp.requirements.model.helpers . SKIPPED [INFO] org.polarsys.capella.vp.requirements.business.queries SKIPPED [INFO] org.polarsys.capella.vp.requirements.importer.preferences SKIPPED [INFO] org.polarsys.capella.vp.requirements.importer.extension SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.model.helpers SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.model.edit ... SKIPPED [INFO] org.polarsys.capella.vp.requirements.importer ...... SKIPPED [INFO] org.polarsys.capella.vp.requirements.reqif.resource.obfuscator SKIPPED [INFO] org.polarsys.capella.vp.requirements.ui.commands ... SKIPPED [INFO] org.polarsys.capella.vp.requirements.design ........ SKIPPED [INFO] org.polarsys.capella.vp.requirements.doc ........... SKIPPED [INFO] org.polarsys.capella.vp.requirements.representation.feature SKIPPED [INFO] org.polarsys.capella.vp.requirements.model.edit .... SKIPPED [INFO] org.polarsys.capella.vp.requirements.semantic.browser SKIPPED [INFO] org.polarsys.capella.vp.requirements.thirdparty.feature SKIPPED [INFO] org.polarsys.capella.vp.requirements.ui ............ SKIPPED [INFO] org.polarsys.capella.vp.requirements.ui.importer.preferences SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.ui.properties SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.model.edit.decorators SKIPPED [INFO] org.polarsys.capella.vp.requirements.ui.properties . SKIPPED [INFO] org.polarsys.capella.vp.requirements.ui.feature .... SKIPPED [INFO] org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf SKIPPED [INFO] org.polarsys.capella.vp.requirements.importer.commandline SKIPPED [INFO] org.polarsys.capella.vp.requirements.importer.feature SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.af.feature ... SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.representation.feature SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.ui ........... SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.ui.feature ... SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.vpdsl ........ SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.feature ...... SKIPPED [INFO] org.polarsys.capella.vp.requirements.vpdsl ......... SKIPPED [INFO] org.polarsys.capella.vp.requirements.model.edit.decorators SKIPPED [INFO] org.polarsys.capella.vp.requirements.validation .... SKIPPED [INFO] org.polarsys.capella.vp.requirements.feature ....... SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.docgen ....... SKIPPED [INFO] org.polarsys.kitalpha.vp.requirements.docgen.feature SKIPPED [INFO] org.polarsys.capella.vp.requirements.ju ............ SKIPPED [INFO] org.polarsys.capella.vp.requirements.tests.feature . SKIPPED [INFO] org.polarsys.capella.vp.requirements.site .......... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:56 min [INFO] Finished at: 2020-11-30T12:57:24Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [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