Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from ef31821df14a5bb2c741dd06465950210aee2017 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.20.1' > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master revision 6f3fc8d81105ed8abd63e2fe458564f4c5487b97 Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/workspace/capella-addon-filtering_v1.4.x@libs/capella-pipeline-library/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 6f3fc8d81105ed8abd63e2fe458564f4c5487b97 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6f3fc8d81105ed8abd63e2fe458564f4c5487b97 # timeout=10 Commit message: "Add Bot Token for Kitalpha (#30)" > git rev-list --no-walk 4f702bcc6095882fab6b4c1391703e0933c42915 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-znd0w is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-znd0w" 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-znd0w" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-znd0w" - 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.7" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-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-znd0w in /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-filtering.git > git init /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-filtering.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-filtering.git +refs/heads/v1.4.x:refs/remotes/origin/v1.4.x # timeout=10 Avoid second fetch Checking out Revision ef31821df14a5bb2c741dd06465950210aee2017 (v1.4.x) > git config remote.origin.url https://github.com/eclipse/capella-filtering.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v1.4.x:refs/remotes/origin/v1.4.x # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef31821df14a5bb2c741dd06465950210aee2017 # timeout=10 Commit message: "[releng] Bump to 1.4.2" > git rev-list --no-walk ef31821df14a5bb2c741dd06465950210aee2017 # timeout=10 [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=10.30.76.25 JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.22.145:50000 JENKINS_AGENT_WORKDIR=/home/jenkins/agent JENKINS_NODE_COOKIE=d7fefa5f-597d-4e82-925a-07f7343c63e6 BUILD_URL=https://ci.eclipse.org/capella/job/capella-addon-filtering/job/v1.4.x/4/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-znd0w JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true KUBERNETES_PORT=tcp://10.30.0.1:443 TERM=xterm HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6 KUBERNETES_PORT_443_TCP_PORT=443 STAGE_NAME=Generate Target Platform BUILD_TAG=jenkins-capella-addon-filtering-v1.4.x-4 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=v1.4.x GIT_PREVIOUS_COMMIT=ef31821df14a5bb2c741dd06465950210aee2017 CAPELLA_BRANCH=1.4.x OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle KUBERNETES_SERVICE_HOST=10.30.0.1 JOB_URL=https://ci.eclipse.org/capella/job/capella-addon-filtering/job/v1.4.x/ WORKSPACE=/home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-filtering/job/v1.4.x/4/display/redirect?page=changes JENKINS_UI_PORT_80_TCP_PROTO=tcp JENKINS_NAME=centos-7-znd0w USER_NAME=jenkins RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-filtering/job/v1.4.x/4/display/redirect?page=artifacts JENKINS_HOME=/var/jenkins GIT_COMMIT=ef31821df14a5bb2c741dd06465950210aee2017 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 MAVEN_HOME=/opt/tools/apache-maven/latest RUN_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-filtering/job/v1.4.x/4/display/redirect JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp _=/usr/bin/env JENKINS_UI_PORT_80_TCP_PORT=80 PWD=/home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x JENKINS_DISCOVERY_SERVICE_HOST=10.30.22.145 JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest JENKINS_UI_PORT=tcp://10.30.76.25:80 HUDSON_URL=https://ci.eclipse.org/capella/ LANG=en_US.UTF-8 JOB_NAME=capella-addon-filtering/v1.4.x GITLAB_OBJECT_KIND=none BUILD_DISPLAY_NAME=#4 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=4 JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000 JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 GIT_PREVIOUS_SUCCESSFUL_COMMIT=ef31821df14a5bb2c741dd06465950210aee2017 JOB_BASE_NAME=v1.4.x RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-filtering/job/v1.4.x/4/display/redirect?page=tests BUILD_KEY=1.4.x JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.22.145 JENKINS_SECRET=**** M2_HOME=/opt/tools/apache-maven/latest SHLVL=2 HOME=/home/jenkins GIT_BRANCH=v1.4.x KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 CI=true WORKSPACE_TMP=/home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-43dbc6e088b678b3a33d275be23af6c25faa98e309442dc24e29c604dd75fe02 NODE_LABELS=centos-7 centos-7-znd0w jipp-migration migration GIT_URL=https://github.com/eclipse/capella-filtering.git NSS_SDB_USE_CACHE=no CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/capella-addon-filtering_v1.4.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-znd0w JENKINS_UI_PORT_80_TCP=tcp://10.30.76.25:80 JENKINS_UI_SERVICE_HOST=10.30.76.25 JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-filtering/job/v1.4.x/display/redirect BUILD_NUMBER=4 HUDSON_COOKIE=018b7896-9a68-41cf-a296-d2770511b5a0 DISPLAY=:0 KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1 KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443 JENKINS_AGENT_NAME=centos-7-znd0w JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/org.polarsys.capella.filtering.update/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: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ---------------< org.polarsys:capella.target-definition >--------------- [INFO] Building capella.target-definition 1.4.2-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.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_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.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.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/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.update/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.update/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.update/target/eclipserun-work/configuration, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, 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/ (135.53kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/ (21.63kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/ (21.63kB) >> 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) 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 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/release/runtime/1.4.2/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/ (29.89kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/ (29.89kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2/ (58.55kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2/ (58.55kB) >> 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/releases/1.11.0/capella/ (15.81kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.11.0/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/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.update/capella.target-definition.targetplatform [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:20 min [INFO] Finished at: 2021-09-06T08:30:15Z [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 -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: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/.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.filtering.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/.polyglot.build.properties [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/release/runtime/1.4.2/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2 [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/ (29.89kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/ (29.89kB) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2 [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2/ (58.55kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2/ (58.55kB) [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/releases/1.11.0/capella [INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.11.0/capella/ (15.81kB) [INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.11.0/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/ (135.53kB) [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/ (135.53kB) [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/ (21.63kB) [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/ (21.63kB) [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] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/.polyglot.build.properties [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.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.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.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.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.amalgam.explorer.activity.ui_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.11.0/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/releases/1.11.0/capella/plugins/ (257.93kB) [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.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.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.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.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.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.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.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (379.12kB) [INFO] Fetching org.eclipse.sirius.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (379.12kB) [INFO] Fetching org.eclipse.sirius.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.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.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.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.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.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.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.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.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.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.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.app_1.4.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.7kB) [INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.7kB) [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.79kB) [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.79kB) [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1MB) [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1MB) [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.15kB) [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.15kB) [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.98kB) [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.98kB) [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,012.08kB) [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,012.08kB) [INFO] Fetching org.eclipse.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.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.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.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.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.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.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.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.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.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.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.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.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.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.jdt.core.manipulation_1.11.200.v20190520-0718.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (285.64kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.200.v20190520-0718.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (285.64kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.jdt.debug_3.13.0.v20190521-1707.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (931.98kB) [INFO] Fetching org.eclipse.jdt.debug_3.13.0.v20190521-1707.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (931.98kB) [INFO] Fetching org.eclipse.jdt.ui_3.18.0.v20190601-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.jdt.ui_3.18.0.v20190601-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.52kB) [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.52kB) [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (492.8kB) [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (492.8kB) [INFO] Fetching org.eclipse.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.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.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.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.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.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.ext.e3.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.1kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.1kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (23.94kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (23.94kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (169.49kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (169.49kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.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.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.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.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.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.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.table_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (97.29kB) [INFO] Fetching org.eclipse.sirius.table_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (97.29kB) [INFO] Fetching org.eclipse.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.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (321.3kB) [INFO] Fetching org.polarsys.capella.commandline.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (321.3kB) [INFO] Fetching org.polarsys.capella.common_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (78.18kB) [INFO] Fetching org.polarsys.capella.common_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (78.18kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.58kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.58kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (142.83kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (142.83kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (39.13kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (39.13kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (98.55kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (98.55kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (26.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (26.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (33.81kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (33.81kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (70.1kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (70.1kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.61kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.61kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (48.77kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (48.77kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (51.86kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (51.86kB) [INFO] Fetching org.polarsys.capella.common.model_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (28.83kB) [INFO] Fetching org.polarsys.capella.common.model_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (28.83kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (47.65kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (47.65kB) [INFO] Fetching org.polarsys.capella.common.ef_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (33kB) [INFO] Fetching org.polarsys.capella.common.ef_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (33kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.89kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.89kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (19.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (19.98kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (31.93kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (31.93kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (53.03kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (53.03kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (143.2kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (143.2kB) [INFO] Fetching org.polarsys.capella.common.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (205.27kB) [INFO] Fetching org.polarsys.capella.common.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (205.27kB) [INFO] Fetching org.polarsys.capella.common.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (42.19kB) [INFO] Fetching org.polarsys.capella.common.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (42.19kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (463.36kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (463.36kB) [INFO] Fetching org.polarsys.capella.core.model.handler_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (119.75kB) [INFO] Fetching org.polarsys.capella.core.model.handler_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (119.75kB) [INFO] Fetching org.polarsys.capella.common.libraries_1.4.2.202107131443.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.202107131443.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.202107131443.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.202107131443.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.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (41.25kB) [INFO] Fetching org.polarsys.capella.common.queries_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (41.25kB) [INFO] Fetching org.polarsys.capella.common.tools.report_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.14kB) [INFO] Fetching org.polarsys.capella.common.tools.report_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.14kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.19kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.19kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.85kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.85kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (20.77kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (20.77kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.39kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.39kB) [INFO] Fetching org.polarsys.capella.common.re.gen_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (63.76kB) [INFO] Fetching org.polarsys.capella.common.re.gen_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (63.76kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.08kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.08kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (164.46kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (164.46kB) [INFO] Fetching org.polarsys.capella.common.ui.services_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.66kB) [INFO] Fetching org.polarsys.capella.common.ui.services_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.66kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.69kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.69kB) [INFO] Fetching org.polarsys.capella.core.preferences_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (227.67kB) [INFO] Fetching org.polarsys.capella.core.preferences_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (227.67kB) [INFO] Fetching org.polarsys.capella.common.transition_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (262.29kB) [INFO] Fetching org.polarsys.capella.common.transition_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (262.29kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (23.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (23.08kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.24kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.24kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.81kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.81kB) [INFO] Fetching org.polarsys.capella.core.data.gen_1.4.2.202107131443.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.202107131443.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.common.ui.toolkit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.37kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.37kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (27.87kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (27.87kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (64.89kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (64.89kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (14.52kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (14.52kB) [INFO] Fetching org.polarsys.capella.core.af.integration_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.34kB) [INFO] Fetching org.polarsys.capella.core.af.integration_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (21.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (21.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (59.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (59.89kB) [INFO] Fetching org.polarsys.capella.core.application_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.48kB) [INFO] Fetching org.polarsys.capella.core.application_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.48kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (45.71kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (45.71kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.23kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.23kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (111.86kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (111.86kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_1.4.2.202107131443.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.202107131443.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.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.25kB) [INFO] Fetching org.polarsys.capella.core.libraries_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.25kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (72.75kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (72.75kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (72.75kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (72.75kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (27.08kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (27.08kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (260.43kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (260.43kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (182.66kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (182.66kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (52.32kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (52.32kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (70.65kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (70.65kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.2kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.2kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (99.59kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (99.59kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (35.37kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (35.37kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (225.41kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (225.41kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.5kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.5kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (105.08kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (105.08kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_1.4.2.202107131443.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.202107131443.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.decorators_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (78.95kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (78.95kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (413.83kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (413.83kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (158.55kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (158.55kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (49kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (49kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (84.75kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (84.75kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.24kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.24kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (210.98kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (210.98kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.73kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.73kB) [INFO] Fetching org.polarsys.capella.core.data.migration_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (147.75kB) [INFO] Fetching org.polarsys.capella.core.data.migration_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (147.75kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_0.8.0.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (6.55kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_0.8.0.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (6.55kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_0.8.0.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (17.62kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_0.8.0.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (17.62kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_1.4.2.202107131443.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.202107131443.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.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (103.47kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (103.47kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.43kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.43kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (50.79kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (50.79kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.49kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_1.4.2.202107131443.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.core.data.pa.properties_1.4.2.202107131443.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.core.data.requirement.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (28.41kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (28.41kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.81kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.81kB) [INFO] Fetching org.polarsys.capella.core.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (38.83kB) [INFO] Fetching org.polarsys.capella.core.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (38.83kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (42.49kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (42.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (17.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (17.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (6.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (6.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (33.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (33.76kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (113.83kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (113.83kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.64kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.64kB) [INFO] Fetching org.polarsys.capella.core.services_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.16kB) [INFO] Fetching org.polarsys.capella.core.services_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.16kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.4kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.4kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (302.64kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (302.64kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (231.2kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (231.2kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (93.36kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (93.36kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (71.3kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (71.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (74.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (74.2kB) [INFO] Fetching org.polarsys.capella.core.transition.system_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (263.23kB) [INFO] Fetching org.polarsys.capella.core.transition.system_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (263.23kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_1.4.2.202107131443.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.202107131443.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.validation.ui.ide_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (54.54kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (54.54kB) [INFO] Fetching org.polarsys.capella.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (543.41kB) [INFO] Fetching org.polarsys.capella.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (543.41kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (272.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (272.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (14.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (14.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (77.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (77.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (9.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (9.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (70.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (70.94kB) [INFO] Fetching org.polarsys.kitalpha.report_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.report_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (32.23kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (32.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (14.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (18.36kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (18.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (29.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (29.61kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (32.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (32.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (18.94kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (18.94kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (22.61kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (22.61kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (15.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (15.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (22.27kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (22.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (75.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (75.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (269.03kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (269.03kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (15.52kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (15.52kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (18.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (18.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (12.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (12.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (21.94kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (21.94kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,006.66kB) [INFO] Fetching org.eclipse.swt.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.filtering.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.cdo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.cdo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/.polyglot.build.properties [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.polarsys.capella.common.data.activity.gen.cdo_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (11.25kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.cdo_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (11.25kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (10.41kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (10.41kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (10.93kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (10.93kB) [INFO] Fetching org.polarsys.capella.core.data.gen.cdo_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (22.86kB) [INFO] Fetching org.polarsys.capella.core.data.gen.cdo_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (22.86kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (10.06kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (10.06kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.cdo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/.polyglot.build.properties [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.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.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.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.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (243.03kB) [INFO] Fetching org.polarsys.capella.common.re_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (243.03kB) [INFO] Fetching org.polarsys.capella.common.re.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (116.11kB) [INFO] Fetching org.polarsys.capella.common.re.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (116.11kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (51.31kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (51.31kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (97.5kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (97.5kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (79.49kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (79.49kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (460.04kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (460.04kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (55.89kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (55.89kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.56kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.56kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (119.03kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (119.03kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.83kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.83kB) [INFO] Fetching org.polarsys.capella.core.projection.common_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (78.92kB) [INFO] Fetching org.polarsys.capella.core.projection.common_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (78.92kB) [INFO] Fetching org.polarsys.capella.core.tiger_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (69.68kB) [INFO] Fetching org.polarsys.capella.core.tiger_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (69.68kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (248.14kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (248.14kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (50.33kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (50.33kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.57kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.57kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (157.77kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (157.77kB) [INFO] Fetching org.polarsys.capella.core.re_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (113.78kB) [INFO] Fetching org.polarsys.capella.core.re_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (113.78kB) [INFO] Fetching org.polarsys.capella.core.re.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.81kB) [INFO] Fetching org.polarsys.capella.core.re.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (30.81kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (21.47kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (21.47kB) [INFO] Fetching org.polarsys.capella.test.framework_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (143.13kB) [INFO] Fetching org.polarsys.capella.test.framework_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (143.13kB) [INFO] Fetching org.polarsys.capella.test.transition.ju_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (1.71MB) [INFO] Fetching org.polarsys.capella.test.transition.ju_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/plugins/ (1.71MB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (99.28kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (99.28kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.business.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.business.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.business.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.commandline:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.commandline:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.commandline:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.menu.contribution:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.menu.contribution:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.menu.contribution:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.migration:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.migration:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.migration:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.model.cdo:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.model.cdo:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.model.cdo:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.properties:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.properties:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.properties:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.semantic.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.semantic.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.semantic.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.tools:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.tools:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.tools:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.transition:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.transition:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.transition:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.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.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_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.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.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.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.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.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.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_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.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.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.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.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.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (61.45kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (61.45kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (37.79kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (37.79kB) [INFO] Fetching org.polarsys.capella.common.id.handler_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (11.98kB) [INFO] Fetching org.polarsys.capella.common.id.handler_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (11.98kB) [INFO] Fetching org.polarsys.capella.common.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.34kB) [INFO] Fetching org.polarsys.capella.common.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.34kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.46kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.46kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (18.56kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (18.56kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.54kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.54kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (16.62kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (16.62kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.94kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.94kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.27kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.27kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (34.85kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (34.85kB) [INFO] Fetching org.polarsys.kitalpha.massactions_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (28.4kB) [INFO] Fetching org.polarsys.kitalpha.massactions_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (28.4kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (58.88kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (58.88kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (17.86kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (17.86kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (54.06kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (54.06kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.8kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.8kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (191.54kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (191.54kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (20.36kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (20.36kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.09kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.09kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (21.27kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (21.27kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (31.96kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (31.96kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (468.91kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (468.91kB) [INFO] Fetching org.polarsys.capella.core.common.feature_1.4.2.202107131443.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.common.feature_1.4.2.202107131443.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.data.res.edit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (726.34kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (726.34kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (64.07kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (64.07kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_1.4.2.202107131443.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.202107131443.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.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.15kB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.15kB) [INFO] Fetching org.polarsys.capella.core.compare_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (47.25kB) [INFO] Fetching org.polarsys.capella.core.compare_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (47.25kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_1.4.2.202107131443.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.compare.feature_1.4.2.202107131443.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.202107131443.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.dashboard.feature_1.4.2.202107131443.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.data.common.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (22.43kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (22.43kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.83kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.83kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (45.3kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (45.3kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (37.71kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (37.71kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (60.6kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (60.6kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (112.74kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (112.74kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.56kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.56kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (42.75kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (42.75kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.06kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.06kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.66kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.66kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (112.35kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (112.35kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (134.91kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (134.91kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.32kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (68.32kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (43.75kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (43.75kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (8.02kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (8.02kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (8.05kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (8.05kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.92kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.92kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (21.32kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (21.32kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (52.38kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (130.41kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (24.53kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (24.53kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (53.94kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (53.94kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (18.67kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (18.67kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (46.56kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (46.56kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (38.99kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (38.99kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (20.71kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (20.71kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.03kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (14.03kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (34.91kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (34.91kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (39.29kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (39.29kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.57kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (19.57kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (52.8kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (52.8kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (16.63kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (16.63kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (58.38kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (58.38kB) [INFO] Fetching org.polarsys.capella.core.feature_1.4.2.202107131443.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.feature_1.4.2.202107131443.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.git.feature_1.4.2.202107131443.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.git.feature_1.4.2.202107131443.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.libraries.feature_1.4.2.202107131443.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.libraries.feature_1.4.2.202107131443.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.migration.feature_1.4.2.202107131443.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.migration.feature_1.4.2.202107131443.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.model.links.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (46.12kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (46.12kB) [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.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.96kB) [INFO] Fetching org.polarsys.capella.core.mylyn.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.96kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (35.16kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (35.16kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.87kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (15.87kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.82kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.82kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.25kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.25kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_1.4.2.202107131443.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.properties.richtext.feature_1.4.2.202107131443.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.re.updateconnections.ui_1.4.2.202107131443.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.202107131443.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.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (41.14kB) [INFO] Fetching org.polarsys.capella.core.re.project_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (41.14kB) [INFO] Fetching org.polarsys.capella.core.re.feature_1.4.2.202107131443.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.re.feature_1.4.2.202107131443.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.re.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.16kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.16kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (206.78kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (206.78kB) [INFO] Fetching org.polarsys.capella.core.re.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (36.14kB) [INFO] Fetching org.polarsys.capella.core.re.validation_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (36.14kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (69.67kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (69.67kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.1kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.1kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_1.4.2.202107131443.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.transition.common.feature_1.4.2.202107131443.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.transition.diagram.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.76kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.76kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.05kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.05kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (64.76kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (64.76kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (72.8kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (72.8kB) [INFO] Fetching org.polarsys.capella.ui.views_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.42kB) [INFO] Fetching org.polarsys.capella.ui.views_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (13.42kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.65kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (25.65kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.09kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (23.09kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (32.51kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (32.51kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.44kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.44kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (26.42kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (26.42kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (38.93kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (38.93kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_1.4.2.202107131443.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.ui.quickfix.feature_1.4.2.202107131443.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.ui.search_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (122.32kB) [INFO] Fetching org.polarsys.capella.core.ui.search_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (122.32kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_1.4.2.202107131443.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.ui.semantic.browser.feature_1.4.2.202107131443.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.ui.transfo.feature_1.4.2.202107131443.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.ui.transfo.feature_1.4.2.202107131443.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.ui.wizards.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.09kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.09kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_1.4.2.202107131443.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.core.validation.feature_1.4.2.202107131443.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.detachment.propertyvalue_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (52.42kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (52.42kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.52kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (17.52kB) [INFO] Fetching org.polarsys.capella.detachment.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.96kB) [INFO] Fetching org.polarsys.capella.detachment.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (18.96kB) [INFO] Fetching org.polarsys.capella.developer.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (371.57kB) [INFO] Fetching org.polarsys.capella.developer.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (371.57kB) [INFO] Fetching org.polarsys.capella.diagrams.doc_1.4.2.202107131443.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.202107131443.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.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (59.85kB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (59.85kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.93kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (43.93kB) [INFO] Fetching org.polarsys.capella.patterns.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (522.49kB) [INFO] Fetching org.polarsys.capella.patterns.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (522.49kB) [INFO] Fetching org.polarsys.capella.preferences.doc_1.4.2.202107131443.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.202107131443.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.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (84.96kB) [INFO] Fetching org.polarsys.capella.properties.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (84.96kB) [INFO] Fetching org.polarsys.capella.re.doc_1.4.2.202107131443.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.202107131443.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.202107131443.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.202107131443.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.202107131443.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.202107131443.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.glossary.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (419.21kB) [INFO] Fetching org.polarsys.capella.glossary.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (419.21kB) [INFO] Fetching org.polarsys.capella.validation.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (86.58kB) [INFO] Fetching org.polarsys.capella.validation.doc_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (86.58kB) [INFO] Fetching org.polarsys.capella.th.doc_1.4.2.202107131443.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.202107131443.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.202107131443.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.202107131443.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.202107131443.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.202107131443.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.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.29kB) [INFO] Fetching org.polarsys.capella.doc.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.29kB) [INFO] Fetching org.polarsys.capella.patterns_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (61.85kB) [INFO] Fetching org.polarsys.capella.patterns_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (61.85kB) [INFO] Fetching org.polarsys.capella.patterns.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.66kB) [INFO] Fetching org.polarsys.capella.patterns.ui_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.66kB) [INFO] Fetching org.polarsys.capella.patterns.obfuscator_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (12.86kB) [INFO] Fetching org.polarsys.capella.patterns.obfuscator_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (12.86kB) [INFO] Fetching org.polarsys.capella.patterns.migration_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.5kB) [INFO] Fetching org.polarsys.capella.patterns.migration_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (26.5kB) [INFO] Fetching org.polarsys.capella.patterns.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.1kB) [INFO] Fetching org.polarsys.capella.patterns.feature_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/features/ (19.1kB) [INFO] Fetching org.polarsys.capella.rcp_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (40.83kB) [INFO] Fetching org.polarsys.capella.rcp_1.4.2.202107131443.jar from https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.rcp.site/plugins/ (40.83kB) [INFO] Fetching org.polarsys.capella.rcp.feature_1.4.2.202107131443.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.rcp.feature_1.4.2.202107131443.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.kitalpha.cadence.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (53.31kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (53.31kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (456.49kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (456.49kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/features/ (8.93kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/features/ (8.93kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_0.8.0.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (10.86kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_0.8.0.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (10.86kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/features/ (11.54kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/features/ (11.54kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (26.05kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (26.05kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (20.05kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (20.05kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/features/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/features/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/features/ (12.88kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/features/ (12.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (5.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (5.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (18.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (18.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (65.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (65.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (9.84kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (9.84kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (43.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (43.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (191.6kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (191.6kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (4.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (4.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (12.69kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (12.69kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (66.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (66.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (31.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/plugins/ (31.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/features/ (13.12kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.4.2.202010141424.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/features/ (13.12kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.filtering:pom:1.4.2-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Filtering Addon [pom] [INFO] org.polarsys.capella.filtering.features [pom] [INFO] org.polarsys.capella.filtering.bundles [pom] [INFO] org.polarsys.capella.filtering.model [eclipse-plugin] [INFO] org.polarsys.capella.filtering.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.filtering.tools [eclipse-plugin] [INFO] org.polarsys.capella.filtering.semantic.queries [eclipse-plugin] [INFO] org.polarsys.capella.filtering.sirius.analysis [eclipse-plugin] [INFO] org.polarsys.capella.filtering.af [eclipse-plugin] [INFO] org.polarsys.capella.filtering.business.queries [eclipse-plugin] [INFO] org.polarsys.capella.filtering.commandline [eclipse-plugin] [INFO] org.polarsys.capella.filtering.doc [eclipse-plugin] [INFO] org.polarsys.capella.filtering.properties [eclipse-plugin] [INFO] org.polarsys.capella.filtering.menu.contribution [eclipse-plugin] [INFO] org.polarsys.capella.filtering.sirius.ui [eclipse-plugin] [INFO] org.polarsys.capella.filtering.validation [eclipse-plugin] [INFO] org.polarsys.capella.filtering.transition [eclipse-plugin] [INFO] org.polarsys.capella.filtering.migration [eclipse-plugin] [INFO] org.polarsys.capella.filtering.feature [eclipse-feature] [INFO] org.polarsys.capella.filtering.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.filtering.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.filtering.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.filtering.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.filtering.site [eclipse-repository] [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.addon.filtering >---------- [INFO] Building Capella Filtering Addon 1.4.2-SNAPSHOT [1/24] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.addon.filtering --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.addon.filtering --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.addon.filtering --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.addon.filtering --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.filtering.features >-------- [INFO] Building org.polarsys.capella.filtering.features 1.4.2-SNAPSHOT [2/24] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.features --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.features --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.features --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.features --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.filtering.bundles >--------- [INFO] Building org.polarsys.capella.filtering.bundles 1.4.2-SNAPSHOT [3/24] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.bundles --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.bundles --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.bundles --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.bundles --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.filtering.model >---------- [INFO] Building org.polarsys.capella.filtering.model 1.4.2-SNAPSHOT [4/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.model --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.model --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.model --- [INFO] Compiling 54 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.model --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/target/org.polarsys.capella.filtering.model-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.model --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/target/org.polarsys.capella.filtering.model-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.model --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.model --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.model --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.model.edit >------- [INFO] Building org.polarsys.capella.filtering.model.edit 1.4.2-SNAPSHOT [5/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.model.edit --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.model.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.model.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.model.edit --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.model.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/target/org.polarsys.capella.filtering.model.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/target/org.polarsys.capella.filtering.model.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.model.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.model.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.model.edit --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.filtering.tools >---------- [INFO] Building org.polarsys.capella.filtering.tools 1.4.2-SNAPSHOT [6/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.tools --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.tools --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.tools --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/target/classes [WARNING] /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/src/org/polarsys/capella/filtering/tools/dialogs/FilteringCriteriaSelectionDialog.java:[242] public void setInitialSelections(Object[] selectedElements) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike FilteringCriteriaSelectionDialog.setInitialSelections(Object[]) and SelectionDialog.setInitialSelections(Object...) 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/target/org.polarsys.capella.filtering.tools-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/target/org.polarsys.capella.filtering.tools-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.tools --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.tools --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.tools --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.filtering.semantic.queries >---- [INFO] Building org.polarsys.capella.filtering.semantic.queries 1.4.2-SNAPSHOT [7/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/target/org.polarsys.capella.filtering.semantic.queries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/target/org.polarsys.capella.filtering.semantic.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.filtering.sirius.analysis >----- [INFO] Building org.polarsys.capella.filtering.sirius.analysis 1.4.2-SNAPSHOT [8/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/target/org.polarsys.capella.filtering.sirius.analysis-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/target/org.polarsys.capella.filtering.sirius.analysis-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.filtering.af >----------- [INFO] Building org.polarsys.capella.filtering.af 1.4.2-SNAPSHOT [9/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.af --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.af --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.af --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.af --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.af --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.af --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/target/org.polarsys.capella.filtering.af-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.af --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/target/org.polarsys.capella.filtering.af-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.af --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.af --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.af --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.filtering.business.queries >---- [INFO] Building org.polarsys.capella.filtering.business.queries 1.4.2-SNAPSHOT [10/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.business.queries --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.business.queries --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.business.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.business.queries --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.business.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/target/org.polarsys.capella.filtering.business.queries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/target/org.polarsys.capella.filtering.business.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.business.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.business.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.business.queries --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.filtering.commandline >------- [INFO] Building org.polarsys.capella.filtering.commandline 1.4.2-SNAPSHOT [11/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.commandline --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.commandline --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.commandline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.commandline --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.commandline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/target/org.polarsys.capella.filtering.commandline-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/target/org.polarsys.capella.filtering.commandline-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.commandline --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.commandline --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.commandline --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.filtering.doc >----------- [INFO] Building org.polarsys.capella.filtering.doc 1.4.2-SNAPSHOT [12/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.doc --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/target/org.polarsys.capella.filtering.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/target/org.polarsys.capella.filtering.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.doc --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.properties >------- [INFO] Building org.polarsys.capella.filtering.properties 1.4.2-SNAPSHOT [13/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.properties --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.properties --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/target/org.polarsys.capella.filtering.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/target/org.polarsys.capella.filtering.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.properties --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.filtering.menu.contribution >---- [INFO] Building org.polarsys.capella.filtering.menu.contribution 1.4.2-SNAPSHOT [14/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/target/org.polarsys.capella.filtering.menu.contribution-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/target/org.polarsys.capella.filtering.menu.contribution-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.sirius.ui >-------- [INFO] Building org.polarsys.capella.filtering.sirius.ui 1.4.2-SNAPSHOT [15/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/target/org.polarsys.capella.filtering.sirius.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/target/org.polarsys.capella.filtering.sirius.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.validation >------- [INFO] Building org.polarsys.capella.filtering.validation 1.4.2-SNAPSHOT [16/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.validation --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.validation --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/target/org.polarsys.capella.filtering.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/target/org.polarsys.capella.filtering.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.validation --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.transition >------- [INFO] Building org.polarsys.capella.filtering.transition 1.4.2-SNAPSHOT [17/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.transition --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.transition --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.transition --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.transition --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.transition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.transition --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.transition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/target/org.polarsys.capella.filtering.transition-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.transition --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/target/org.polarsys.capella.filtering.transition-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.transition --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.transition --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.transition --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.migration >-------- [INFO] Building org.polarsys.capella.filtering.migration 1.4.2-SNAPSHOT [18/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.migration --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.migration --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.migration --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/target/org.polarsys.capella.filtering.migration-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/target/org.polarsys.capella.filtering.migration-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.migration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.migration --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.migration --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.filtering.feature >--------- [INFO] Building org.polarsys.capella.filtering.feature 1.4.2-SNAPSHOT [19/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.filtering.feature --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.feature --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.filtering.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/target/org.polarsys.capella.filtering.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.filtering.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/target/org.polarsys.capella.filtering.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.model.cdo >-------- [INFO] Building org.polarsys.capella.filtering.model.cdo 1.4.2-SNAPSHOT [20/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.model.cdo --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.model.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.model.cdo --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/target/org.polarsys.capella.filtering.model.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/target/org.polarsys.capella.filtering.model.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.model.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.model.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.model.cdo --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.filtering.cdo.feature >------- [INFO] Building org.polarsys.capella.filtering.cdo.feature 1.4.2-SNAPSHOT [21/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.cdo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.filtering.cdo.feature --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.cdo.feature --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.cdo.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.filtering.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/target/org.polarsys.capella.filtering.cdo.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.cdo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.filtering.cdo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/target/org.polarsys.capella.filtering.cdo.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.cdo.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.filtering.tests.ju >-------- [INFO] Building org.polarsys.capella.filtering.tests.ju 1.4.2-SNAPSHOT [22/24] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.tests.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.filtering.tests.ju --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.tests.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.tests.ju --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.tests.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.filtering.tests.ju --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.filtering.tests.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.tests.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/target/org.polarsys.capella.filtering.tests.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.tests.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.filtering.tests.ju --- [WARNING] /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/build.properties: bin.includes value(s) [fixtures/] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/target/org.polarsys.capella.filtering.tests.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.tests.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.tests.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.tests.ju --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.filtering.tests.feature >------ [INFO] Building org.polarsys.capella.filtering.tests.feature 1.4.2-SNAPSHOT [23/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.filtering.tests.feature --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.filtering.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.filtering.tests.feature --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.tests.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.filtering.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/target/org.polarsys.capella.filtering.tests.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.filtering.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.filtering.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/target/org.polarsys.capella.filtering.tests.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.tests.feature --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.filtering.site >---------- [INFO] Building org.polarsys.capella.filtering.site 1.4.2-SNAPSHOT [24/24] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.filtering.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.filtering.site --- [INFO] The project's OSGi version is 1.4.2.202109060830 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.filtering.site --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.filtering.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.filtering.site --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.filtering.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.filtering.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.4.0:publish-products (default-publish-products) @ org.polarsys.capella.filtering.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.polarsys.capella.filtering.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.filtering.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.filtering.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.polarsys.capella.filtering.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/target/org.polarsys.capella.filtering.site-1.4.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.filtering.site --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.filtering.site --- [INFO] [INFO] --- tycho-eclipserun-plugin:1.4.0:eclipse-run (create-dropins) @ org.polarsys.capella.filtering.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/ (507B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (507B) [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/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/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 201703231000&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/201703231000/plugins/ (431.77kB) [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (431.77kB) [INFO] Fetching osgi.enterprise_4.2.0.v201108120515.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (60.18kB) [INFO] Fetching osgi.enterprise_4.2.0.v201108120515.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (60.18kB) [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (92.14kB) [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (92.14kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (101.93kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (101.93kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (253.65kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (253.65kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (39.58kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (39.58kB) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (71.51kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (71.51kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (51.37kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (51.37kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (46.37kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (46.37kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (35.25kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (35.25kB) [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (26.47kB) [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (26.47kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (41.32kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (41.32kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (18.79kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (18.79kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (9.61kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (9.61kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (18.77kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (18.77kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (20.24kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/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/201703231000/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/201703231000/plugins/ (44.99kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (26.87kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201703231000/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/201703231000/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/201703231000/plugins/ (32.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (26.86kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/plugins/ (7.42kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (22.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (22.8kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (89.5kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (89.5kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (30.41kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/plugins/ (101.77kB) [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (36.04kB) [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/plugins/ (15.76kB) [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (42.22kB) [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/plugins/ (21.51kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (22.71kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/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/201703231000/plugins/ (116.27kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (29.01kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/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/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.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/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/target/eclipserun-work/configuration, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/target/repository, -destination, /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/target/Filtering/eclipse] [INFO] [INFO] --- maven-antrun-plugin:1.7:run (package-dropins) @ org.polarsys.capella.filtering.site --- [INFO] Executing tasks main: [delete] Deleting: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/target/Filtering/eclipse/artifacts.jar [delete] Deleting: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/target/Filtering/eclipse/content.jar [zip] Building zip: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/target/Filtering-dropins-1.4.2.202109060830.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (archive-repository) @ org.polarsys.capella.filtering.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/target/Filtering-updateSite-1.4.2.202109060830.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Filtering Addon 1.4.2-SNAPSHOT: [INFO] [INFO] Capella Filtering Addon ............................ SUCCESS [ 0.029 s] [INFO] org.polarsys.capella.filtering.features ............ SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.filtering.bundles ............. SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.filtering.model ............... SUCCESS [ 3.236 s] [INFO] org.polarsys.capella.filtering.model.edit .......... SUCCESS [ 0.573 s] [INFO] org.polarsys.capella.filtering.tools ............... SUCCESS [ 0.739 s] [INFO] org.polarsys.capella.filtering.semantic.queries .... SUCCESS [ 0.231 s] [INFO] org.polarsys.capella.filtering.sirius.analysis ..... SUCCESS [ 0.284 s] [INFO] org.polarsys.capella.filtering.af .................. SUCCESS [ 0.049 s] [INFO] org.polarsys.capella.filtering.business.queries .... SUCCESS [ 0.269 s] [INFO] org.polarsys.capella.filtering.commandline ......... SUCCESS [ 0.313 s] [INFO] org.polarsys.capella.filtering.doc ................. SUCCESS [ 0.162 s] [INFO] org.polarsys.capella.filtering.properties .......... SUCCESS [ 0.315 s] [INFO] org.polarsys.capella.filtering.menu.contribution ... SUCCESS [ 0.284 s] [INFO] org.polarsys.capella.filtering.sirius.ui ........... SUCCESS [ 0.409 s] [INFO] org.polarsys.capella.filtering.validation .......... SUCCESS [ 0.298 s] [INFO] org.polarsys.capella.filtering.transition .......... SUCCESS [ 0.213 s] [INFO] org.polarsys.capella.filtering.migration ........... SUCCESS [ 0.274 s] [INFO] org.polarsys.capella.filtering.feature ............. SUCCESS [ 0.255 s] [INFO] org.polarsys.capella.filtering.model.cdo ........... SUCCESS [ 0.183 s] [INFO] org.polarsys.capella.filtering.cdo.feature ......... SUCCESS [ 0.062 s] [INFO] org.polarsys.capella.filtering.tests.ju ............ SUCCESS [ 0.810 s] [INFO] org.polarsys.capella.filtering.tests.feature ....... SUCCESS [ 0.098 s] [INFO] org.polarsys.capella.filtering.site ................ SUCCESS [ 19.531 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:10 min [INFO] Finished at: 2021-09-06T08:33:29Z [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "sign" could not be activated because it does not exist. [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-Rf7Q3DgugkE0/agent.1235 SSH_AGENT_PID=1237 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x@tmp/private_key_13563331099724147966.key (/home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x@tmp/private_key_13563331099724147966.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/filtering/dropins/nightly/v1.4.x-4/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/target/Filtering-dropins-1.4.2.202109060830.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/filtering/dropins/nightly/v1.4.x-4/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1237 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-aQ1lCJKWmmne/agent.1263 SSH_AGENT_PID=1265 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x@tmp/private_key_7530455775934494795.key (/home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x@tmp/private_key_7530455775934494795.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/filtering/updates/nightly/v1.4.x-4/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/target/Filtering-updateSite-1.4.2.202109060830.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/filtering/updates/nightly/v1.4.x-4/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1265 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Download Capella) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + curl -ks https://download.eclipse.org/capella/core/products/nightly/1.4.x/ [Pipeline] sh + curl -k -o capella.zip https://download.eclipse.org/capella/core/products/nightly/1.4.x/capella-1.4.2.202107131443-linux-gtk-x86_64.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 419M 2 10.4M 0 0 19.2M 0 0:00:21 --:--:-- 0:00:21 19.2M 11 419M 11 46.3M 0 0 32.3M 0 0:00:12 0:00:01 0:00:11 32.3M 23 419M 23 97.3M 0 0 40.1M 0 0:00:10 0:00:02 0:00:08 40.1M 33 419M 33 138M 0 0 40.4M 0 0:00:10 0:00:03 0:00:07 40.4M 40 419M 40 169M 0 0 38.3M 0 0:00:10 0:00:04 0:00:06 38.2M 52 419M 52 220M 0 0 40.6M 0 0:00:10 0:00:05 0:00:05 43.0M 62 419M 62 262M 0 0 40.9M 0 0:00:10 0:00:06 0:00:04 43.3M 75 419M 75 314M 0 0 42.3M 0 0:00:09 0:00:07 0:00:02 43.4M 86 419M 86 363M 0 0 43.1M 0 0:00:09 0:00:08 0:00:01 45.0M 96 419M 96 406M 0 0 43.0M 0 0:00:09 0:00:09 --:--:-- 47.2M 100 419M 100 419M 0 0 43.6M 0 0:00:09 0:00:09 --:--:-- 47.4M [Pipeline] sh + unzip -q capella.zip [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Install test features) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + chmod 755 /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/capella/eclipse/eclipse [Pipeline] sh + /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/capella/eclipse/eclipse -repository http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository -installIU org.jsoup -application org.eclipse.equinox.p2.director -noSplash log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies). log4j:WARN Please initialize the log4j system properly. Installing org.jsoup 1.7.2.v201304221138. Operation completed in 2859 ms. [Pipeline] sh + /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/capella/eclipse/eclipse -repository https://download.eclipse.org/capella/core/updates/nightly/1.4.x/org.polarsys.capella.test.site/ -installIU org.polarsys.capella.test.feature.feature.group -application org.eclipse.equinox.p2.director -noSplash log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies). log4j:WARN Please initialize the log4j system properly. Installing org.polarsys.capella.test.feature.feature.group 1.4.2.202107131443. Operation completed in 6221 ms. [Pipeline] sh + /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/capella/eclipse/eclipse -repository file://home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/target/repository/ -installIU org.polarsys.capella.filtering.feature.feature.group -application org.eclipse.equinox.p2.director -noSplash Installing org.polarsys.capella.filtering.feature.feature.group 1.4.2.202109060830. Operation completed in 2908 ms. [Pipeline] sh + /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/capella/eclipse/eclipse -repository file://home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/target/repository/ -installIU org.polarsys.capella.filtering.tests.feature.feature.group -application org.eclipse.equinox.p2.director -noSplash Installing org.polarsys.capella.filtering.tests.feature.feature.group 1.4.2.202109060830. Operation completed in 2287 ms. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] xvnc $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [capella-addon-filtering_v1.4.x] $ vncserver -list Starting xvnc [capella-addon-filtering_v1.4.x] $ Xvnc :50 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Mon Sep 6 08:34:54 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5950 vncext: created VNC server for screen 0 [Pipeline] sh + '[' '!' -d /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco ']' + curl -k -o jacoco.zip https://repo1.maven.org/maven2/org/jacoco/jacoco/0.8.6/jacoco-0.8.6.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3851k 100 3851k 0 0 25.4M 0 --:--:-- --:--:-- --:--:-- 25.5M + unzip jacoco.zip -d /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco Archive: jacoco.zip creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/lib/ inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/lib/jacocoant.jar inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/lib/jacococli.jar inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/lib/jacocoagent.jar inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/lib/org.jacoco.core-0.8.6.202009150832.jar inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/lib/org.jacoco.report-0.8.6.202009150832.jar inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/lib/org.jacoco.agent-0.8.6.202009150832.jar inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/lib/org.jacoco.ant-0.8.6.202009150832.jar creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/java/ inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/java/ExecutionDataClient.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/java/ReportGenerator.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/java/ClassInfo.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/java/ExecDump.java creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/ inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/pom-it.xml creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/org/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/org/jacoco/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/test/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/test/java/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/test/java/org/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/test/java/org/jacoco/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/build.xml inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/pom.xml inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/build-offline.xml inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/pom-offline.xml inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ExpressionParserIT.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ExpressionParserTest.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/ExpressionParser.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/Main.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/IExpression.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Mul.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Add.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Div.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Sub.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Const.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/java/ExecutionDataServer.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/java/CoreTutorial.java inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/examples/java/MBeanClient.java creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/class-use/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/tools/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/tools/class-use/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/class-use/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/instr/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/instr/class-use/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/class-use/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/rt/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/rt/class-use/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/class-use/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/html/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/html/class-use/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/xml/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/xml/class-use/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/csv/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/csv/class-use/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/class-use/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/resources/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/com/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/com/vladium/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/com/vladium/emma/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/com/vladium/emma/rt/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/com/vladium/emma/rt/class-use/ inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/constant-values.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/tools/class-use/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/Analyzer.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/ISourceFileCoverage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/ICounter.CounterValue.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/ISourceNode.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/IRemoteCommandVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/AgentOptions.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/instr/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/rt/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/class-use/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/class-use/IReportGroupVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/html/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/xml/XMLFormatter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/IMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/RulesChecker.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/allclasses-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/overview-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/tools/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/CounterComparator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.CounterEntity.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/Analyzer.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/ICounter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/ExecutionData.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/SessionInfo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/class-use/AgentJar.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/rt/IAgent.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/class-use/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/class-use/IReportVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/html/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/xml/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/csv/class-use/CSVFormatter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/serialized-form.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/package-list inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/tools/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/IClassCoverage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/IMethodCoverage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/CounterComparator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/ISourceFileCoverage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/ILine.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/class-use/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/IExecutionDataVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/AgentJar.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/rt/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/class-use/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/class-use/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/html/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/xml/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/csv/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/IReportGroupVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/Limit.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/index-all.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/com/vladium/emma/rt/class-use/RT.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/overview-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/tools/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/IPackageCoverage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/NodeComparator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/IClassCoverage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.CounterEntity.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/AgentOptions.OutputMode.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/IExecutionDataAccessorGenerator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/IRemoteCommandVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/JaCoCo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/instr/class-use/Instrumenter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/rt/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/class-use/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/html/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/xml/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/csv/CSVFormatter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/IReportVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/IViolationsOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/resources/inherit.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/com/vladium/emma/rt/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/allclasses-noframe.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/tools/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.ElementType.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/ISourceNode.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/IPackageCoverage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/RuntimeData.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/AgentOptions.OutputMode.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/class-use/SessionInfo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/instr/Instrumenter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/rt/class-use/RT.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/class-use/ILanguageNames.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/xml/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/csv/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/class-use/RulesChecker.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/deprecated-list.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/com/vladium/emma/rt/RT.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/class-use/JaCoCo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/tools/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/IBundleCoverage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/ILine.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.ElementType.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/IMethodCoverage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/IRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/IExecutionDataAccessorGenerator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/class-use/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/ISessionInfoVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/instr/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/rt/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/class-use/ISourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/html/class-use/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/JavaNames.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/csv/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/class-use/IViolationsOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/overview-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/com/vladium/emma/rt/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/tools/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/ICoverageVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICounter.CounterValue.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/RuntimeData.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/class-use/ISessionInfoVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/class-use/IExecutionDataVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/instr/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/rt/class-use/IAgent.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/class-use/JavaNames.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/ILanguageNames.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/csv/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/class-use/Limit.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/stylesheet.css inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/com/vladium/emma/rt/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/tools/class-use/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICounter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/IBundleCoverage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/analysis/NodeComparator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/IRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/class-use/AgentOptions.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/runtime/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionData.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/data/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/core/instr/package-summary.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/agent/rt/RT.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/class-use/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/class-use/IMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/html/package-use.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/xml/class-use/XMLFormatter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/package-frame.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/ISourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/class-use/Rule.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/org/jacoco/report/check/Rule.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/help-doc.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api/com/vladium/emma/rt/package-tree.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/build.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/offline.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/conventions.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/team.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/environment.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/changes.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/ant.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/license.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/support.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/counters.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/classids.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/epl-2.0.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/flow.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/mission.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/agent.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/integrations.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/repo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/implementation.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/api.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/maven.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/empty.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/faq.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/report-integration-mojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/report-aggregate-mojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/prepare-agent-mojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/dump-mojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/merge-mojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/prepare-agent-integration-mojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/cli.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/help-mojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/report-mojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/check-mojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/instrument-mojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/restore-instrumented-classes-mojo.html creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/ inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/flow-goto.png inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/flow-goto-probe.png inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/test.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/flow-sequence-probe.png inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/source.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/flow-cond.png inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/flow-cond-probe.png inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/report.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/flow-example.png inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/doc.css inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/flow-exit-probe.png inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/extern.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/jar.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/group.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/flow-sequence.png inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/implementation.png inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/flow-exit.png inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/doc/resources/testsuite.gif creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/ creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ReportGenerator.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataClient.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial$MemoryClassLoader.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer$Handler.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/MBeanClient.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump$2.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/MBeanClient.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial$TestTarget.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ClassInfo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ClassInfo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ReportGenerator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataClient.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.examples/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco.csv inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-sessions.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentITMojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportAggregateMojo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/CheckMojo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentMojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportMojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportMojo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RestoreMojo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractJacocoMojo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport$NoSourceLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportITMojo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/MergeMojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractJacocoMojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentMojo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RuleConfiguration.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractReportMojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/InstrumentMojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractReportMojo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RestoreMojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentITMojo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractAgentMojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/CheckMojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RuleConfiguration.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportAggregateMojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractAgentMojo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportITMojo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport$SourceFileCollection.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/InstrumentMojo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/FileFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/MergeMojo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/FileFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecDumpClient.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecFileLoader.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/IncompatibleExecDataVersionException.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataReader.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionData.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataWriter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfoStore.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataStore.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionData.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataOutput.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CRC64.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataInput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CRC64.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataInput.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core/JaCoCo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core/JaCoCo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinGeneratedFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/FinallyFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AbstractMatcher.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AbstractMatcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinInlineFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/Filters.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AnnotationGeneratedFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AnnotationGeneratedFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/Filters.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchEcjFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SyntheticFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinGeneratedFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/FinallyFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchEcjFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinInlineFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SyntheticFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/BridgeFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$Matcher$JavacPattern.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchEcjFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/BridgeFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/FrameSnapshot.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter$2.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/FrameSnapshot.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelFlowAnalyzer.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesVisitor.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodSanitizer.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesAdapter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesAdapter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelFlowAnalyzer.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelInfo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesVisitor.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelInfo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodSanitizer.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICounter$CounterValue.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CounterComparator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode$CounterEntity.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CounterComparator.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageBuilder.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICounter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode$ElementType.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AbstractRuntime.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/CommandLineSupport.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime$Lookup.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime$RuntimeHandler.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime$2.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/OfflineInstrumentationAccessGenerator.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/WildcardMatcher.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlReader.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RuntimeData.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/CommandLineSupport.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/SystemPropertiesRuntime.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RuntimeData.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions$OutputMode.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlWriter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/BundleCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageCalculator.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceFileCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodAnalyzer.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/StringPool.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$Var.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/BundleCoverageImpl.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/PackageCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageImpl.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassCoverageImpl.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl$Var.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/Instruction.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl$Fix.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageCalculator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/PackageCoverageImpl.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder$Jump.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceNodeImpl.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodAnalyzer.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/StringPool.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/Instruction.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceNodeImpl.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$Fix.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceFileCoverageImpl.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/InputStreams.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ContentTypeDetector.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams$NoCloseInput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/InputStreams.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ContentTypeDetector.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InstrSupport.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/CondyProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeArrayStrategyFactory.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/MethodInstrumenter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeCounter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassFieldProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/SignatureRemover.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/NoneProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassInstrumenter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassInstrumenter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InterfaceFieldProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/MethodInstrumenter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeArrayStrategyFactory.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/LocalProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/SignatureRemover.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassFieldProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeCounter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeInserter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/NoneProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/DuplicateFrameEliminator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InstrSupport.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/LocalProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/CondyProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeInserter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InterfaceFieldProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/DuplicateFrameEliminator.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/RT.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/RT.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpConnection.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpConnection.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/NoneOutput.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/FileOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/FileOutput.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/NoneOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/RT.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/RT.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ConfigLoader.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ClassFileDumper.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Offline.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/PreMain.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/PreMain.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent$2.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ConfigLoader.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/JmxRegistration.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/JmxRegistration.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/CoverageTransformer.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Offline.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ClassFileDumper.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/CoverageTransformer.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/branchnc.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/sort.js inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/greenbar.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/sort.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/source.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/report.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/prettify.js inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/branchpc.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/branchfc.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/class.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/prettify.css inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/report.css inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/group.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/package.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/redbar.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/up.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/session.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/down.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/method.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco-resources/bundle.gif inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLElement.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLGroupVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLElement.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Styles.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Styles.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVGroupHandler.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVGroupHandler.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ClassRowWriter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/DelimitedWriter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/DelimitedWriter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ClassRowWriter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter$1Visitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ReportElement.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLCoverageWriter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLCoverageWriter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLElement.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ReportElement.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLElement.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLGroupVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Limit.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Limit.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Rule.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Rule.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/NormalizedFileNames.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/AbstractGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/NormalizedFileNames.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ReportOutputFolder.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/AbstractGroupVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ReportOutputFolder.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiReportVisitor.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/InputStreamSourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/DirectorySourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiSourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/JavaNames.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput$EntryOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/FileMultiReportOutput.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiGroupVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/JavaNames.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ElementIndex.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ElementIndex.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter$1RootVisitor.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/PercentageColumn.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/PercentageColumn.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex$Entry.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/BarColumn.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/BarColumn.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$2.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$3.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table$Column.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/TableItemComparator.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/TableItemComparator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/BundlePage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFileItem.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ClassPage.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ReportPage.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackageSourcePage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/GroupPage.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/TablePage.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/BundlePage.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackagePage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceHighlighter.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFilePage.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackagePage.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFileItem.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/MethodItem.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceHighlighter.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/MethodItem.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ReportPage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/NodePage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ClassPage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/NodePage.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/TablePage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackageSourcePage.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/GroupPage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFilePage.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Command.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/XmlDocumentation.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandParser.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandParser.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Command.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler$2.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/XmlDocumentation.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Report.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo$2.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Merge.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/AllCommands.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo$Printer.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Version.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Instrument.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/AllCommands.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Report.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Version.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Instrument.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Merge.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/AgentJar.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/AgentJar.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/jacoco.xml inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$CSVFormatterElement.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$GroupElement.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/index.source.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$FormatterElement.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/MergeTask.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AbstractCoverageTask.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask$JavaLikeTaskEnhancer.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$HTMLFormatterElement.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntResourcesLocator.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntFilesLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$CheckFormatterElement.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AbstractCoverageTask.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$XMLFormatterElement.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AgentTask.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask$TestNGTaskEnhancer.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AgentTask.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask$1.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$SourceFilesElement.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/InstrumentTask.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/InstrumentTask.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/MergeTask.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntResourcesLocator.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntFilesLocator.java.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask.java.html creating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/test/ inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/test/index.html inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/test/TESTS-TestSuites.xml inflating: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/coverage/report.dtd + echo 'Jacoco downloaded at /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco' Jacoco downloaded at /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco [Pipeline] sh + ls /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/lib jacocoagent.jar jacocoant.jar jacococli.jar org.jacoco.agent-0.8.6.202009150832.jar org.jacoco.ant-0.8.6.202009150832.jar org.jacoco.core-0.8.6.202009150832.jar org.jacoco.report-0.8.6.202009150832.jar [Pipeline] sh + sleep 10 + /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/capella/eclipse/eclipse -port 8081 -application org.polarsys.capella.test.run.application -data /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/runner -title MainTestSuite Listening on port 8081 for test suite MainTestSuite results ... + java '-javaagent:/home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco/lib/jacocoagent.jar=includes=*,excludes=,exclclassloader=sun.reflect.DelegatingClassLoader,destfile=/home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec,output=file,append=true' -Xms1024m -Xmx3500m -XX:+CMSClassUnloadingEnabled -ea -da:org.eclipse.emf.common.util.URI -Declipse.p2.data.area=@config.dir/../p2 -Dfile.encoding=Cp1252 -classpath /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/capella/eclipse/plugins/org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar org.eclipse.equinox.launcher.Main -os linux -ws gtk -arch x86_64 -version 3 -port 8081 -testLoaderClass org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader -loaderpluginname org.eclipse.jdt.junit4.runtime -application org.eclipse.pde.junit.runtime.uitestapplication -product org.polarsys.capella.rcp.product -testApplication org.polarsys.capella.core.platform.sirius.ui.perspective.id -configuration file:/home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/capella/eclipse/configuration -buildKey 1.4.x -data /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/MainTestSuite -testpluginname org.polarsys.capella.filtering.tests.ju -classNames org.polarsys.capella.filtering.tests.ju.MainTestSuite testRunStarted:5 [DerivationTest] >> require >> load MyLib [DerivationTest] >> require >> load sysmodel [DerivationTest] >> require >> load sysmodel_S_FR1 [DerivationTest] >> require >> load sysmodel_S_FR2 [DerivationTest] >> require >> load sysmodel_S_Empty_FR [DerivationTest] >> require >> load TestLib [DerivationTest] >> require >> load TestLib_DieselFilteringResult [DerivationTest] >> require >> load TestLib_HybridFilteringResult [DerivationTest] >> require >> load TestLib_PetrolFilteringResult [DerivationTest] >> require >> load TestSPLProject [DerivationTest] >> require >> load TestSPLProject_EmptyFilteringResult [DerivationTest] >> require >> load TestSPLProject_FilteringResult === currentFilteringResult: org.polarsys.capella.filtering.impl.FilteringResultImpl@1265ebc (id: 956368c4-cc06-4924-bf7a-c08a30fb8125, sid: null) (name: S_FR1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) === currentFilteringResult: org.polarsys.capella.filtering.impl.FilteringResultImpl@4afb7b4 (id: e4525242-111b-4429-ba82-a953c9db6922, sid: null) (name: S_FR2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) === currentFilteringResult: org.polarsys.capella.filtering.impl.FilteringResultImpl@72902be7 (id: 1e4c55c1-2e3f-4096-b45e-75835fe7e2f4, sid: null) (name: S_Empty_FR) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) === currentFilteringResult: org.polarsys.capella.filtering.impl.FilteringResultImpl@3361e651 (id: ee4bd2ca-31cd-4ccf-b9d9-4fc770bdc64e, sid: null) (name: DieselFilteringResult) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) === currentFilteringResult: org.polarsys.capella.filtering.impl.FilteringResultImpl@1ae2487b (id: 8ca5b856-0158-4e9f-8fbc-80c384fe36a0, sid: null) (name: HybridFilteringResult) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) === currentFilteringResult: org.polarsys.capella.filtering.impl.FilteringResultImpl@7029a729 (id: b3993f54-c307-4009-abbc-d2b94e4f2263, sid: null) (name: PetrolFilteringResult) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) === currentFilteringResult: org.polarsys.capella.filtering.impl.FilteringResultImpl@41ba2c77 (id: 7cac07a9-f538-4eef-b688-b670507309e0, sid: null) (name: FilteringResult) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) === currentFilteringResult: org.polarsys.capella.filtering.impl.FilteringResultImpl@7ba12854 (id: 7b87921f-de29-426a-bae2-b308c378ac74, sid: null) (name: EmptyFilteringResult) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [DerivationTest] >> release >> unload MyLib [DerivationTest] >> release >> unload sysmodel [DerivationTest] >> release >> unload sysmodel_S_FR1 [DerivationTest] >> release >> unload sysmodel_S_FR2 [DerivationTest] >> release >> unload sysmodel_S_Empty_FR [DerivationTest] >> release >> unload TestLib [DerivationTest] >> release >> unload TestLib_DieselFilteringResult [DerivationTest] >> release >> unload TestLib_HybridFilteringResult [DerivationTest] >> release >> unload TestLib_PetrolFilteringResult [DerivationTest] >> release >> unload TestSPLProject [DerivationTest] >> release >> unload TestSPLProject_EmptyFilteringResult [DerivationTest] >> release >> unload TestSPLProject_FilteringResult [FilteringServicesTest] >> require >> load FilteringServicesTestModel [FilteringServicesTest] >> release >> unload FilteringServicesTestModel [FunctionalTransitionTestCase] >> require >> load Transition ERROR => PROHIBITED SITUATION : There are many specifics mappings for the purpose ERROR => PROHIBITED SITUATION : There are many specifics mappings for the purpose org.polarsys.capella.common.re.rpl2re extends org.polarsys.capella.common.re org.polarsys.capella.common.re.createRec extends org.polarsys.capella.common.re.rpl2re org.polarsys.capella.common.re.updateCur extends org.polarsys.capella.common.re.rpl2re org.polarsys.capella.common.re.updateDef extends org.polarsys.capella.common.re.rpl2re org.polarsys.capella.common.re.re2rpl extends org.polarsys.capella.common.re org.polarsys.capella.common.re.createReplica extends org.polarsys.capella.common.re.re2rpl org.polarsys.capella.common.re.rpl2rec.conformance.check extends org.polarsys.capella.common.re.re2rpl org.polarsys.capella.common.re.updateReplica extends org.polarsys.capella.common.re.re2rpl org.polarsys.capella.common.re.deleteReplicaPreserveRelatedElements extends org.polarsys.capella.common.re.re2rpl org.polarsys.capella.common.re.deleteReplicaAndRelatedElements extends org.polarsys.capella.common.re.re2rpl org.polarsys.capella.core.re extends org.polarsys.capella.core.transition.system org.polarsys.capella.core.re extends org.polarsys.capella.common.re org.polarsys.capella.core.re.createRec extends org.polarsys.capella.core.re org.polarsys.capella.core.re.createRec extends org.polarsys.capella.common.re.createRec org.polarsys.capella.core.re.updateCur extends org.polarsys.capella.core.re org.polarsys.capella.core.re.updateCur extends org.polarsys.capella.common.re.updateCur org.polarsys.capella.core.re.updateDef extends org.polarsys.capella.core.re org.polarsys.capella.core.re.updateDef extends org.polarsys.capella.common.re.updateDef org.polarsys.capella.core.re.createReplica extends org.polarsys.capella.core.re org.polarsys.capella.core.re.createReplica extends org.polarsys.capella.common.re.createReplica org.polarsys.capella.core.re.updateReplica extends org.polarsys.capella.core.re org.polarsys.capella.core.re.updateReplica extends org.polarsys.capella.common.re.updateReplica org.polarsys.capella.core.re.deleteReplicaPreserveRelatedElements extends org.polarsys.capella.core.re org.polarsys.capella.core.re.deleteReplicaPreserveRelatedElements extends org.polarsys.capella.common.re.deleteReplicaPreserveRelatedElements org.polarsys.capella.core.re.deleteReplicaAndRelatedElements extends org.polarsys.capella.core.re org.polarsys.capella.core.re.deleteReplicaAndRelatedElements extends org.polarsys.capella.common.re.deleteReplicaAndRelatedElements org.polarsys.capella.core.transition.system.topdown.oe2actor extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.core.transition.system.topdown.oe2system extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.core.transition.system.topdown.oa2capability extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.core.transition.system.topdown.oa2mission extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.core.transition.system.topdown.oc2mission extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.core.transition.system.topdown.lc2pc extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.core.transition.system.topdown extends org.polarsys.capella.core.transition.system org.polarsys.capella.core.transition.system.topdown.pc2ci extends org.polarsys.capella.core.transition.system.topdown org.polarsys.capella.core.transition.system.topdown extends org.polarsys.capella.core.transition.system [FunctionalTransitionTestCase] >> release >> unload Transition testRunEnded:103175 ERROR => PROHIBITED SITUATION : There are many specifics mappings for the purpose ERROR => PROHIBITED SITUATION : There are many specifics mappings for the purpose [Pipeline] } Terminating xvnc. [Pipeline] // xvnc [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] sh + mvn -Djacoco.dataFile=/home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec org.jacoco:jacoco-maven-plugin:0.8.6:report 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: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/.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.filtering.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/.polyglot.build.properties [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913 [INFO] Fetching 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/release/runtime/1.4.2/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2 [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2 [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/releases/1.11.0/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/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] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.cdo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.cdo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.cdo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.business.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.business.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.business.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.commandline:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.commandline:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.commandline:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.menu.contribution:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.menu.contribution:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.menu.contribution:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.migration:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.migration:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.migration:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.model.cdo:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.model.cdo:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.model.cdo:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.properties:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.properties:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.properties:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.semantic.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.semantic.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.semantic.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.tools:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.tools:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.tools:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.transition:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.transition:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.transition:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.filtering:pom:1.4.2-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Filtering Addon [pom] [INFO] org.polarsys.capella.filtering.features [pom] [INFO] org.polarsys.capella.filtering.bundles [pom] [INFO] org.polarsys.capella.filtering.model [eclipse-plugin] [INFO] org.polarsys.capella.filtering.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.filtering.tools [eclipse-plugin] [INFO] org.polarsys.capella.filtering.semantic.queries [eclipse-plugin] [INFO] org.polarsys.capella.filtering.sirius.analysis [eclipse-plugin] [INFO] org.polarsys.capella.filtering.af [eclipse-plugin] [INFO] org.polarsys.capella.filtering.business.queries [eclipse-plugin] [INFO] org.polarsys.capella.filtering.commandline [eclipse-plugin] [INFO] org.polarsys.capella.filtering.doc [eclipse-plugin] [INFO] org.polarsys.capella.filtering.properties [eclipse-plugin] [INFO] org.polarsys.capella.filtering.menu.contribution [eclipse-plugin] [INFO] org.polarsys.capella.filtering.sirius.ui [eclipse-plugin] [INFO] org.polarsys.capella.filtering.validation [eclipse-plugin] [INFO] org.polarsys.capella.filtering.transition [eclipse-plugin] [INFO] org.polarsys.capella.filtering.migration [eclipse-plugin] [INFO] org.polarsys.capella.filtering.feature [eclipse-feature] [INFO] org.polarsys.capella.filtering.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.filtering.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.filtering.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.filtering.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.filtering.site [eclipse-repository] [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.addon.filtering >---------- [INFO] Building Capella Filtering Addon 1.4.2-SNAPSHOT [1/24] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.addon.filtering --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.filtering.features >-------- [INFO] Building org.polarsys.capella.filtering.features 1.4.2-SNAPSHOT [2/24] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.features --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.filtering.bundles >--------- [INFO] Building org.polarsys.capella.filtering.bundles 1.4.2-SNAPSHOT [3/24] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.bundles --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.filtering.model >---------- [INFO] Building org.polarsys.capella.filtering.model 1.4.2-SNAPSHOT [4/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.model --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.model' with 42 classes [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.model.edit >------- [INFO] Building org.polarsys.capella.filtering.model.edit 1.4.2-SNAPSHOT [5/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.model.edit --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.model.edit' with 35 classes [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.filtering.tools >---------- [INFO] Building org.polarsys.capella.filtering.tools 1.4.2-SNAPSHOT [6/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.tools --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.tools' with 86 classes [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.filtering.semantic.queries >---- [INFO] Building org.polarsys.capella.filtering.semantic.queries 1.4.2-SNAPSHOT [7/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.semantic.queries --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.semantic.queries' with 5 classes [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.filtering.sirius.analysis >----- [INFO] Building org.polarsys.capella.filtering.sirius.analysis 1.4.2-SNAPSHOT [8/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.sirius.analysis --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.sirius.analysis' with 2 classes [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.filtering.af >----------- [INFO] Building org.polarsys.capella.filtering.af 1.4.2-SNAPSHOT [9/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.af --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.af' with 0 classes [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.filtering.business.queries >---- [INFO] Building org.polarsys.capella.filtering.business.queries 1.4.2-SNAPSHOT [10/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.business.queries --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.business.queries' with 4 classes [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.filtering.commandline >------- [INFO] Building org.polarsys.capella.filtering.commandline 1.4.2-SNAPSHOT [11/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.commandline --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.commandline' with 6 classes [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.filtering.doc >----------- [INFO] Building org.polarsys.capella.filtering.doc 1.4.2-SNAPSHOT [12/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.doc --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.doc' with 1 classes [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.properties >------- [INFO] Building org.polarsys.capella.filtering.properties 1.4.2-SNAPSHOT [13/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.properties --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.properties' with 18 classes [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.filtering.menu.contribution >---- [INFO] Building org.polarsys.capella.filtering.menu.contribution 1.4.2-SNAPSHOT [14/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.menu.contribution --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.menu.contribution' with 11 classes [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.sirius.ui >-------- [INFO] Building org.polarsys.capella.filtering.sirius.ui 1.4.2-SNAPSHOT [15/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.sirius.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.sirius.ui' with 46 classes [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.validation >------- [INFO] Building org.polarsys.capella.filtering.validation 1.4.2-SNAPSHOT [16/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.validation --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.validation' with 15 classes [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.transition >------- [INFO] Building org.polarsys.capella.filtering.transition 1.4.2-SNAPSHOT [17/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.transition --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.transition' with 11 classes [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.migration >-------- [INFO] Building org.polarsys.capella.filtering.migration 1.4.2-SNAPSHOT [18/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.migration --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.migration' with 2 classes [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.filtering.feature >--------- [INFO] Building org.polarsys.capella.filtering.feature 1.4.2-SNAPSHOT [19/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.filtering.model.cdo >-------- [INFO] Building org.polarsys.capella.filtering.model.cdo 1.4.2-SNAPSHOT [20/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.model.cdo --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.model.cdo' with 16 classes [WARNING] Classes in bundle 'org.polarsys.capella.filtering.model.cdo' do not match with execution data. For report generation the same class files must be used as at runtime. [WARNING] Execution data for class org/polarsys/capella/filtering/impl/FilteringCriterionPkgImpl does not match. [WARNING] Execution data for class org/polarsys/capella/filtering/impl/ComposedFilteringResultImpl does not match. [WARNING] Execution data for class org/polarsys/capella/filtering/impl/FilteringModelImpl does not match. [WARNING] Execution data for class org/polarsys/capella/filtering/impl/FilteringResultsImpl does not match. [WARNING] Execution data for class org/polarsys/capella/filtering/impl/FilteringCriterionSetImpl does not match. [WARNING] Execution data for class org/polarsys/capella/filtering/impl/FilteringResultSetImpl does not match. [WARNING] Execution data for class org/polarsys/capella/filtering/impl/FilteringFactoryImpl does not match. [WARNING] Execution data for class org/polarsys/capella/filtering/impl/FilteringResultPkgImpl does not match. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.filtering.cdo.feature >------- [INFO] Building org.polarsys.capella.filtering.cdo.feature 1.4.2-SNAPSHOT [21/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.cdo.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.filtering.tests.ju >-------- [INFO] Building org.polarsys.capella.filtering.tests.ju 1.4.2-SNAPSHOT [22/24] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.tests.ju --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.filtering.tests.ju' with 13 classes [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.filtering.tests.feature >------ [INFO] Building org.polarsys.capella.filtering.tests.feature 1.4.2-SNAPSHOT [23/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.tests.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.filtering.site >---------- [INFO] Building org.polarsys.capella.filtering.site 1.4.2-SNAPSHOT [24/24] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.filtering.site --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Filtering Addon 1.4.2-SNAPSHOT: [INFO] [INFO] Capella Filtering Addon ............................ SUCCESS [ 1.890 s] [INFO] org.polarsys.capella.filtering.features ............ SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.filtering.bundles ............. SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.filtering.model ............... SUCCESS [ 0.483 s] [INFO] org.polarsys.capella.filtering.model.edit .......... SUCCESS [ 0.193 s] [INFO] org.polarsys.capella.filtering.tools ............... SUCCESS [ 0.242 s] [INFO] org.polarsys.capella.filtering.semantic.queries .... SUCCESS [ 0.110 s] [INFO] org.polarsys.capella.filtering.sirius.analysis ..... SUCCESS [ 0.133 s] [INFO] org.polarsys.capella.filtering.af .................. SUCCESS [ 0.127 s] [INFO] org.polarsys.capella.filtering.business.queries .... SUCCESS [ 0.127 s] [INFO] org.polarsys.capella.filtering.commandline ......... SUCCESS [ 0.093 s] [INFO] org.polarsys.capella.filtering.doc ................. SUCCESS [ 0.101 s] [INFO] org.polarsys.capella.filtering.properties .......... SUCCESS [ 0.132 s] [INFO] org.polarsys.capella.filtering.menu.contribution ... SUCCESS [ 0.102 s] [INFO] org.polarsys.capella.filtering.sirius.ui ........... SUCCESS [ 0.142 s] [INFO] org.polarsys.capella.filtering.validation .......... SUCCESS [ 0.117 s] [INFO] org.polarsys.capella.filtering.transition .......... SUCCESS [ 0.126 s] [INFO] org.polarsys.capella.filtering.migration ........... SUCCESS [ 0.090 s] [INFO] org.polarsys.capella.filtering.feature ............. SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.filtering.model.cdo ........... SUCCESS [ 0.107 s] [INFO] org.polarsys.capella.filtering.cdo.feature ......... SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.filtering.tests.ju ............ SUCCESS [ 0.119 s] [INFO] org.polarsys.capella.filtering.tests.feature ....... SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.filtering.site ................ SUCCESS [ 0.002 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25.028 s [INFO] Finished at: 2021-09-06T08:37:42Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [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 Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [SONARCLOUD_TOKEN] See https://jenkins.io/redirect/groovy-string-interpolation for details. + mvn sonar:sonar -Dsonar.projectKey=eclipse_capella-filtering -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=v1.4.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: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/.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.filtering.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/.polyglot.build.properties [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913 [INFO] Fetching 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/release/runtime/1.4.2/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/release/runtime/1.4.2 [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/release/sdk/1.4.2 [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/releases/1.11.0/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/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] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.cdo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.cdo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.cdo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.af:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.business.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.business.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.business.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.business.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.commandline:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.commandline:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.commandline:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.commandline/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.menu.contribution:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.menu.contribution:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.menu.contribution:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.migration:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.migration:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.migration:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.model.cdo:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.model.cdo:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.model.cdo:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.model.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.properties:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.properties:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.properties:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.semantic.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.semantic.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.semantic.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.analysis:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.sirius.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.tools:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.tools:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.tools:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.transition:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.transition:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.transition:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.tests.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.filtering.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.filtering.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.filtering.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.filtering:pom:1.4.2-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Filtering Addon [pom] [INFO] org.polarsys.capella.filtering.features [pom] [INFO] org.polarsys.capella.filtering.bundles [pom] [INFO] org.polarsys.capella.filtering.model [eclipse-plugin] [INFO] org.polarsys.capella.filtering.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.filtering.tools [eclipse-plugin] [INFO] org.polarsys.capella.filtering.semantic.queries [eclipse-plugin] [INFO] org.polarsys.capella.filtering.sirius.analysis [eclipse-plugin] [INFO] org.polarsys.capella.filtering.af [eclipse-plugin] [INFO] org.polarsys.capella.filtering.business.queries [eclipse-plugin] [INFO] org.polarsys.capella.filtering.commandline [eclipse-plugin] [INFO] org.polarsys.capella.filtering.doc [eclipse-plugin] [INFO] org.polarsys.capella.filtering.properties [eclipse-plugin] [INFO] org.polarsys.capella.filtering.menu.contribution [eclipse-plugin] [INFO] org.polarsys.capella.filtering.sirius.ui [eclipse-plugin] [INFO] org.polarsys.capella.filtering.validation [eclipse-plugin] [INFO] org.polarsys.capella.filtering.transition [eclipse-plugin] [INFO] org.polarsys.capella.filtering.migration [eclipse-plugin] [INFO] org.polarsys.capella.filtering.feature [eclipse-feature] [INFO] org.polarsys.capella.filtering.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.filtering.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.filtering.tests.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.filtering.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.filtering.site [eclipse-repository] [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.addon.filtering >---------- [INFO] Building Capella Filtering Addon 1.4.2-SNAPSHOT [1/24] [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.capella.filtering.model:jar:1.4.2-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.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-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.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tools:jar:1.4.2-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.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.semantic.queries:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tools:jar:1.4.2-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.filtering.sirius.analysis:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.semantic.queries:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tools:jar:1.4.2-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.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tools:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-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.filtering.tools:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-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.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tools:jar:1.4.2-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.filtering.tools:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-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.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tools:jar:1.4.2-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.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tools:jar:1.4.2-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.filtering.model:jar:1.4.2-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.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.sirius.analysis:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.semantic.queries:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tools:jar:1.4.2-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.filtering.af:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.sirius.analysis:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.business.queries:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tools:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.commandline:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.doc:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.properties:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.menu.contribution:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.semantic.queries:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.sirius.ui:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.validation:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.transition:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.migration:jar:1.4.2-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.filtering.model:jar:1.4.2-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.filtering.model.cdo:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model:jar:1.4.2-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.filtering.af:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.sirius.analysis:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.business.queries:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tools:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.commandline:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.doc:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.feature:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.properties:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.menu.contribution:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.semantic.queries:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.sirius.ui:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.validation:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.transition:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.migration:jar:1.4.2-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.filtering.business.queries:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tools:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.semantic.queries:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.sirius.analysis:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tests.ju:jar:1.4.2-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.filtering.af:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.sirius.analysis:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.business.queries:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tools:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.cdo.feature:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.cdo:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.commandline:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.doc:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.feature:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.properties:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.menu.contribution:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.semantic.queries:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.sirius.ui:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.validation:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.transition:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.model.edit:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.migration:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tests.feature:jar:1.4.2-SNAPSHOT (provided) [WARNING] o org.polarsys:org.polarsys.capella.filtering.tests.ju:jar:1.4.2-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- sonar-maven-plugin:3.9.0.2155:sonar (default-cli) @ org.polarsys.capella.addon.filtering --- [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 8.9.1 [INFO] Default locale: "en_US", source code encoding: "UTF-8" [INFO] Load global settings [INFO] Load global settings (done) | time=605ms [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=72786ms [INFO] Loaded core extensions: developer-scanner [INFO] Found an active CI vendor: 'Jenkins' [INFO] Load project settings for component key: 'eclipse_capella-filtering' [INFO] Load project settings for component key: 'eclipse_capella-filtering' (done) | time=124ms [INFO] Process project properties [INFO] Execute project builders [INFO] Execute project builders (done) | time=1ms [INFO] Project key: eclipse_capella-filtering [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x [INFO] Working dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/target/sonar [INFO] Load project branches [INFO] Load project branches (done) | time=113ms [INFO] Check ALM binding of project 'eclipse_capella-filtering' [INFO] Detected project binding: NOT_BOUND [INFO] Check ALM binding of project 'eclipse_capella-filtering' (done) | time=111ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=182ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=1ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=163ms [INFO] Load active rules [INFO] Load active rules (done) | time=3782ms [INFO] Organization key: eclipse [INFO] Branch name: v1.4.x, type: long-lived [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.filtering.af' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.af [INFO] Source paths: .polyglot.build.properties [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.filtering.business.queries' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.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.filtering.commandline' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.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.filtering.doc' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.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.filtering.menu.contribution' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.menu.contribution [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.filtering.migration' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.migration [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.filtering.model' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.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.filtering.model.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.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.filtering.model.edit' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.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.filtering.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.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.filtering.semantic.queries' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.semantic.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.filtering.sirius.analysis' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.analysis [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.filtering.sirius.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.sirius.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.filtering.tools' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.tools [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.filtering.transition' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.transition [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.filtering.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/plugins/org.polarsys.capella.filtering.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.filtering.bundles' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.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.filtering.cdo.feature' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.cdo.feature [INFO] Source paths: .polyglot.build.properties [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.filtering.feature' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.feature [INFO] Source paths: .polyglot.build.properties [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.filtering.tests.feature' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features/org.polarsys.capella.filtering.tests.feature [INFO] Source paths: .polyglot.build.properties [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.filtering.features' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/features [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.filtering.site' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/releng/org.polarsys.capella.filtering.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.filtering.tests.ju' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.x/tests/org.polarsys.capella.filtering.tests.ju [INFO] Source paths: pom.xml, 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 'Capella Filtering Addon' [INFO] Base dir: /home/jenkins/agent/workspace/capella-addon-filtering_v1.4.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] 266 files indexed [INFO] 5 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] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Filtering Addon 1.4.2-SNAPSHOT: [INFO] [INFO] Capella Filtering Addon ............................ FAILURE [01:29 min] [INFO] org.polarsys.capella.filtering.features ............ SKIPPED [INFO] org.polarsys.capella.filtering.bundles ............. SKIPPED [INFO] org.polarsys.capella.filtering.model ............... SKIPPED [INFO] org.polarsys.capella.filtering.model.edit .......... SKIPPED [INFO] org.polarsys.capella.filtering.tools ............... SKIPPED [INFO] org.polarsys.capella.filtering.semantic.queries .... SKIPPED [INFO] org.polarsys.capella.filtering.sirius.analysis ..... SKIPPED [INFO] org.polarsys.capella.filtering.af .................. SKIPPED [INFO] org.polarsys.capella.filtering.business.queries .... SKIPPED [INFO] org.polarsys.capella.filtering.commandline ......... SKIPPED [INFO] org.polarsys.capella.filtering.doc ................. SKIPPED [INFO] org.polarsys.capella.filtering.properties .......... SKIPPED [INFO] org.polarsys.capella.filtering.menu.contribution ... SKIPPED [INFO] org.polarsys.capella.filtering.sirius.ui ........... SKIPPED [INFO] org.polarsys.capella.filtering.validation .......... SKIPPED [INFO] org.polarsys.capella.filtering.transition .......... SKIPPED [INFO] org.polarsys.capella.filtering.migration ........... SKIPPED [INFO] org.polarsys.capella.filtering.feature ............. SKIPPED [INFO] org.polarsys.capella.filtering.model.cdo ........... SKIPPED [INFO] org.polarsys.capella.filtering.cdo.feature ......... SKIPPED [INFO] org.polarsys.capella.filtering.tests.ju ............ SKIPPED [INFO] org.polarsys.capella.filtering.tests.feature ....... SKIPPED [INFO] org.polarsys.capella.filtering.site ................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:51 min [INFO] Finished at: 2021-09-06T08:39:37Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155:sonar (default-cli) on project org.polarsys.capella.addon.filtering: [ERROR] [ERROR] The version of Java (1.8.0_202) you have used to run this analysis is deprecated and we stopped accepting it. [ERROR] Please update to at least Java 11. You can find more information here: https://sonarcloud.io/documentation/upcoming/ [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [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 ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE