Started by timer Running as SYSTEM Agent basic-bfsw8 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-bfsw8" namespace: "esf" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.esf.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-bfsw8" - 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: "basic-bfsw8" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.esf.svc.cluster.local/esf/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" 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 subPath: "" - 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-esf" 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" Building remotely on basic-bfsw8 (basic) in workspace /home/jenkins/agent/workspace/esf-infra-nightly-build [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/esf/esf-infra.git > git init /home/jenkins/agent/workspace/esf-infra-nightly-build # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/esf/esf-infra.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://git.eclipse.org/r/esf/esf-infra.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/esf/esf-infra.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision c849c4fee2c2b88455e9327315e99fd310b26b3a (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c849c4fee2c2b88455e9327315e99fd310b26b3a # timeout=10 Commit message: "[releng] Remove pack plugins" > git rev-list --no-walk c849c4fee2c2b88455e9327315e99fd310b26b3a # timeout=10 [esf-infra-nightly-build] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DSIGN=true clean install -P packAndSign Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2020-06 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-06/ (483B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-06/ (142B) [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/ (66.17kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/202006171000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202006171000/ (834.45kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml [INFO] Fetching 202006171000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-06/ (63B) [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (898.68kB) [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (743.15kB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.5MB) [INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (459.89kB) [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.58kB) [INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.86MB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.26kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.03kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.35kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (258.72kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.52kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.71kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (183.86kB) [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (143.6kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (155.55kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.65kB) [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.39kB) [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.03kB) [INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.65kB) [INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.08kB) [INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.57kB) [INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200526-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (281.75kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.79kB) [INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (100.5kB) [INFO] Fetching org.eclipse.jdt.core_3.22.0.v20200530-2032.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (6.83MB) [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (873.17kB) [INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (483.38kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.79kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.77kB) [INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (363.6kB) [INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.4kB) [INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1MB) [INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200602-0959.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.94MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.11.0.v20200525-2012.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.89kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.75kB) [INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.96kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200518-1033.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (235.58kB) [INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (306.31kB) [INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (316.88kB) [INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200530-0835.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (957.79kB) [INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.59kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (233.97kB) [INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (199.91kB) [INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.18kB) [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.85kB) [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.01kB) [INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.07kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.49kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.27kB) [INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.47kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.98kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.2kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.15kB) [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.11kB) [INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.05kB) [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.7kB) [INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (997.92kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.swt_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.76kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.88kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.06kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.72kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.65kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.82kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (487.54kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.02kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.16kB) [INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (361.92kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.16kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.8kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.47kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.76kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.84kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.94kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.14kB) [INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.62kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.88kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.01kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.86kB) [INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.88kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.urischeme_1.1.0.v20200603-1117.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.48kB) [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (115.11kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.46kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.42kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (61.27kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (96.94kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (108.42kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.45kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.56kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.11kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.88kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.04kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.9kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.47kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.99kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.81kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.47kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.94kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.86kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.99kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.64kB) [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.56kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.9kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.47kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.0.v20200602-1138.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (288.61kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.21kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (117.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (257.14kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.53kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (100.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (76.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (133.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (114.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (190.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (93.45kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.73kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.75kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.3kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (218.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (90.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (137.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (92.1kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (196.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (117.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (318.69kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (110.07kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (245.89kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200526-0740.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (493.48kB) [INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200525-2012.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (966.69kB) [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.04kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.57kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (176.74kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200501-1429.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.97kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123kB) [INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (492.92kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.02kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.64kB) [INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.2.v20200609-1812.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.37kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (275.14kB) [INFO] Fetching org.eclipse.ocl.ecore_3.15.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.44kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.54kB) [INFO] Fetching org.eclipse.ocl_3.15.0.v20200608-1555.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.72kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.13MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.42MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.8.400.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.75kB) [INFO] Fetching org.eclipse.papyrus.editor_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.45kB) [INFO] Fetching org.eclipse.papyrus.infra.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.7kB) [INFO] Fetching org.eclipse.papyrus.infra.emf_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.17kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.8kB) [INFO] Fetching org.eclipse.papyrus.emf_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.48kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.28kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.38kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.16kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.24kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.59kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (308.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.74kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.9kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.36kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.42kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.12kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.54kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.09kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.06kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.74kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.81kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.18kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.66kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.93kB) [INFO] Fetching org.eclipse.papyrus.infra.tools_3.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.91kB) [INFO] Fetching org.eclipse.pde.core_3.13.400.v20200415-0531.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.papyrus.infra.architecture_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.11kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.papyrus.infra.core_3.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (99.97kB) [INFO] Fetching org.eclipse.papyrus.infra.types_4.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.23kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.14kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.05kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.68kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.22kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.06kB) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.04kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.4.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.27kB) [INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.13kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.05kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.72kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.5kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.12kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.72kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.37kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.94kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.6kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.7kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.35kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable_6.7.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (332.71kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.29kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.97kB) [INFO] Fetching org.eclipse.pde.ui_3.11.400.v20200514-1728.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.1kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.64kB) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.55kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.49kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (171.76kB) [INFO] Fetching org.eclipse.papyrus.infra.types.core_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35kB) [INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.02kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.47kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.104.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (311.16kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.26kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.58kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.8kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (87.62kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.06kB) [INFO] Fetching org.eclipse.papyrus.infra.sync_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.14kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.26kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.25kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.11kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.76kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.37kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.77kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.04kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.28kB) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.55kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.68kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.49kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.67kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.59kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.39kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.02kB) [INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.38kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets_3.6.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (571.45kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.12kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.1.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (67.97kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.94kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.42kB) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.21kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.5.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.02kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.26kB) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.65kB) [INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.27kB) [INFO] Fetching org.eclipse.xwt_1.4.0.202003031031.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (178.29kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.95kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (291.62kB) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.72kB) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.96kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.93kB) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.15kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.49kB) [INFO] Fetching org.eclipse.pde_3.13.1100.v20200604-0540.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.27kB) [INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.05kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.4.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (575.77kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.5.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.2kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.33kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.uml.profile_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.34kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.38kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.23kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.3kB) [INFO] Fetching org.eclipse.papyrus.uml.tools_4.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (94.27kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (457.41kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types_4.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (167.69kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.44kB) [INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200525-1037.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (142.89kB) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.07kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable_5.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.16kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.11kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.29kB) [INFO] Fetching org.eclipse.papyrus.uml.properties_3.5.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (236.34kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.71kB) [INFO] Fetching org.eclipse.papyrus.uml.types.core_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.76kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.63kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.84kB) [INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (478.57kB) [INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.22kB) [INFO] Fetching org.eclipse.pde.launching_3.8.200.v20200512-0948.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.65kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200522-1354.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (150.45kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1100.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.26kB) [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.28kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.3kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (243.5kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.18kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.12kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.74kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.85kB) [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200525-1456.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.86kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.09kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng.branding/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.86MB) [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common.ui/pom.xml [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.utils/pom.xml [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-nightly-build/p2/pom.xml [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.13MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.13MB) [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (743.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (743.15kB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.5MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.5MB) [INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (459.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (459.89kB) [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.58kB) [INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.86MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.86MB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.03kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (258.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (258.72kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.52kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.71kB) [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (143.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (143.6kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (155.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (155.55kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.65kB) [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.39kB) [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.03kB) [INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.65kB) [INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.08kB) [INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.57kB) [INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200526-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (281.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200526-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (281.75kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (100.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (100.5kB) [INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (483.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (483.38kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.79kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.77kB) [INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (363.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (363.6kB) [INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.4kB) [INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1MB) [INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200602-0959.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.94MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200602-0959.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.94MB) [INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.89kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.75kB) [INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.96kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200518-1033.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (235.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200518-1033.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (235.58kB) [INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (306.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (306.31kB) [INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (316.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (316.88kB) [INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200530-0835.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (957.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200530-0835.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (957.79kB) [INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.59kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (233.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (233.97kB) [INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (199.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (199.91kB) [INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.18kB) [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.85kB) [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.01kB) [INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.07kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.49kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.27kB) [INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.47kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.98kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.2kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.15kB) [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.11kB) [INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.05kB) [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.7kB) [INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (997.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (997.92kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.swt_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.76kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.88kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.06kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.72kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.65kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.82kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (487.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (487.54kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.02kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.16kB) [INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (361.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (361.92kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.16kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.8kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.47kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.76kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.84kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.94kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.14kB) [INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.62kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.88kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.01kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.86kB) [INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.88kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.urischeme_1.1.0.v20200603-1117.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.1.0.v20200603-1117.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.48kB) [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (115.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (115.11kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (108.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (108.42kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (61.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (61.27kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.46kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.42kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (96.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (96.94kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.45kB) [INFO] Fetching org.eclipse.ocl.ecore_3.15.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.ecore_3.15.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.44kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.56kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.11kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.88kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.04kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.9kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.47kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.99kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (116.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.81kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.47kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.94kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.86kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.99kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.64kB) [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.56kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.9kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.47kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.0.v20200602-1138.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (288.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.0.v20200602-1138.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (288.61kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.21kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.75kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200526-0740.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (493.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200526-0740.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (493.48kB) [INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200525-2012.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (966.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200525-2012.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (966.69kB) [INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.04kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.57kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (176.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (176.74kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200501-1429.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200501-1429.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.97kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123kB) [INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (492.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (492.92kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.02kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.64kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.37kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (275.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (275.14kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.54kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.72kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.8.400.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.common_1.8.400.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.75kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (243.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (243.5kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets_3.6.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (571.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.widgets_3.6.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (571.45kB) [INFO] Fetching org.eclipse.pde.ui_3.11.400.v20200514-1728.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.46MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.11.400.v20200514-1728.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.papyrus.editor_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.editor_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.45kB) [INFO] Fetching org.eclipse.papyrus.infra.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.7kB) [INFO] Fetching org.eclipse.papyrus.infra.emf_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.17kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.8kB) [INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.13kB) [INFO] Fetching org.eclipse.papyrus.emf_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.48kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.28kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.18kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.38kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.16kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.24kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.59kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (308.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (308.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.74kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.93kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.81kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.9kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.36kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.42kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.12kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.54kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.09kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.06kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.74kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.66kB) [INFO] Fetching org.eclipse.papyrus.infra.tools_3.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.tools_3.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.91kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.05kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.04kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.11kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.papyrus.infra.core_3.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (99.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core_3.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (99.97kB) [INFO] Fetching org.eclipse.papyrus.infra.types_4.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types_4.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.23kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.14kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.68kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.22kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.06kB) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.04kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.4.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.4.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.27kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.05kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.72kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.5kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.12kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.72kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.37kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.38kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.1kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.104.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (311.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.104.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (311.16kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.94kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.7kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.6kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.29kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.64kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.35kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable_6.7.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (332.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable_6.7.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (332.71kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.97kB) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.55kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.49kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (171.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (171.76kB) [INFO] Fetching org.eclipse.papyrus.infra.types.core_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.core_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35kB) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.09kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.26kB) [INFO] Fetching org.eclipse.papyrus.infra.sync_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.sync_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.14kB) [INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.02kB) [INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.27kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.77kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.58kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.47kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.26kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.8kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (87.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (87.62kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.06kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.26kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.25kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.11kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.1.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (67.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.1.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (67.97kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.76kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.37kB) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.15kB) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.65kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.55kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.68kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.28kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.67kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.49kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.59kB) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.39kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.02kB) [INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.38kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.12kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.94kB) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.21kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.5.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.5.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.02kB) [INFO] Fetching org.eclipse.xwt_1.4.0.202003031031.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (178.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xwt_1.4.0.202003031031.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (178.29kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.95kB) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.72kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.93kB) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.96kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.49kB) [INFO] Fetching org.eclipse.pde_3.13.1100.v20200604-0540.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde_3.13.1100.v20200604-0540.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.27kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.5.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.5.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.2kB) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.07kB) [INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.05kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types_4.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (167.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.types_4.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (167.69kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (457.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (457.41kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.44kB) [INFO] Fetching org.eclipse.papyrus.uml.tools_4.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (94.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.tools_4.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (94.27kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.3kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.09kB) [INFO] Fetching org.eclipse.papyrus.uml.properties_3.5.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (236.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.properties_3.5.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (236.34kB) [INFO] Fetching org.eclipse.papyrus.uml.profile_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.34kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.4.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (575.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.4.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (575.77kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.23kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.33kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.38kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.29kB) [INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200525-1037.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (142.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200525-1037.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (142.89kB) [INFO] Fetching org.eclipse.papyrus.uml.types.core_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.types.core_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.76kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable_5.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable_5.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.16kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.11kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.71kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.63kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.84kB) [INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.22kB) [INFO] Fetching org.eclipse.pde.launching_3.8.200.v20200512-0948.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.8.200.v20200512-0948.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.65kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200522-1354.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (150.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200522-1354.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (150.45kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1100.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.1100.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.26kB) [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.28kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.3kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.18kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.12kB) [WARNING] The requested profile "packAndSign" could not be activated because it does not exist. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ESF [pom] [INFO] ESF Core [pom] [INFO] ESF Diagram [pom] [INFO] org.polarsys.esf.core.common [eclipse-plugin] [INFO] org.polarsys.esf.core.common.ui [eclipse-plugin] [INFO] ESF Profile [pom] [INFO] ESFCore Profile [eclipse-plugin] [INFO] ESFArchitectureConcepts Profile [eclipse-plugin] [INFO] org.polarsys.esf.core.utils [eclipse-plugin] [INFO] ESF Core Resources [pom] [INFO] ESF Core Graphical Resources [eclipse-plugin] [INFO] org.polarsys.esf.core.diagram.esfarchitectureconcepts [eclipse-plugin] [INFO] ESF Meta-model [pom] [INFO] ESFArchitectureConcepts Meta-model [eclipse-plugin] [INFO] ESFCore Meta-model [eclipse-plugin] [INFO] ESFBehaviours Meta-model [eclipse-plugin] [INFO] ESFProperties Meta-model [eclipse-plugin] [INFO] ESFSafetyConcepts Meta-model [eclipse-plugin] [INFO] ESFArchitectureConcepts Profile test [eclipse-test-plugin] [INFO] org.polarsys.esf.core.profile.esfarchitectureconcepts.application [eclipse-plugin] [INFO] ESFProperties Profile [eclipse-plugin] [INFO] ESFBehaviours Profile [eclipse-plugin] [INFO] ESFSafetyConcepts Profile [eclipse-plugin] [INFO] ESF Releng [pom] [INFO] org.polarsys.esf.core.doc [eclipse-plugin] [INFO] ESF Core branding [eclipse-plugin] [INFO] ESF Core feature [eclipse-feature] [INFO] esf-infra.p2 [eclipse-repository] [INFO] [INFO] ---------------------< org.polarsys.esf:esf-infra >--------------------- [INFO] Building ESF 0.7.0-SNAPSHOT [1/28] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ esf-infra --- [INFO] [INFO] --- license:2.11:check (default) @ esf-infra --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ esf-infra --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ esf-infra --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ esf-infra --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/esf-infra/0.7.0-SNAPSHOT/esf-infra-0.7.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.polarsys.esf:esf-infra.core >------------------- [INFO] Building ESF Core 0.7.0-SNAPSHOT [2/28] [INFO] from core/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ esf-infra.core --- [INFO] [INFO] --- license:2.11:check (default) @ esf-infra.core --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ esf-infra.core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ esf-infra.core --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ esf-infra.core --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/esf-infra.core/0.7.0-SNAPSHOT/esf-infra.core-0.7.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.polarsys.esf:esf-infra.core.diagram >--------------- [INFO] Building ESF Diagram 0.7.0-SNAPSHOT [3/28] [INFO] from core/diagram/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ esf-infra.core.diagram --- [INFO] [INFO] --- license:2.11:check (default) @ esf-infra.core.diagram --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ esf-infra.core.diagram --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ esf-infra.core.diagram --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ esf-infra.core.diagram --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/diagram/pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/esf-infra.core.diagram/0.7.0-SNAPSHOT/esf-infra.core.diagram-0.7.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.polarsys.esf:org.polarsys.esf.core.common >------------ [INFO] Building org.polarsys.esf.core.common 0.7.0-SNAPSHOT [4/28] [INFO] from core/org.polarsys.esf.core.common/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.common --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.common --- [INFO] Resolving class path of org.polarsys.esf.core.common... [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.88kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.74kB) [INFO] Fetching org.eclipse.fx.osgi_3.6.0.201907240103.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.98kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.57kB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (914.78kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.61kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (834.71kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (955.98kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.97kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.18kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (103.56kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.91kB) [INFO] Fetching org.eclipse.equinox.region_1.4.600.v20191002-1632.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.7kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.96kB) [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.common --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.common --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.common --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.common --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common/target/org.polarsys.esf.core.common-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common/target/org.polarsys.esf.core.common-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.common --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.common --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common/target/org.polarsys.esf.core.common-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.common/0.7.0-SNAPSHOT/org.polarsys.esf.core.common-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.common/0.7.0-SNAPSHOT/org.polarsys.esf.core.common-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.common/0.7.0-SNAPSHOT/org.polarsys.esf.core.common-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.common/0.7.0-SNAPSHOT/org.polarsys.esf.core.common-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.common --- [INFO] [INFO] ----------< org.polarsys.esf:org.polarsys.esf.core.common.ui >---------- [INFO] Building org.polarsys.esf.core.common.ui 0.7.0-SNAPSHOT [5/28] [INFO] from core/org.polarsys.esf.core.common.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.common.ui --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.common.ui --- [INFO] Resolving class path of org.polarsys.esf.core.common.ui... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.900.v20200428-1854.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (153.68kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.56kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1000.v20200505-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.26kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.04kB) [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.common.ui --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 26 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.common.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.common.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common.ui/target/org.polarsys.esf.core.common.ui-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common.ui/target/org.polarsys.esf.core.common.ui-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.common.ui --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.common.ui --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common.ui/target/org.polarsys.esf.core.common.ui-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.common.ui/0.7.0-SNAPSHOT/org.polarsys.esf.core.common.ui-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.common.ui/0.7.0-SNAPSHOT/org.polarsys.esf.core.common.ui-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.common.ui/0.7.0-SNAPSHOT/org.polarsys.esf.core.common.ui-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.common.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.common.ui/0.7.0-SNAPSHOT/org.polarsys.esf.core.common.ui-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --------------< org.polarsys.esf:esf-infra.core.profile >--------------- [INFO] Building ESF Profile 0.7.0-SNAPSHOT [6/28] [INFO] from core/profile/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ esf-infra.core.profile --- [INFO] [INFO] --- license:2.11:check (default) @ esf-infra.core.profile --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ esf-infra.core.profile --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ esf-infra.core.profile --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ esf-infra.core.profile --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/esf-infra.core.profile/0.7.0-SNAPSHOT/esf-infra.core.profile-0.7.0-SNAPSHOT.pom [INFO] [INFO] -------< org.polarsys.esf:org.polarsys.esf.core.profile.esfcore >------- [INFO] Building ESFCore Profile 0.7.0-SNAPSHOT [7/28] [INFO] from core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfcore --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Resolving class path of ESFCore Profile... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfcore/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfcore/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.profile.esfcore --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfcore/target/org.polarsys.esf.core.profile.esfcore-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfcore/target/org.polarsys.esf.core.profile.esfcore-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.profile.esfcore --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfcore/target/org.polarsys.esf.core.profile.esfcore-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfcore/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfcore-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfcore/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfcore/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfcore-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfcore/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfcore/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfcore-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfcore/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfcore/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfcore-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts >-- [INFO] Building ESFArchitectureConcepts Profile 0.7.0-SNAPSHOT [8/28] [INFO] from core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Resolving class path of ESFArchitectureConcepts Profile... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/org.polarsys.esf.core.profile.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/org.polarsys.esf.core.profile.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/org.polarsys.esf.core.profile.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfarchitectureconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfarchitectureconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfarchitectureconcepts-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfarchitectureconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfarchitectureconcepts-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfarchitectureconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfarchitectureconcepts-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] ------------< org.polarsys.esf:org.polarsys.esf.core.utils >------------ [INFO] Building org.polarsys.esf.core.utils 0.7.0-SNAPSHOT [9/28] [INFO] from core/org.polarsys.esf.core.utils/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.utils --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.utils --- [INFO] Resolving class path of org.polarsys.esf.core.utils... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.utils --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.utils --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.utils/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.utils/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.utils --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.utils/target/org.polarsys.esf.core.utils-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.utils --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.utils/target/org.polarsys.esf.core.utils-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.utils --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.utils --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.utils/target/org.polarsys.esf.core.utils-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.utils/0.7.0-SNAPSHOT/org.polarsys.esf.core.utils-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.utils/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.utils/0.7.0-SNAPSHOT/org.polarsys.esf.core.utils-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.utils/0.7.0-SNAPSHOT/org.polarsys.esf.core.utils-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.utils/0.7.0-SNAPSHOT/org.polarsys.esf.core.utils-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.utils --- [INFO] [INFO] -------------< org.polarsys.esf:esf-infra.core.resources >-------------- [INFO] Building ESF Core Resources 0.7.0-SNAPSHOT [10/28] [INFO] from core/resources/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ esf-infra.core.resources --- [INFO] [INFO] --- license:2.11:check (default) @ esf-infra.core.resources --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ esf-infra.core.resources --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ esf-infra.core.resources --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ esf-infra.core.resources --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/resources/pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/esf-infra.core.resources/0.7.0-SNAPSHOT/esf-infra.core.resources-0.7.0-SNAPSHOT.pom [INFO] [INFO] -----< org.polarsys.esf:org.polarsys.esf.core.resources.graphical >----- [INFO] Building ESF Core Graphical Resources 0.7.0-SNAPSHOT [11/28] [INFO] from core/resources/org.polarsys.esf.core.resources.graphical/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.resources.graphical --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.resources.graphical --- [INFO] Resolving class path of ESF Core Graphical Resources... [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.resources.graphical --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.resources.graphical --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 25 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.resources.graphical --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/resources/org.polarsys.esf.core.resources.graphical/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.resources.graphical --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/resources/org.polarsys.esf.core.resources.graphical/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.resources.graphical --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.resources.graphical --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/resources/org.polarsys.esf.core.resources.graphical/target/org.polarsys.esf.core.resources.graphical-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.resources.graphical --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/resources/org.polarsys.esf.core.resources.graphical/target/org.polarsys.esf.core.resources.graphical-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.resources.graphical --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.resources.graphical --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/resources/org.polarsys.esf.core.resources.graphical/target/org.polarsys.esf.core.resources.graphical-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.resources.graphical/0.7.0-SNAPSHOT/org.polarsys.esf.core.resources.graphical-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/resources/org.polarsys.esf.core.resources.graphical/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.resources.graphical/0.7.0-SNAPSHOT/org.polarsys.esf.core.resources.graphical-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/resources/org.polarsys.esf.core.resources.graphical/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.resources.graphical/0.7.0-SNAPSHOT/org.polarsys.esf.core.resources.graphical-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/resources/org.polarsys.esf.core.resources.graphical/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.resources.graphical/0.7.0-SNAPSHOT/org.polarsys.esf.core.resources.graphical-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts >-- [INFO] Building org.polarsys.esf.core.diagram.esfarchitectureconcepts 0.7.0-SNAPSHOT [12/28] [INFO] from core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Resolving class path of org.polarsys.esf.core.diagram.esfarchitectureconcepts... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (752.78kB) [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 27 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/org.polarsys.esf.core.diagram.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/org.polarsys.esf.core.diagram.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/org.polarsys.esf.core.diagram.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.diagram.esfarchitectureconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.diagram.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.diagram.esfarchitectureconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.diagram.esfarchitectureconcepts-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.diagram.esfarchitectureconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.diagram.esfarchitectureconcepts-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.diagram.esfarchitectureconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.diagram.esfarchitectureconcepts-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] -------------< org.polarsys.esf:esf-infra.core.metamodel >-------------- [INFO] Building ESF Meta-model 0.7.0-SNAPSHOT [13/28] [INFO] from core/metamodel/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ esf-infra.core.metamodel --- [INFO] [INFO] --- license:2.11:check (default) @ esf-infra.core.metamodel --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ esf-infra.core.metamodel --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ esf-infra.core.metamodel --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ esf-infra.core.metamodel --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/esf-infra.core.metamodel/0.7.0-SNAPSHOT/esf-infra.core.metamodel-0.7.0-SNAPSHOT.pom [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts >-- [INFO] Building ESFArchitectureConcepts Meta-model 0.7.0-SNAPSHOT [14/28] [INFO] from core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Resolving class path of ESFArchitectureConcepts Meta-model... [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/org.polarsys.esf.core.metamodel.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/org.polarsys.esf.core.metamodel.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/org.polarsys.esf.core.metamodel.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfarchitectureconcepts-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfarchitectureconcepts-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfarchitectureconcepts-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] ------< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore >------ [INFO] Building ESFCore Meta-model 0.7.0-SNAPSHOT [15/28] [INFO] from core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Resolving class path of ESFCore Meta-model... [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/org.polarsys.esf.core.metamodel.esfcore-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/org.polarsys.esf.core.metamodel.esfcore-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/org.polarsys.esf.core.metamodel.esfcore-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfcore/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfcore-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfcore/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfcore-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfcore/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfcore-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfcore/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfcore-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] ---< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours >--- [INFO] Building ESFBehaviours Meta-model 0.7.0-SNAPSHOT [16/28] [INFO] from core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Resolving class path of ESFBehaviours Meta-model... [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/org.polarsys.esf.core.metamodel.esfbehaviours-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/org.polarsys.esf.core.metamodel.esfbehaviours-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/org.polarsys.esf.core.metamodel.esfbehaviours-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfbehaviours/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfbehaviours-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfbehaviours/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfbehaviours-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfbehaviours/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfbehaviours-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfbehaviours/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfbehaviours-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] ---< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties >--- [INFO] Building ESFProperties Meta-model 0.7.0-SNAPSHOT [17/28] [INFO] from core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Resolving class path of ESFProperties Meta-model... [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/org.polarsys.esf.core.metamodel.esfproperties-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/org.polarsys.esf.core.metamodel.esfproperties-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/org.polarsys.esf.core.metamodel.esfproperties-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfproperties/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfproperties-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfproperties/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfproperties-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfproperties/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfproperties-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfproperties/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfproperties-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts >-- [INFO] Building ESFSafetyConcepts Meta-model 0.7.0-SNAPSHOT [18/28] [INFO] from core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Resolving class path of ESFSafetyConcepts Meta-model... [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/org.polarsys.esf.core.metamodel.esfsafetyconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/org.polarsys.esf.core.metamodel.esfsafetyconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/org.polarsys.esf.core.metamodel.esfsafetyconcepts-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfsafetyconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfsafetyconcepts-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfsafetyconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfsafetyconcepts-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfsafetyconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfsafetyconcepts-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.metamodel.esfsafetyconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.metamodel.esfsafetyconcepts-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests >-- [INFO] Building ESFArchitectureConcepts Profile test 0.7.0-SNAPSHOT [19/28] [INFO] from core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Resolving class path of ESFArchitectureConcepts Profile test... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.44kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.42kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.06kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (93.41kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.04kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (76.44kB) [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work/data, -install, /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work, -configuration, /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/surefire.properties] Running org.polarsys.esf.core.profile.esfarchitectureconcepts.tests.impl.MSBlockTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854 s - in org.polarsys.esf.core.profile.esfarchitectureconcepts.tests.impl.MSBlockTest testBasicGetSModel(org.polarsys.esf.core.profile.esfarchitectureconcepts.tests.impl.MSBlockTest) Time elapsed: 0.813 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application >-- [INFO] Building org.polarsys.esf.core.profile.esfarchitectureconcepts.application 0.7.0-SNAPSHOT [20/28] [INFO] from core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Resolving class path of org.polarsys.esf.core.profile.esfarchitectureconcepts.application... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/org.polarsys.esf.core.profile.esfarchitectureconcepts.application-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/org.polarsys.esf.core.profile.esfarchitectureconcepts.application-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/org.polarsys.esf.core.profile.esfarchitectureconcepts.application-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfarchitectureconcepts.application-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfarchitectureconcepts.application-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfarchitectureconcepts.application-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfarchitectureconcepts.application-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] ----< org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties >---- [INFO] Building ESFProperties Profile 0.7.0-SNAPSHOT [21/28] [INFO] from core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Resolving class path of ESFProperties Profile... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfproperties/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfproperties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfproperties/target/org.polarsys.esf.core.profile.esfproperties-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfproperties/target/org.polarsys.esf.core.profile.esfproperties-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfproperties/target/org.polarsys.esf.core.profile.esfproperties-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfproperties/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfproperties-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfproperties/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfproperties/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfproperties-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfproperties/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfproperties/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfproperties-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfproperties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfproperties/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfproperties-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] ----< org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours >---- [INFO] Building ESFBehaviours Profile 0.7.0-SNAPSHOT [22/28] [INFO] from core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Resolving class path of ESFBehaviours Profile... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfbehaviours/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/org.polarsys.esf.core.profile.esfbehaviours-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/org.polarsys.esf.core.profile.esfbehaviours-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/org.polarsys.esf.core.profile.esfbehaviours-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfbehaviours/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfbehaviours-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfbehaviours/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfbehaviours/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfbehaviours-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfbehaviours/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfbehaviours-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfbehaviours/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfbehaviours-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts >-- [INFO] Building ESFSafetyConcepts Profile 0.7.0-SNAPSHOT [23/28] [INFO] from core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Resolving class path of ESFSafetyConcepts Profile... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/org.polarsys.esf.core.profile.esfsafetyconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/org.polarsys.esf.core.profile.esfsafetyconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/org.polarsys.esf.core.profile.esfsafetyconcepts-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfsafetyconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfsafetyconcepts-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfsafetyconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfsafetyconcepts-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfsafetyconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfsafetyconcepts-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.profile.esfsafetyconcepts/0.7.0-SNAPSHOT/org.polarsys.esf.core.profile.esfsafetyconcepts-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] ---------------< org.polarsys.esf:esf-infra.core.releng >--------------- [INFO] Building ESF Releng 0.7.0-SNAPSHOT [24/28] [INFO] from core/releng/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ esf-infra.core.releng --- [INFO] [INFO] --- license:2.11:check (default) @ esf-infra.core.releng --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ esf-infra.core.releng --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ esf-infra.core.releng --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ esf-infra.core.releng --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/esf-infra.core.releng/0.7.0-SNAPSHOT/esf-infra.core.releng-0.7.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.polarsys.esf:org.polarsys.esf.core.doc >------------- [INFO] Building org.polarsys.esf.core.doc 0.7.0-SNAPSHOT [25/28] [INFO] from core/org.polarsys.esf.core.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.doc --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.doc --- [INFO] Resolving class path of org.polarsys.esf.core.doc... [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.doc --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 21 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.doc/target/org.polarsys.esf.core.doc-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.doc/target/org.polarsys.esf.core.doc-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.doc --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.doc --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.doc/target/org.polarsys.esf.core.doc-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.doc/0.7.0-SNAPSHOT/org.polarsys.esf.core.doc-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.doc/0.7.0-SNAPSHOT/org.polarsys.esf.core.doc-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.doc/0.7.0-SNAPSHOT/org.polarsys.esf.core.doc-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/org.polarsys.esf.core.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.doc/0.7.0-SNAPSHOT/org.polarsys.esf.core.doc-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.doc --- [INFO] [INFO] -------< org.polarsys.esf:org.polarsys.esf.core.releng.branding >------- [INFO] Building ESF Core branding 0.7.0-SNAPSHOT [26/28] [INFO] from core/releng/org.polarsys.esf.core.releng.branding/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.releng.branding --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.esf.core.releng.branding --- [INFO] Resolving class path of ESF Core branding... [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.releng.branding --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.esf.core.releng.branding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.releng.branding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng.branding/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.esf.core.releng.branding --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.esf.core.releng.branding --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng.branding/target/org.polarsys.esf.core.releng.branding-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.releng.branding --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng.branding/target/org.polarsys.esf.core.releng.branding-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.esf.core.releng.branding --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.releng.branding --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng.branding/target/org.polarsys.esf.core.releng.branding-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.releng.branding/0.7.0-SNAPSHOT/org.polarsys.esf.core.releng.branding-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng.branding/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.releng.branding/0.7.0-SNAPSHOT/org.polarsys.esf.core.releng.branding-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng.branding/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.releng.branding/0.7.0-SNAPSHOT/org.polarsys.esf.core.releng.branding-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng.branding/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.releng.branding/0.7.0-SNAPSHOT/org.polarsys.esf.core.releng.branding-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] -----------< org.polarsys.esf:org.polarsys.esf.core.releng >------------ [INFO] Building ESF Core feature 0.7.0-SNAPSHOT [27/28] [INFO] from core/releng/org.polarsys.esf.core.releng/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.core.releng --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- license:2.11:check (default) @ org.polarsys.esf.core.releng --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.esf.core.releng --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng/target/org.polarsys.esf.core.releng-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.esf.core.releng --- [INFO] Signing jar: /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng/target/org.polarsys.esf.core.releng-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.esf.core.releng --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng/target/org.polarsys.esf.core.releng-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.releng/0.7.0-SNAPSHOT/org.polarsys.esf.core.releng-0.7.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.releng/0.7.0-SNAPSHOT/org.polarsys.esf.core.releng-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.releng/0.7.0-SNAPSHOT/org.polarsys.esf.core.releng-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/core/releng/org.polarsys.esf.core.releng/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/org.polarsys.esf.core.releng/0.7.0-SNAPSHOT/org.polarsys.esf.core.releng-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.esf.core.releng --- [INFO] [INFO] -------------------< org.polarsys.esf:esf-infra.p2 >-------------------- [INFO] Building esf-infra.p2 0.7.0-SNAPSHOT [28/28] [INFO] from p2/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ esf-infra.p2 --- [INFO] The project's OSGi version is 0.7.0.202404231620 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ esf-infra.p2 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ esf-infra.p2 --- [INFO] [INFO] --- license:2.11:check (default) @ esf-infra.p2 --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ esf-infra.p2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-nightly-build/p2/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ esf-infra.p2 --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ esf-infra.p2 --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ esf-infra.p2 --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ esf-infra.p2 --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ esf-infra.p2 --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.57kB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (914.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (914.78kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.61kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (834.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (834.71kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (955.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (955.98kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1000.v20200505-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1000.v20200505-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.26kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (103.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (103.56kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.96kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.88kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.74kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.900.v20200428-1854.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (153.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.900.v20200428-1854.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (153.68kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.56kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.97kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.18kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.91kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.04kB) [INFO] Fetching org.eclipse.equinox.region_1.4.600.v20191002-1632.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.region_1.4.600.v20191002-1632.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.7kB) [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (253.02kB) [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (141.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (141.47kB) [INFO] Unpacking com.google.inject_3.0.0.v201605172100... [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (476.29kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (249kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.29MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.51kB) [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (122.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (122.3kB) [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... [INFO] Fetching org.eclipse.emf.codegen_2.20.0.v20200324-0932.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (126.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen_2.20.0.v20200324-0932.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (126.91kB) [INFO] Unpacking org.eclipse.emf.codegen_2.20.0.v20200324-0932... [INFO] Fetching org.eclipse.emf.codegen.ecore_2.22.0.v20200324-0947.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (417.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore_2.22.0.v20200324-0947.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (417.98kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore_2.22.0.v20200324-0947... [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.22.0.v20200324-0947.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.22.0.v20200324-0947.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.64kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore.ui_2.22.0.v20200324-0947... [INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.25kB) [INFO] Unpacking org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451... [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.46kB) [INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.78kB) [INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201812070911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.89kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201812070911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.26kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.87kB) [INFO] Unpacking org.eclipse.m2m.qvt.oml.project_3.10.2.v20200609-1812... [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.24kB) [INFO] Unpacking org.eclipse.m2m.qvt.oml.runtime_3.10.2.v20200609-1812... [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (157.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.58kB) [INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201812270937.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (5.23MB) [INFO] Fetching org.eclipse.ocl.common.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.common.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.35kB) [INFO] Unpacking org.eclipse.ocl.common.ui_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.examples.debug_2.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug_2.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.2kB) [INFO] Unpacking org.eclipse.ocl.examples.debug_2.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (158.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (158.38kB) [INFO] Unpacking org.eclipse.ocl.xtext.completeocl_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.45kB) [INFO] Unpacking org.eclipse.ocl.xtext.oclinecore_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.24kB) [INFO] Unpacking org.eclipse.ocl.xtext.oclstdlib_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.16kB) [INFO] Unpacking org.eclipse.ocl.examples.debug.vm_2.12.0.v20200608-1555... [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (129.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (129.49kB) [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... [INFO] Fetching org.eclipse.ocl.xtext.base_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (158.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.base_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (158.66kB) [INFO] Unpacking org.eclipse.ocl.xtext.base_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.97kB) [INFO] Unpacking org.eclipse.ocl.examples.debug.vm.ui_2.12.0.v20200608-1555... [INFO] Fetching org.eclipse.xtext.ui_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (527.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (527.62kB) [INFO] Unpacking org.eclipse.xtext.ui_2.22.0.v20200602-1242... [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.9.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.9.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.19kB) [INFO] Unpacking org.eclipse.ocl.examples.emf.validation.validity_2.9.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.pivot_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (924.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (924.9kB) [INFO] Unpacking org.eclipse.ocl.pivot_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.9.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.9.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.78kB) [INFO] Unpacking org.eclipse.ocl.examples.emf.validation.validity.ui_2.9.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.400.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.400.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.7kB) [INFO] Unpacking org.eclipse.ocl.examples.ui_1.8.400.v20200608-1555... [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.23kB) [INFO] Unpacking org.eclipse.ocl.examples.xtext.console_4.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.28kB) [INFO] Unpacking org.eclipse.ocl.xtext.essentialocl.ui_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.pivot.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.68kB) [INFO] Unpacking org.eclipse.ocl.pivot.ui_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.xtext.ui.shared_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.shared_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.68kB) [INFO] Unpacking org.eclipse.xtext.ui.shared_2.22.0.v20200602-1242... [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (142.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (142.71kB) [INFO] Unpacking org.eclipse.ocl.xtext.completeocl.ui_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (162.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (162.54kB) [INFO] Unpacking org.eclipse.ocl.xtext.oclstdlib.ui_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.pivot.uml_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (88.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot.uml_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (88.05kB) [INFO] Unpacking org.eclipse.ocl.pivot.uml_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (144.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (144.07kB) [INFO] Unpacking org.eclipse.uml2.codegen.ecore_2.5.0.v20200302-1312... [INFO] Fetching org.eclipse.xtext_2.22.0.v20200602-1352.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (708.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext_2.22.0.v20200602-1352.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (708.42kB) [INFO] Unpacking org.eclipse.xtext_2.22.0.v20200602-1352... [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.64kB) [INFO] Unpacking org.eclipse.ocl.xtext.base.ui_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.xtext.builder_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (122.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.builder_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (122.64kB) [INFO] Unpacking org.eclipse.xtext.builder_2.22.0.v20200602-1242... [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (218.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (218.19kB) [INFO] Unpacking org.eclipse.ocl.xtext.essentialocl_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (194.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (194.07kB) [INFO] Unpacking org.eclipse.ocl.xtext.oclinecore.ui_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.54kB) [INFO] Unpacking org.eclipse.ocl.xtext.markup.ui_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.ocl.xtext.markup_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.markup_1.12.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.1kB) [INFO] Unpacking org.eclipse.ocl.xtext.markup_1.12.0.v20200608-1555... [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.26kB) [INFO] Unpacking org.eclipse.papyrus.copypaste.ui.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.49kB) [INFO] Unpacking org.eclipse.papyrus.infra.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.developer.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.76MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.developer.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.76MB) [INFO] Unpacking org.eclipse.papyrus.developer.doc_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (278.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (278.94kB) [INFO] Unpacking org.eclipse.papyrus.dsml.validation.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (180.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (180.28kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.03MB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (430.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (430.72kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (177.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (177.67kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.doc_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (5.05MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (5.05MB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.doc_1.3.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (372.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (372.31kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (623.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (623.71kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (863.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (863.83kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (166.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (166.71kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.navigation.doc_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (810.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (810.66kB) [INFO] Unpacking org.eclipse.papyrus.infra.architecture.doc_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (458.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (458.77kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.doc_3.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.23MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.23MB) [INFO] Unpacking org.eclipse.papyrus.req.reqif.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.32MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.32MB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.03MB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.07MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.07MB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.48MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.48MB) [INFO] Unpacking org.eclipse.papyrus.uml.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.migration.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.migration.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.31kB) [INFO] Unpacking org.eclipse.papyrus.uml.migration.doc_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.05kB) [INFO] Unpacking org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (886.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (886.63kB) [INFO] Unpacking org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.18MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.18MB) [INFO] Unpacking org.eclipse.papyrus.uml.search.ui.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (903.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (903.64kB) [INFO] Unpacking org.eclipse.papyrus.views.properties.doc_1.3.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.37kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (144.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (144.24kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (503.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (503.85kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (157.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (157.91kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (322.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (322.55kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.31kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (567.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (567.68kB) [INFO] Unpacking org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.202006100749... [INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.27kB) [INFO] Unpacking org.eclipse.papyrus.views.references.doc_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.59kB) [INFO] Unpacking org.eclipse.papyrus.views.documentation.doc_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.49kB) [INFO] Unpacking org.eclipse.papyrus.toolsmiths.architecture.doc_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (150.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (150.55kB) [INFO] Unpacking org.eclipse.papyrus.toolsmiths.validation.doc_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.52kB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.88kB) [INFO] Unpacking org.eclipse.papyrus.eclipse.project.editors_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.42kB) [INFO] Unpacking org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.94kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.34kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.52kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.46kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.69kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.49kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.84kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.54kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.97kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (73.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (73.42kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.21kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.87kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.34kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.86kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.57kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.68kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.widgets_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.2kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.3kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.49kB) [INFO] Unpacking org.eclipse.emf_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.papyrus.emf.ui_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.ui_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.89kB) [INFO] Unpacking org.eclipse.papyrus.emf.ui_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.79kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.49kB) [INFO] Unpacking org.eclipse.papyrus.extensionpoints.editors_3.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.88kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.05kB) [INFO] Unpacking org.eclipse.papyrus.infra.constraints.editor_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.58kB) [INFO] Unpacking org.eclipse.papyrus.infra.constraints.ui_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.97kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.21kB) [INFO] Unpacking org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.57kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.ui_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.68kB) [INFO] Unpacking org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.38kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.diagram.common_2.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.42kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.edit_1.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.06kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.editor_1.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.27kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.properties_1.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.9kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.74kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.types.ui_4.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.9kB) [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.37kB) [INFO] Unpacking org.eclipse.papyrus.infra.psf_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.91kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild.edit_4.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.24kB) [INFO] Unpacking org.eclipse.papyrus.infra.filters.edit_1.4.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.36kB) [INFO] Unpacking org.eclipse.papyrus.infra.properties.editor_3.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.29kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.5.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.5.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.52kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant_1.5.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.23kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.05kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.37kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.3.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.41kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.48kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.controlmode_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (75.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (75.25kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css_2.4.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.19kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.54kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.95kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.properties_3.1.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.62kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (88.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (88.49kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.4kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.87kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.95kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.22.0.v20200602-0713.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase.lib_2.22.0.v20200602-0713.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.18kB) [INFO] Unpacking org.eclipse.xtext.xbase.lib_2.22.0.v20200602-0713... [INFO] Fetching org.eclipse.xtext.common.types_2.22.0.v20200602-1114.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (133.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types_2.22.0.v20200602-1114.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (133.76kB) [INFO] Unpacking org.eclipse.xtext.common.types_2.22.0.v20200602-1114... [INFO] Fetching org.eclipse.xtext.util_2.22.0.v20200602-1352.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.util_2.22.0.v20200602-1352.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.58kB) [INFO] Unpacking org.eclipse.xtext.util_2.22.0.v20200602-1352... [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (201.73kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types.ui_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.56kB) [INFO] Unpacking org.eclipse.xtext.common.types.ui_2.22.0.v20200602-1242... [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.38kB) [INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ui_2.22.0.v20200602-1242... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.34kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.55kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.31kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.3kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.38kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.3.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.33kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.05kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.23kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.36kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.86kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.01kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.45kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.99kB) [INFO] Unpacking org.eclipse.papyrus.views.modelexplorer_3.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.34kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.edit_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.93kB) [INFO] Unpacking org.eclipse.papyrus.views.search_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.64kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.33kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.readonly_1.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.93kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.66kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.controlmode_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.89kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.model.edit_4.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (78.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (78.14kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.46kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.modelexplorer_4.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.51kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.views.config_5.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.04kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.5.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.5.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.6kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.properties_2.5.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.04kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.97kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.representation.edit_2.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.17kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.35kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild.editor_3.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.3kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild.ui_2.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.76kB) [INFO] Unpacking org.eclipse.papyrus.infra.onefile.ui_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.37kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.architecture_1.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.21kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.200.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.06kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.84kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.200.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.98kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.editor_3.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.35kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.ui_3.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.07kB) [INFO] Unpacking org.eclipse.papyrus.infra.ui.resources_1.3.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (315.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (315.54kB) [INFO] Unpacking org.eclipse.papyrus.infra.ui.fonts_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.12kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.8kB) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.88kB) [INFO] Fetching org.eclipse.papyrus.sdk_4.8.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.sdk_4.8.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.17kB) [INFO] Unpacking org.eclipse.papyrus.sdk_4.8.0.202006100749... [INFO] Fetching org.eclipse.papyrus.sdk.feature_4.8.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.22kB) [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (556.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (556.27kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf_3.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (394.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (394.36kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.libraries_2.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.74kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.common_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.69kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.common.ui_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.33kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (203.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (203.38kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.ui_3.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.88kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.62kB) [INFO] Unpacking org.eclipse.papyrus.uml.xtext.integration.ui_2.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.1.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.1.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.32kB) [INFO] Unpacking org.eclipse.papyrus.uml.service.validation_2.1.1.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.400.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.400.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.64kB) [INFO] Unpacking org.eclipse.papyrus.uml.architecture_1.1.400.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.5.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (965.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.5.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (965.88kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.activity_3.5.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (392.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (392.36kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.clazz_3.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (231.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (231.47kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.communication_4.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (209.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (209.96kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.component_3.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (179.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (179.75kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.deployment_3.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.92kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.interactionoverview_3.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (217.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (217.56kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.profile_3.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (463.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (463.43kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.sequence_5.3.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.2.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (219.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.2.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (219.33kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.statemachine_3.2.200.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (272.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (272.45kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.timing_1.4.200.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.300.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (212.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.300.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (212.99kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.usecase_4.0.300.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.04kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.29kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.88kB) [INFO] Unpacking org.eclipse.papyrus.uml.service.types.ui_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.79kB) [INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.42kB) [INFO] Unpacking org.eclipse.papyrus.uml.commands_1.3.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.41kB) [INFO] Unpacking org.eclipse.papyrus.uml.controlmode.profile_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.14kB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.controlmode_1.3.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.52kB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.ui_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.53kB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.properties_4.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.91kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.19kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.67kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.menu_2.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.48kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.css_2.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.84kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.92kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.dnd_1.3.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (286.18kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (286.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.papyrus.uml.diagram.icons_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.53kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.47kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.symbols_1.2.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.83kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.91kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.linklf_2.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.16kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.25kB) [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.86kB) [INFO] Unpacking org.eclipse.papyrus.uml.documentation.profile_1.3.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.2kB) [INFO] Unpacking org.eclipse.papyrus.uml.export_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.expressions_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.43kB) [INFO] Unpacking org.eclipse.papyrus.uml.expressions_2.1.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.45kB) [INFO] Unpacking org.eclipse.papyrus.uml.expressions.edit_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.71kB) [INFO] Unpacking org.eclipse.papyrus.uml.expressions.properties_1.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.87kB) [INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.45MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.45MB) [INFO] Unpacking org.eclipse.papyrus.uml.icons_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.25kB) [INFO] Unpacking org.eclipse.papyrus.uml.import_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.43kB) [INFO] Unpacking org.eclipse.papyrus.uml.perspective_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.78kB) [INFO] Unpacking org.eclipse.papyrus.uml.profile.drafter_1.4.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.91kB) [INFO] Unpacking org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.13kB) [INFO] Unpacking org.eclipse.papyrus.uml.templaterepository_2.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.8kB) [INFO] Unpacking org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.45kB) [INFO] Unpacking org.eclipse.papyrus.uml.navigation_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.44kB) [INFO] Unpacking org.eclipse.papyrus.uml.services.decoration_1.2.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.filters_1.4.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.filters_1.4.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.43kB) [INFO] Unpacking org.eclipse.papyrus.uml.filters_1.4.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.72kB) [INFO] Unpacking org.eclipse.papyrus.uml.filters.edit_1.3.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.38kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.17kB) [INFO] Unpacking org.eclipse.papyrus.uml.internationalization_1.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.85kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.89kB) [INFO] Unpacking org.eclipse.papyrus.uml.m2m.qvto.common_1.1.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.6kB) [INFO] Unpacking org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (61.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (61.49kB) [INFO] Unpacking org.eclipse.papyrus.uml.modelexplorer_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.02kB) [INFO] Unpacking org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.58kB) [INFO] Unpacking org.eclipse.papyrus.views.modelexplorer.widgets_2.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.35kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.generic_1.2.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.71kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.matrix_1.0.200.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.38kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.properties_1.0.200.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.41kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.menu_1.2.200.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.17kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.96kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.26kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.richtext_2.1.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.05kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.89kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.08kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.views.validation_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.validation_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.16kB) [INFO] Unpacking org.eclipse.papyrus.views.validation_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.42kB) [INFO] Unpacking org.eclipse.papyrus.uml.properties.xtext_1.3.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.200.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.71kB) [INFO] Unpacking org.eclipse.papyrus.uml.search.ui_2.0.200.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.42kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.41kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.19kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.95kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.66kB) [INFO] Unpacking org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.5kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.88kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.62kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.6kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.03kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.7kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.95kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.71kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.14kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.6kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.47kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.1kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.07kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.93kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (64.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (64.25kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.91kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.92kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (165.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (165.63kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (198.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.19kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.84kB) [INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.82kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.44kB) [INFO] Unpacking org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.202006100749... [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.84kB) [INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.3kB) [INFO] Unpacking org.eclipse.papyrus.views.documentation_1.0.100.202006100749... [INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB) [INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.82kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.17kB) [INFO] Unpacking org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.67kB) [INFO] Unpacking org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.202006100749... [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.87kB) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.06kB) [INFO] Unpacking org.eclipse.papyrus.views.properties.model.xwt_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.87kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v202005180122.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (255.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v202005180122.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (255.24kB) [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v202005180122... [INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.202006100749.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.51kB) [INFO] Unpacking org.eclipse.papyrus.views.references_2.0.0.202006100749... [INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.8kB) [INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.77kB) [INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202006100749.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB) [INFO] Fetching org.eclipse.platform_4.16.0.v20200604-0540.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (341.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.16.0.v20200604-0540.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (341.13kB) [INFO] Unpacking org.eclipse.platform_4.16.0.v20200604-0540... [INFO] Fetching org.eclipse.ui.themes_1.2.1000.v20200528-1125.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.themes_1.2.1000.v20200528-1125.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.8kB) [INFO] Unpacking org.eclipse.ui.themes_1.2.1000.v20200528-1125... [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24kB) [INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201903222010... [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.69kB) [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010... [INFO] Fetching org.eclipse.wst.sse.core_1.2.400.v202004081818.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.core_1.2.400.v202004081818.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123.75kB) [INFO] Unpacking org.eclipse.wst.sse.core_1.2.400.v202004081818... [INFO] Fetching org.eclipse.xtend.lib_2.22.0.v20200602-0713.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.lib_2.22.0.v20200602-0713.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.31kB) [INFO] Unpacking org.eclipse.xtend.lib_2.22.0.v20200602-0713... [INFO] Fetching org.eclipse.xtend.lib.macro_2.22.0.v20200602-0713.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.lib.macro_2.22.0.v20200602-0713.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.31kB) [INFO] Unpacking org.eclipse.xtend.lib.macro_2.22.0.v20200602-0713... [INFO] Fetching org.eclipse.xtext.smap_2.22.0.v20200602-1114.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.smap_2.22.0.v20200602-1114.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.22kB) [INFO] Unpacking org.eclipse.xtext.smap_2.22.0.v20200602-1114... [INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.93kB) [INFO] Unpacking org.objectweb.asm_8.0.1.v20200420-1007... [INFO] Fetching org.eclipse.xtext.common.types.edit_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types.edit_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.41kB) [INFO] Unpacking org.eclipse.xtext.common.types.edit_2.22.0.v20200602-1242... [INFO] Fetching org.eclipse.xtext.ide_2.22.0.v20200602-1352.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (172.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ide_2.22.0.v20200602-1352.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (172.09kB) [INFO] Unpacking org.eclipse.xtext.ide_2.22.0.v20200602-1352... [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.06kB) [INFO] Unpacking org.eclipse.xtext.ui.codetemplates_2.22.0.v20200602-1242... [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.22.0.v20200602-1242.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.18kB) [INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ide_2.22.0.v20200602-1242... [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ esf-infra.p2 --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/esf-infra-nightly-build/p2/target/esf-infra.p2-0.7.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ esf-infra.p2 --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ esf-infra.p2 --- [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/p2/target/esf-infra.p2-0.7.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/polarsys/esf/esf-infra.p2/0.7.0-SNAPSHOT/esf-infra.p2-0.7.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/p2/pom.xml to /home/jenkins/.m2/repository/org/polarsys/esf/esf-infra.p2/0.7.0-SNAPSHOT/esf-infra.p2-0.7.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/p2/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/esf/esf-infra.p2/0.7.0-SNAPSHOT/esf-infra.p2-0.7.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/esf-infra-nightly-build/p2/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/esf/esf-infra.p2/0.7.0-SNAPSHOT/esf-infra.p2-0.7.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ esf-infra.p2 --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for ESF 0.7.0-SNAPSHOT: [INFO] [INFO] ESF ................................................ SUCCESS [ 5.064 s] [INFO] ESF Core ........................................... SUCCESS [ 0.118 s] [INFO] ESF Diagram ........................................ SUCCESS [ 0.012 s] [INFO] org.polarsys.esf.core.common ....................... SUCCESS [ 9.463 s] [INFO] org.polarsys.esf.core.common.ui .................... SUCCESS [ 3.724 s] [INFO] ESF Profile ........................................ SUCCESS [ 0.051 s] [INFO] ESFCore Profile .................................... SUCCESS [ 1.859 s] [INFO] ESFArchitectureConcepts Profile .................... SUCCESS [ 2.720 s] [INFO] org.polarsys.esf.core.utils ........................ SUCCESS [ 1.944 s] [INFO] ESF Core Resources ................................. SUCCESS [ 0.014 s] [INFO] ESF Core Graphical Resources ....................... SUCCESS [ 1.745 s] [INFO] org.polarsys.esf.core.diagram.esfarchitectureconcepts SUCCESS [ 3.325 s] [INFO] ESF Meta-model ..................................... SUCCESS [ 0.010 s] [INFO] ESFArchitectureConcepts Meta-model ................. SUCCESS [ 0.892 s] [INFO] ESFCore Meta-model ................................. SUCCESS [ 0.927 s] [INFO] ESFBehaviours Meta-model ........................... SUCCESS [ 1.649 s] [INFO] ESFProperties Meta-model ........................... SUCCESS [ 0.919 s] [INFO] ESFSafetyConcepts Meta-model ....................... SUCCESS [ 0.849 s] [INFO] ESFArchitectureConcepts Profile test ............... SUCCESS [ 6.077 s] [INFO] org.polarsys.esf.core.profile.esfarchitectureconcepts.application SUCCESS [ 2.485 s] [INFO] ESFProperties Profile .............................. SUCCESS [ 1.764 s] [INFO] ESFBehaviours Profile .............................. SUCCESS [ 1.409 s] [INFO] ESFSafetyConcepts Profile .......................... SUCCESS [ 1.947 s] [INFO] ESF Releng ......................................... SUCCESS [ 0.005 s] [INFO] org.polarsys.esf.core.doc .......................... SUCCESS [ 0.750 s] [INFO] ESF Core branding .................................. SUCCESS [ 0.744 s] [INFO] ESF Core feature ................................... SUCCESS [ 1.248 s] [INFO] esf-infra.p2 ....................................... SUCCESS [ 30.999 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:21 min [INFO] Finished at: 2024-04-23T16:22:35Z [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "packAndSign" could not be activated because it does not exist. Archiving artifacts Finished: SUCCESS