Started by upstream project "emf-validation-master" build number 44 originally caused by: Started by timer Running as SYSTEM Agent migration-agent-n6dss is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/migration: "true" name: "migration-agent-n6dss" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.emfservices.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "migration-agent-n6dss" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "migration-agent-n6dss" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.emfservices.svc.cluster.local/emfservices/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-emfservices" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on migration-agent-n6dss (migration) in workspace /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-GD5gYh81krqV/agent.54 SSH_AGENT_PID=56 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration@tmp/private_key_5337732521048838090.key (/home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration@tmp/private_key_5337732521048838090.key) [ssh-agent] Using credentials genie.emfservices (ssh://genie.emfservices@projects-storage.eclipse.org) No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/emf-validation/org.eclipse.emf.validation.git > git init /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/emf-validation/org.eclipse.emf.validation.git > git --version # timeout=10 > git fetch --tags --progress git://git.eclipse.org/gitroot/emf-validation/org.eclipse.emf.validation.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://git.eclipse.org/gitroot/emf-validation/org.eclipse.emf.validation.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/emf-validation/org.eclipse.emf.validation.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/emf-validation/org.eclipse.emf.validation.git > git fetch --tags --progress git://git.eclipse.org/gitroot/emf-validation/org.eclipse.emf.validation.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 326dc1db6f51377a04d6608f23fe4aded2ea914f (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 326dc1db6f51377a04d6608f23fe4aded2ea914f Commit message: "[releng] Add target platform for 2020-06" > git rev-list --no-walk 326dc1db6f51377a04d6608f23fe4aded2ea914f # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" Starting xvnc [migration] $ Xvnc :53 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 2 2018 19:05:14 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12001000, The X.Org Foundation Mon May 4 16:04:54 2020 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5953 vncext: created VNC server for screen 0 [migration] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.emf.validation.releng/pom.xml -DPLATFORM=photon -Djdk=oracle-jdk8-latest -DBUILD_LABEL=NONE -DBUILD_TYPE=I -Dlabel=migration -Dmaven.repo.local=/home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/.repository clean verify -B -Pemf-validation.target,hudson.eclipse.org Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/ [INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410 [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/ [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.13/ [INFO] Adding repository http://download.eclipse.org/modeling/emf/emf/updates/2.13 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/ (444B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/ (65.98kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/xcore/R201706130242/ (9.65kB) [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20170919201930/repository/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20170919201930/repository [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20170919201930/repository/ [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/ (117.26kB) [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20170919201930/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20170919201930/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/ [INFO] Adding repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0 [INFO] Fetching content.jar from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/ (41.99kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation/pom.xml May 04, 2020 4:06:08 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond May 04, 2020 4:06:08 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching R-4.7.1a-201710090410&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.7/ [INFO] Fetching org.eclipse.osgi_3.12.50.v20170928-1321.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (436.32kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (40.97kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (71.7kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (51.81kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (33.1kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (35.26kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (27.68kB) [INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (46.01kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (870.77kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (40.76kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (104.66kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (368.51kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (35.92kB) [INFO] Fetching R201706090928&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/emf/emf/updates/2.13/core/ [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (88.62kB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (8.71MB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui/pom.xml [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (81.58kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (56.27kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (37.68kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (41.98kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (140.59kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (24.93kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (32.79kB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (43.34kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (58.16kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (49.74kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (18.01kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (26.17kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (16.6kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (17.34kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (21.68kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (98kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (24.35kB) [INFO] Fetching org.eclipse.swt_3.106.1.v20170926-0519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (355.4kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (13.36kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (9.85kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (85.98kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (80.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (94.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (70.39kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (71.53kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (7.93kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (357.53kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (82.03kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (122.73kB) [INFO] Fetching org.eclipse.jface.text_3.12.0.v20170523-1043.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (318.65kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (91.18kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170926-0519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (1.25MB) May 04, 2020 4:06:29 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond May 04, 2020 4:06:29 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (1,013.66kB) May 04, 2020 4:06:30 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond May 04, 2020 4:06:30 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (229.15kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.106.1.v20170926-0519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (1.16MB) May 04, 2020 4:06:32 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond May 04, 2020 4:06:32 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.106.1.v20170926-0519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (954.94kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ui.ide:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ui.ide:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui.ide/pom.xml May 04, 2020 4:06:33 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond May 04, 2020 4:06:33 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (972.73kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (101.67kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (52.24kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (41.32kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (42.3kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ui.ide:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ocl:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ocl:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl/pom.xml [INFO] Fetching 6.3.0&format=xml&protocol=http&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/ocl/updates/releases/ [INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (1.1MB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.ocl,3.6.200.v20170522-1736 failed: [WARNING] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ocl,3.6.200.v20170522-1736 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0: [WARNING] Retry another mirror: [WARNING] Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl_3.6.200.v20170522-1736.jar. [WARNING] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ocl,3.6.200.v20170522-1736 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0: [WARNING] Retry another mirror: [WARNING] Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl_3.6.200.v20170522-1736.jar. [WARNING] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ocl,3.6.200.v20170522-1736 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0: [WARNING] Retry another mirror: [WARNING] Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl_3.6.200.v20170522-1736.jar. [WARNING] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ocl,3.6.200.v20170522-1736 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0: [WARNING] Retry another mirror: [WARNING] Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl_3.6.200.v20170522-1736.jar. [WARNING] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ocl,3.6.200.v20170522-1736 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0: [WARNING] Retry another mirror: [WARNING] Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl_3.6.200.v20170522-1736.jar. [WARNING] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ocl,3.6.200.v20170522-1736 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0: [WARNING] Retry another mirror: [WARNING] Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl_3.6.200.v20170522-1736.jar. [WARNING] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ocl,3.6.200.v20170522-1736 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0: [WARNING] Retry another mirror: [WARNING] Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl_3.6.200.v20170522-1736.jar. [WARNING] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ocl,3.6.200.v20170522-1736 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0: [WARNING] Retry another mirror: [WARNING] Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl_3.6.200.v20170522-1736.jar. [WARNING] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ocl,3.6.200.v20170522-1736 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0: [WARNING] Retry another mirror: [WARNING] Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl_3.6.200.v20170522-1736.jar. [INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (363.48kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.ocl.ecore,3.6.200.v20170522-1736 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.ocl.ecore,3.6.200.v20170522-1736 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0: [WARNING] Retry another mirror: [WARNING] Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz. [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/ [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (13.81kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.ocl.common,1.4.200.v20160613-1518 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.ocl.common,1.4.200.v20160613-1518 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0: [WARNING] Retry another mirror: [WARNING] Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz. [WARNING] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ocl.common,1.4.200.v20160613-1518 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0: [WARNING] Retry another mirror: [WARNING] Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl.common_1.4.200.v20160613-1518.jar. [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ocl:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.doc:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.doc:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.doc:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.adapter:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.adapter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.adapter:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.adapter/pom.xml [INFO] Fetching org.eclipse.emf.examples.library_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (23.65kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.adapter:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.adapter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.general:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.general/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.general:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.general/pom.xml [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (56.72kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (74.95kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (48.42kB) [INFO] Fetching org.eclipse.emf.examples.library.edit_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (15.18kB) [INFO] Fetching org.eclipse.emf.examples.library.editor_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (29.28kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.general:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.general/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.ocl:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.ocl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.ocl:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.ocl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.ocl:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.ocl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.tests:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.tests:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/pom.xml [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (314.64kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (199.22kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (122.68kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (42.14kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (33.81kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (283.72kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (105.95kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (179.49kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (134.81kB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (127.48kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (517.17kB) [INFO] Fetching org.eclipse.ui.ide.application_1.2.0.v20170512-1452.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (51.89kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (66.86kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (40.42kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (19.33kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (30.64kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.tests:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation-feature/pom.xml May 04, 2020 4:06:43 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond May 04, 2020 4:06:43 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.ocl:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.ocl:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.ocl:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.examples:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.examples:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples-feature/pom.xml [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (123.34kB) [INFO] Fetching org.eclipse.debug.ui_3.12.50.v20170920-1329.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (993.18kB) May 04, 2020 4:06:45 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond May 04, 2020 4:06:45 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (102.97kB) [INFO] Fetching org.eclipse.jdt.core_3.13.50.v20171007-0855.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (6.4MB) [INFO] Fetching org.eclipse.jdt.launching_3.9.50.v20171009-0349.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (126.71kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (451.05kB) [INFO] Fetching org.eclipse.emf.converter_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (35.17kB) [INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (27.46kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (18.6kB) [INFO] Fetching org.eclipse.emf.examples.databinding.project.core_1.0.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (10.8kB) [INFO] Fetching org.eclipse.emf.examples.databinding.project.core.model_1.1.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (18.21kB) [INFO] Fetching org.eclipse.emf.examples.databinding.project.ui.rcp_1.2.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (33.53kB) [INFO] Fetching org.eclipse.emf.examples_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (11.31kB) [INFO] Fetching org.eclipse.emf.java_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (43.45kB) [INFO] Fetching org.eclipse.emf.java.edit_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (18.01kB) [INFO] Fetching org.eclipse.emf.java.editor_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (22.39kB) [INFO] Fetching org.eclipse.emf.activities_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (8.6kB) [INFO] Fetching org.eclipse.emf.exporter.html_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (19.63kB) [INFO] Fetching org.eclipse.emf.examples.generator.validator_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (13.43kB) [INFO] Fetching org.eclipse.emf.examples.jet.article2_2.5.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (30.42kB) [INFO] Fetching org.eclipse.emf.examples_2.12.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/features/ (17.8kB) [INFO] Fetching org.eclipse.jdt.ui_3.13.50.v20170929-1653.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (4.03MB) [INFO] Fetching org.eclipse.emf.examples.library.edit.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (31.42kB) [INFO] Fetching org.eclipse.emf.examples.library.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (60.43kB) [INFO] Fetching org.eclipse.emf.java.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (72.04kB) [INFO] Fetching org.eclipse.emf.exporter.html.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (18.01kB) [INFO] Fetching org.eclipse.emf.java.editor.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (23.03kB) [INFO] Fetching org.eclipse.emf.java.edit.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (26.62kB) [INFO] Fetching org.eclipse.emf.examples.databinding.project.ui.rcp.source_1.2.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (59.1kB) [INFO] Fetching org.eclipse.emf.examples.library.editor.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (33.79kB) [INFO] Fetching org.eclipse.emf.examples.jet.article2.source_2.5.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (38.63kB) [INFO] Fetching org.eclipse.emf.examples.generator.validator.source_1.3.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (16.88kB) [INFO] Fetching org.eclipse.emf.examples.databinding.project.core.source_1.0.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (15.59kB) [INFO] Fetching org.eclipse.emf.examples.databinding.project.core.model.source_1.1.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (35kB) [INFO] Fetching org.eclipse.emf.examples.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/features/ (17.44kB) [INFO] Fetching org.eclipse.emf.exporter_2.7.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (28.63kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.50.v20170920-1015.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (99.48kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (912.26kB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (218.87kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.examples:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.source:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.source-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.source:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.source-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.source:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.source-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.ocl.source:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl.source-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.ocl.source:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl.source-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.ocl.source:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl.source-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.examples.source:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.source-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.examples.source:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.source-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.examples.source:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.source-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.doc:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.doc:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.doc:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.tests:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.tests:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests-feature/pom.xml [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (2.58MB) [INFO] Fetching org.eclipse.ant.optional.junit_3.3.200.v20160315-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (6.81kB) [INFO] Fetching org.eclipse.test_3.4.0.v20170511-1043.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (525.62kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.tests:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.sdk:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.sdk-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.sdk:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.sdk-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.sdk:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.sdk-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.master:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.master-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.master:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.master-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.master:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.master-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.validation:org.eclipse.emf.validation.repository:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation:org.eclipse.emf.validation.repository:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.validation:org.eclipse.emf.validation.repository:1.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.repository/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.emf.validation.releng [pom] [INFO] org.eclipse.emf.validation.target [pom] [INFO] org.eclipse.emf.validation [eclipse-plugin] [INFO] org.eclipse.emf.validation.ui [eclipse-plugin] [INFO] org.eclipse.emf.validation.ui.ide [eclipse-plugin] [INFO] org.eclipse.emf.validation.ocl [eclipse-plugin] [INFO] org.eclipse.emf.validation.doc [eclipse-plugin] [INFO] org.eclipse.emf.validation.examples [eclipse-plugin] [INFO] org.eclipse.emf.validation.examples.adapter [eclipse-plugin] [INFO] org.eclipse.emf.validation.examples.general [eclipse-plugin] [INFO] org.eclipse.emf.validation.examples.ocl [eclipse-plugin] [INFO] org.eclipse.emf.validation.tests [eclipse-test-plugin] [INFO] org.eclipse.emf.validation [eclipse-feature] [INFO] org.eclipse.emf.validation.ocl [eclipse-feature] [INFO] org.eclipse.emf.validation.examples [eclipse-feature] [INFO] org.eclipse.emf.validation.source [eclipse-feature] [INFO] org.eclipse.emf.validation.ocl.source [eclipse-feature] [INFO] org.eclipse.emf.validation.examples.source [eclipse-feature] [INFO] org.eclipse.emf.validation.doc [eclipse-feature] [INFO] org.eclipse.emf.validation.tests [eclipse-feature] [INFO] org.eclipse.emf.validation.sdk [eclipse-feature] [INFO] org.eclipse.emf.validation.master [eclipse-feature] [INFO] org.eclipse.emf.validation.repository [eclipse-repository] [INFO] [INFO] ----< org.eclipse.emf.validation:org.eclipse.emf.validation.releng >---- [INFO] Building org.eclipse.emf.validation.releng 1.12.1-SNAPSHOT [1/23] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.releng --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.releng --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.releng --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.releng --- [INFO] [INFO] ----< org.eclipse.emf.validation:org.eclipse.emf.validation.target >---- [INFO] Building org.eclipse.emf.validation.target 1.12.1-SNAPSHOT [2/23] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.target --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.target --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.target --- [INFO] [INFO] --- build-helper-maven-plugin:1.3:attach-artifact (attach-artifacts) @ org.eclipse.emf.validation.target --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.target --- [WARNING] Can not read file '/home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.target/emf-validation.target', it will not be signed [INFO] [INFO] ---< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation >---- [INFO] Building org.eclipse.emf.validation 1.8.0-SNAPSHOT [3/23] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation --- [INFO] The project's OSGi version is 1.8.0.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation --- [INFO] Executing tasks main: [echo] Replacing @build@ token within about.mappings with build id [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.validation --- [INFO] Compiling 137 source files to /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation/target/org.eclipse.emf.validation-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation/target/org.eclipse.emf.validation-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation/target/org.eclipse.emf.validation-1.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation/target/org.eclipse.emf.validation-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ui >-- [INFO] Building org.eclipse.emf.validation.ui 1.7.0-SNAPSHOT [4/23] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.ui --- [INFO] The project's OSGi version is 1.7.0.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.ui --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.ui --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.validation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.validation.ui --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.validation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui/target/org.eclipse.emf.validation.ui-1.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui/target/org.eclipse.emf.validation.ui-1.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui/target/org.eclipse.emf.validation.ui-1.7.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui/target/org.eclipse.emf.validation.ui-1.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ui.ide >-- [INFO] Building org.eclipse.emf.validation.ui.ide 1.3.0-SNAPSHOT [5/23] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.ui.ide --- [INFO] The project's OSGi version is 1.3.0.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.ui.ide --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.ui.ide --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.validation.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.validation.ui.ide --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.validation.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui.ide/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui.ide/target/org.eclipse.emf.validation.ui.ide-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui.ide/target/org.eclipse.emf.validation.ui.ide-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.ui.ide --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.ui.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui.ide/target/org.eclipse.emf.validation.ui.ide-1.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ui.ide/target/org.eclipse.emf.validation.ui.ide-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ocl >-- [INFO] Building org.eclipse.emf.validation.ocl 1.4.0-SNAPSHOT [6/23] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.ocl --- [INFO] The project's OSGi version is 1.4.0.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.ocl --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.ocl --- [INFO] Executing tasks main: [echo] Replacing @build@ token within about.mappings with build id [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.validation.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.validation.ocl --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.validation.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.ocl --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl/target/org.eclipse.emf.validation.ocl-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.ocl --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl/target/org.eclipse.emf.validation.ocl-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.ocl --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.ocl --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl/target/org.eclipse.emf.validation.ocl-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl/target/org.eclipse.emf.validation.ocl-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.doc >-- [INFO] Building org.eclipse.emf.validation.doc 1.3.0-SNAPSHOT [7/23] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.doc --- [INFO] The project's OSGi version is 1.3.0.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.doc --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.doc --- [INFO] Executing tasks main: [echo] Replacing @build@ token within about.mappings with build id [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.validation.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.validation.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.validation.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc/target/org.eclipse.emf.validation.doc-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc/target/org.eclipse.emf.validation.doc-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc/target/org.eclipse.emf.validation.doc-1.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc/target/org.eclipse.emf.validation.doc-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples >-- [INFO] Building org.eclipse.emf.validation.examples 1.3.0-SNAPSHOT [8/23] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.examples --- [INFO] The project's OSGi version is 1.3.0.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.examples --- [INFO] [INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.emf.validation.examples --- [INFO] Executing tasks main: [echo] Replacing @build@ token within about.mappings with build id [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.validation.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.validation.examples --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples/target/classes [INFO] [INFO] --- maven-antrun-plugin:1.7:run (compile) @ org.eclipse.emf.validation.examples --- [INFO] Executing tasks main: init: zip.examples: [zip] Building zip: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples/zips/general.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples/zips/adapter.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples/zips/ocl.zip init: refresh: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.validation.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples/target/org.eclipse.emf.validation.examples-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples/target/org.eclipse.emf.validation.examples-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.examples --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples/target/org.eclipse.emf.validation.examples-1.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples/target/org.eclipse.emf.validation.examples-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.adapter >-- [INFO] Building org.eclipse.emf.validation.examples.adapter 1.2.0-SNAPSHOT [9/23] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.examples.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.examples.adapter --- [INFO] The project's OSGi version is 1.2.0.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.examples.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.examples.adapter --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.examples.adapter --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.validation.examples.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.adapter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.validation.examples.adapter --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.adapter/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.validation.examples.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.adapter/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.examples.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.adapter/target/org.eclipse.emf.validation.examples.adapter-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.examples.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.examples.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.adapter/target/org.eclipse.emf.validation.examples.adapter-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.examples.adapter --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.examples.adapter --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.adapter/target/org.eclipse.emf.validation.examples.adapter-1.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.adapter/target/org.eclipse.emf.validation.examples.adapter-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.general >-- [INFO] Building org.eclipse.emf.validation.examples.general 1.4.0-SNAPSHOT [10/23] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.examples.general --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.examples.general --- [INFO] The project's OSGi version is 1.4.0.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.examples.general --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.examples.general --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.examples.general --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.validation.examples.general --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.general/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.validation.examples.general --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.general/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.validation.examples.general --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.general/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.examples.general --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.general/target/org.eclipse.emf.validation.examples.general-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.examples.general --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.examples.general --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.general/target/org.eclipse.emf.validation.examples.general-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.examples.general --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.examples.general --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.general/target/org.eclipse.emf.validation.examples.general-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.general/target/org.eclipse.emf.validation.examples.general-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.ocl >-- [INFO] Building org.eclipse.emf.validation.examples.ocl 1.4.0-SNAPSHOT [11/23] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.examples.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.examples.ocl --- [INFO] The project's OSGi version is 1.4.0.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.examples.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.examples.ocl --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.examples.ocl --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.validation.examples.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.ocl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.validation.examples.ocl --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.ocl/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.validation.examples.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.ocl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.examples.ocl --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.ocl/target/org.eclipse.emf.validation.examples.ocl-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.examples.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.examples.ocl --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.ocl/target/org.eclipse.emf.validation.examples.ocl-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.examples.ocl --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.examples.ocl --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.ocl/target/org.eclipse.emf.validation.examples.ocl-1.4.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.ocl/target/org.eclipse.emf.validation.examples.ocl-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.tests >-- [INFO] Building org.eclipse.emf.validation.tests 1.9.0-SNAPSHOT [12/23] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.tests --- [INFO] The project's OSGi version is 1.9.0.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.tests --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.tests --- [INFO] Executing tasks main: [echo] Replacing @build@ token within about.mappings with build id [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.validation.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.validation.tests --- [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.validation.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/target/org.eclipse.emf.validation.tests-1.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/target/org.eclipse.emf.validation.tests-1.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.emf.validation.tests --- [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (72.08kB) [INFO] Fetching org.eclipse.ant.launching_1.2.0.v20170509-2157.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (101.6kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (20.53kB) [INFO] Fetching org.eclipse.ant.ui_3.7.0.v20170412-1054.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (483.71kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.0.v20161212-0515.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (66.75kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.50.v20170928-1211.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (1.61MB) [INFO] Fetching org.eclipse.jdt.junit_3.10.50.v20171004-1157.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (235.52kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/features/ (17.73kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/features/ (17.68kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (52.2kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (45.05kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (23.26kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (15.87kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.1.v20170906-1259.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (295.29kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (72.71kB) [INFO] Fetching org.eclipse.jdt_3.13.1.v20171009-0410.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (34.13kB) [INFO] Fetching org.eclipse.ui.intro_3.5.100.v20170418-0710.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (142kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.100.v20170515-0748.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (118.56kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.5.50.v20170920-0950.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (126.74kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.0.v20170322-1054.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (16.94kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.50.v20170920-0950.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (68.94kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.50.v20170920-0950.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (104.22kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.5.0.v20170505-1107.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (31.13kB) [INFO] Fetching org.eclipse.jdt.doc.user_3.13.50.v20171004-1030.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (9.06MB) May 04, 2020 4:07:50 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond May 04, 2020 4:07:50 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.jdt.annotation_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (9.51kB) [INFO] Fetching org.eclipse.jdt.annotation_2.1.100.v20170511-1408.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (16.69kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.9.50.v20170927-1941.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (62.4kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.650.v20170920-1015.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (24.27kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.650.v20170920-1015.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (13.18kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.0.v20171006-0854.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (12.55kB) [INFO] Fetching org.junit.jupiter.api_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (36.57kB) [INFO] Fetching org.junit.jupiter.engine_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (47.91kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (20.65kB) [INFO] Fetching org.junit.jupiter.params_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (150.89kB) [INFO] Fetching org.junit.platform.commons_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (36.6kB) [INFO] Fetching org.junit.platform.engine_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (36.88kB) [INFO] Fetching org.junit.platform.launcher_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (30.71kB) [INFO] Fetching org.junit.platform.runner_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (20.7kB) [INFO] Fetching org.junit.platform.suite.api_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (16.45kB) [INFO] Fetching org.junit.vintage.engine_4.12.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (30.31kB) [INFO] Fetching org.opentest4j_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (14.23kB) [INFO] Fetching org.apiguardian_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (12.35kB) [INFO] Fetching org.eclipse.jdt_3.13.1.v20171009-0410.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/features/ (18.4kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.0.v20170303-1624.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (32.29kB) [INFO] Fetching org.eclipse.pde.api.tools_1.1.101.v20170714-0724.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (897.01kB) [INFO] Fetching org.eclipse.pde.core_3.11.100.v20170517-0724.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (1.26MB) [INFO] Fetching org.objectweb.asm_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (33.32kB) [INFO] Fetching org.objectweb.asm.tree_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (15.58kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.101.v20170810-1621.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (166.34kB) [INFO] Fetching org.eclipse.pde.ui_3.10.50.v20171007-1315.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (1.46MB) May 04, 2020 4:07:56 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond May 04, 2020 4:07:56 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.ui.trace_1.1.0.v20170201-2036.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (26.66kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (479.6kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (44.89kB) [INFO] Fetching org.eclipse.pde.doc.user_3.13.1.v20171009-0537.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (6.13MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.1.0.v20170516-2121.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (96.39kB) [INFO] Fetching org.eclipse.pde.ds.core_1.1.100.v20170515-0910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (25.63kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.1.100.v20170515-0910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (80.26kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.0.v20170303-1624.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (28.68kB) [INFO] Fetching org.eclipse.pde_3.13.1.v20171009-0410.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (46.69kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.50.v20170923-0844.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (13.61kB) [INFO] Fetching org.eclipse.pde.runtime_3.6.0.v20170413-1620.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (113.01kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.6.100.v20170515-0910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (376.17kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.100.v20170515-1458.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (83.71kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.0.v20170118-0848.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (7.67kB) [INFO] Fetching org.eclipse.pde.launching_3.7.50.v20171007-1315.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (50.57kB) [INFO] Fetching org.eclipse.pde.ua.core_1.1.0.v20170201-2036.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (33.06kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.1.100.v20170515-0910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (145.53kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.0.0.v20170315-0955.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (18.4kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.0.0.v20170428-1608.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (24.71kB) [INFO] Fetching org.eclipse.pde_3.13.1.v20171009-0537.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/features/ (18.18kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.0.1.v20170822-2211.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (23.91kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.0.v20160923-0911.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (12.05kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.0.v20160923-0911.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (29.2kB) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -ea, -XX:MaxPermSize=128m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -data, /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/target/surefire.properties, -product, org.eclipse.sdk.ide] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 (SWT:631): Gtk-WARNING **: 16:08:09.024: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:09.024: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:09.024: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:09.024: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:09.036: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:09.036: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:09.036: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:09.036: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) Running org.eclipse.emf.validation.tests.AllTests (SWT:631): Gtk-WARNING **: 16:08:11.536: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.536: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.536: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.536: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.564: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.564: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.564: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.564: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.571: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.571: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.571: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.571: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.956: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.956: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.956: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.956: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.969: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.969: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.969: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:11.969: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:12.765: Negative content height -9 (allocation 1, extents 5x5) while allocating gadget (node button, owner GtkButton) Tests run: 222, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.227 s - in org.eclipse.emf.validation.tests.AllTests test_getCategory(org.eclipse.emf.validation.internal.model.tests.CategoryTest) Time elapsed: 0.001 s test_findCategory(org.eclipse.emf.validation.internal.model.tests.CategoryTest) Time elapsed: 0 s test_getTopLevelCategories(org.eclipse.emf.validation.internal.model.tests.CategoryTest) Time elapsed: 0.001 s test_dumpCategories(org.eclipse.emf.validation.internal.model.tests.CategoryTest) Time elapsed: 0 s test_getDefaultCategory(org.eclipse.emf.validation.internal.model.tests.CategoryTest) Time elapsed: 0.001 s test_getMandatoryCategories(org.eclipse.emf.validation.internal.model.tests.CategoryTest) Time elapsed: 0 s test_getInstance(org.eclipse.emf.validation.internal.model.tests.ConstraintSeverityTest) Time elapsed: 0 s test_getName(org.eclipse.emf.validation.internal.model.tests.ConstraintSeverityTest) Time elapsed: 0 s test_isNull(org.eclipse.emf.validation.internal.model.tests.ConstraintSeverityTest) Time elapsed: 0 s test_readResolve(org.eclipse.emf.validation.internal.model.tests.ConstraintSeverityTest) Time elapsed: 0.004 s test_getAllInstances(org.eclipse.emf.validation.internal.model.tests.ConstraintSeverityTest) Time elapsed: 0 s test_getConstraint(org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest) Time elapsed: 0.001 s test_getCode(org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest) Time elapsed: 0 s test_getSeverity(org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest) Time elapsed: 0 s test_getChildren(org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest) Time elapsed: 0 s test_getMessage(org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest) Time elapsed: 0 s test_getPlugin(org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest) Time elapsed: 0 s test_getTarget(org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest) Time elapsed: 0.001 s test_getResultLocus(org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest) Time elapsed: 0 s test_isMultiStatus(org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest) Time elapsed: 0 s test_getInstance(org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest) Time elapsed: 0 s test_getName(org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest) Time elapsed: 0.001 s test_customEventType_177647(org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest) Time elapsed: 0 s test_isNull(org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest) Time elapsed: 0 s test_readResolve(org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest) Time elapsed: 0.003 s test_getPredefinedInstances_177647(org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest) Time elapsed: 0 s test_getAllInstances(org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest) Time elapsed: 0.001 s test_getInstance(org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest) Time elapsed: 0 s test_getName(org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest) Time elapsed: 0 s test_isLive(org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest) Time elapsed: 0 s test_isNull(org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest) Time elapsed: 0 s test_isBatchOnly(org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest) Time elapsed: 0 s test_readResolve(org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest) Time elapsed: 0.002 s test_isBatch(org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest) Time elapsed: 0 s test_getAllInstances(org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest) Time elapsed: 0 s test_getLocalizedName(org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest) Time elapsed: 0 s test_initWithValidSelector(org.eclipse.emf.validation.internal.model.tests.ClientContextTest) Time elapsed: 0.018 s test_initDefault(org.eclipse.emf.validation.internal.model.tests.ClientContextTest) Time elapsed: 0 s test_initWithoutSelector(org.eclipse.emf.validation.internal.model.tests.ClientContextTest) Time elapsed: 0.001 s test_hashCode(org.eclipse.emf.validation.internal.model.tests.ClientContextTest) Time elapsed: 0 s test_initWithInvalidSelector(org.eclipse.emf.validation.internal.model.tests.ClientContextTest) Time elapsed: 0 s test_initWithValidExpression(org.eclipse.emf.validation.internal.model.tests.ClientContextTest) Time elapsed: 0 s test_equals(org.eclipse.emf.validation.internal.model.tests.ClientContextTest) Time elapsed: 0.001 s test_initWithMissingSelector(org.eclipse.emf.validation.internal.model.tests.ClientContextTest) Time elapsed: 0 s test_initWithoutid(org.eclipse.emf.validation.internal.model.tests.ClientContextTest) Time elapsed: 0 s test_initWithInvalidEnablement(org.eclipse.emf.validation.internal.model.tests.ClientContextTest) Time elapsed: 0.001 s test_getBindings_contexts(org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest) Time elapsed: 0.002 s test_getClientContext(org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest) Time elapsed: 0 s test_getBindings_eobject(org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest) Time elapsed: 0.001 s test_getClientContexts(org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest) Time elapsed: 0 s test_defaultBindings_contexts(org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest) Time elapsed: 0.001 s test_getClientContextsFor(org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest) Time elapsed: 0 s test_getBindings_eobject_none(org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest) Time elapsed: 0 s test_defaultBindings_context(org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest) Time elapsed: 0.001 s test_getBindings_context(org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest) Time elapsed: 0 s testConstraintDescriptor(org.eclipse.emf.validation.internal.model.tests.ModeledConstraintsTest) Time elapsed: 0.001 s testValidation(org.eclipse.emf.validation.internal.model.tests.ModeledConstraintsTest) Time elapsed: 0.267 s testInternationalization(org.eclipse.emf.validation.internal.model.tests.ModeledConstraintsTest) Time elapsed: 0.001 s testIrrelevantTarget(org.eclipse.emf.validation.internal.model.tests.ModeledConstraintsTest) Time elapsed: 0.003 s testCategory(org.eclipse.emf.validation.internal.model.tests.ModeledConstraintsTest) Time elapsed: 0 s test_getInstance(org.eclipse.emf.validation.internal.util.tests.ConstraintFactoryTest) Time elapsed: 0 s test_newConstraint(org.eclipse.emf.validation.internal.util.tests.ConstraintFactoryTest) Time elapsed: 0 s test_newConstraint_disabledConstraint(org.eclipse.emf.validation.internal.util.tests.ConstraintFactoryTest) Time elapsed: 0.001 s test_validate(org.eclipse.emf.validation.internal.util.tests.DisabledConstraintTest) Time elapsed: 0.003 s test_size(org.eclipse.emf.validation.internal.util.tests.FilteredCollectionTest) Time elapsed: 0 s test_iterator(org.eclipse.emf.validation.internal.util.tests.FilteredCollectionTest) Time elapsed: 0 s test_getFilter(org.eclipse.emf.validation.internal.util.tests.FilteredCollectionTest) Time elapsed: 0 s test_getInstance(org.eclipse.emf.validation.internal.util.tests.JavaConstraintParserTest) Time elapsed: 0.001 s test_parseConstraint_throws(org.eclipse.emf.validation.internal.util.tests.JavaConstraintParserTest) Time elapsed: 0 s test_parseConstraint(org.eclipse.emf.validation.internal.util.tests.JavaConstraintParserTest) Time elapsed: 0 s test_constraintLocalization(org.eclipse.emf.validation.internal.util.tests.XmlConfigTest) Time elapsed: 0.016 s test_parseConstraintsWithIncludes(org.eclipse.emf.validation.internal.util.tests.XmlConfigTest) Time elapsed: 0.002 s test_getText(org.eclipse.emf.validation.internal.util.tests.TextUtilsTest) Time elapsed: 0 s test_init(org.eclipse.emf.validation.internal.util.tests.XmlExpressionSelectorTest) Time elapsed: 0 s test_selects(org.eclipse.emf.validation.internal.util.tests.XmlExpressionSelectorTest) Time elapsed: 0.001 s test_caseInsensitive_question_114105(org.eclipse.emf.validation.internal.util.tests.StringMatcherTest) Time elapsed: 0.004 s test_caseSensitive_question_114105(org.eclipse.emf.validation.internal.util.tests.StringMatcherTest) Time elapsed: 0 s test_caseInsensitive_asterisk_114105(org.eclipse.emf.validation.internal.util.tests.StringMatcherTest) Time elapsed: 0 s test_caseSensitive_asterisk_114105(org.eclipse.emf.validation.internal.util.tests.StringMatcherTest) Time elapsed: 0.001 s test_getDescriptor(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_registry(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_getBody(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_getName(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_hashCode(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_getStatusCode(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_targetsEvent(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0.001 s test_isLive(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_getSeverity(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_getDescription(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_getCategories(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_getMessagePattern(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_getConfig(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_getPluginId(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_isBatch(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_getEvaluationMode(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_targetsTypeOf(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_isEnabled_isError_getException(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_resolveTargetTypes(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_addCategory_removeCategory(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_getId(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_equalsObject(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest) Time elapsed: 0 s test_getConstraints(org.eclipse.emf.validation.internal.service.impl.tests.GetBatchConstraintsOperationTest) Time elapsed: 0.001 s test_getEObject(org.eclipse.emf.validation.internal.service.impl.tests.GetBatchConstraintsOperationTest) Time elapsed: 0 s test_execute(org.eclipse.emf.validation.internal.service.impl.tests.GetBatchConstraintsOperationTest) Time elapsed: 0 s test_getEventType(org.eclipse.emf.validation.internal.service.impl.tests.GetLiveConstraintsOperationTest) Time elapsed: 0.001 s test_getConstraints(org.eclipse.emf.validation.internal.service.impl.tests.GetLiveConstraintsOperationTest) Time elapsed: 0 s test_getNotification(org.eclipse.emf.validation.internal.service.impl.tests.GetLiveConstraintsOperationTest) Time elapsed: 0 s test_getEObject(org.eclipse.emf.validation.internal.service.impl.tests.GetLiveConstraintsOperationTest) Time elapsed: 0 s test_execute(org.eclipse.emf.validation.internal.service.impl.tests.GetLiveConstraintsOperationTest) Time elapsed: 0 s test_isXmlProvider(org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest) Time elapsed: 0.001 s test_provides_live(org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest) Time elapsed: 0 s test_provides_batch(org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest) Time elapsed: 0.001 s test_isCache(org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest) Time elapsed: 0 s test_getProvider(org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest) Time elapsed: 0 s test_isCacheEnabled(org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest) Time elapsed: 0 s test_concurrentInitialization_207780(org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest) Time elapsed: 1.004 s test_getDescriptor(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintCacheTest) Time elapsed: 0.001 s test_addProvider(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintCacheTest) Time elapsed: 0 s test_getProviders(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintCacheTest) Time elapsed: 0 s test_getLiveConstraints(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintCacheTest) Time elapsed: 0.001 s test_getBatchConstraints(org.eclipse.emf.validation.internal.service.impl.tests.ConstraintCacheTest) Time elapsed: 0 s test_validateCollection(org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest) Time elapsed: 0.001 s test_validate_object(org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest) Time elapsed: 0 s test_validate_EObject_IProgressMonitor(org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest) Time elapsed: 0.001 s test_isReportSuccesses(org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest) Time elapsed: 0 s test_isIncludeLiveConstraints(org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest) Time elapsed: 0 s test_getEvaluationMode(org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest) Time elapsed: 0 s test_validate_Collection_IProgressMonitor(org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest) Time elapsed: 0 s test_mergeNotifications_move_one(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0.005 s test_validateCollection(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0.001 s test_validate_object(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0 s test_mergeNotifications_remove_many(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0 s test_isReportSuccesses(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0 s test_notificationFilterDefault_177653(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0.001 s test_mergeNotifications_remove_one(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0 s test_mergeNotifications_set_many(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0.001 s test_mergeNotifications_removingAdapter_one(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0.001 s test_mergeNotifications_move_many(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0 s test_mergeNotifications_removingAdapter_many(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0.001 s test_validate_notification(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0 s test_notficationFilterCustom_177653(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0.004 s test_getEvaluationMode(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0 s test_notificationGenerator_177647(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0.004 s test_mergeNotifications_set_one(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0 s test_mergeNotifications_add_many(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0.001 s test_mergeNotifications_add_one(org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest) Time elapsed: 0 s test_constraintIncludedInExcludedCategory(org.eclipse.emf.validation.internal.service.impl.tests.ClientContextTest) Time elapsed: 0.008 s test_multipleMatchingContextsWithExclusions(org.eclipse.emf.validation.internal.service.impl.tests.ClientContextTest) Time elapsed: 0.001 s test_constraintExcludedFromIncludedCategory_nested(org.eclipse.emf.validation.internal.service.impl.tests.ClientContextTest) Time elapsed: 0.001 s test_constraintIncludedInExcludedCategory_nested(org.eclipse.emf.validation.internal.service.impl.tests.ClientContextTest) Time elapsed: 0 s test_constraintExcludedFromIncludedCategory(org.eclipse.emf.validation.internal.service.impl.tests.ClientContextTest) Time elapsed: 0.001 s test_includedChildOfExcludedCategory(org.eclipse.emf.validation.internal.service.impl.tests.ClientContextTest) Time elapsed: 0.001 s testTraversalStrategyManagerDoesNotLeakDynamicEPackages(org.eclipse.emf.validation.internal.service.impl.tests.TraversalStrategyManagerTest) Time elapsed: 0.27 s test_getConstraintDisabledByDefault(org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest) Time elapsed: 0.001 s test_getConstraints(org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest) Time elapsed: 0 s test_getLiveConstraints(org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest) Time elapsed: 0 s test_duplicateConstraintsLogged_207988(org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest) Time elapsed: 0 s test_getBatchConstraints(org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest) Time elapsed: 0 s test_setInitializationData(org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest) Time elapsed: 0 s test_getLiveConstraintsForFeature(org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest) Time elapsed: 0.001 s test_getUriNamespacePrefix(org.eclipse.emf.validation.internal.service.tests.AbstractConstraintProviderTest) Time elapsed: 0 s test_setInitializationData(org.eclipse.emf.validation.internal.service.tests.AbstractConstraintProviderTest) Time elapsed: 0 s testGetDescriptorStringString(org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest) Time elapsed: 0.001 s test_bulkRegister(org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest) Time elapsed: 0.003 s test_getDescriptor_String(org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest) Time elapsed: 0 s testGetAllDescriptors(org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest) Time elapsed: 0 s testRegister(org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest) Time elapsed: 0 s testUnregister(org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest) Time elapsed: 0 s test_repeatedlyRegisterSameDescriptor(org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest) Time elapsed: 0 s test_repeatedlyUnregisterSameDescriptor(org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest) Time elapsed: 0.001 s testGetInstance(org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest) Time elapsed: 0 s test_validateSubtreeBatchSingle(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0.007 s test_validateBatchSingle(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0 s test_validateLiveList(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0.002 s test_getInstance(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0 s test_validateSetTargetOnStatus_178121(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0.002 s test_currentConstraintData_232572(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0.001 s test_validateLiveConstraintFilter_177644(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0.002 s test_validateConstraintsReturningMultipleResults_161558(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0 s test_validateSubtreeBatchCollection(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0.001 s test_traversalStrategiesNotShared_sameValidator_207992(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0.002 s test_cancelSeverity_batch_bug179776(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0 s test_validateBatchCollection(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0.001 s test_validateBatchConstraintFilter_177644(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0.004 s test_cancelSeverity_live_bug179776(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 1.708 s testFindClass(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0 s test_recursiveTraversalStrategy_207990(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0 s test_validateLiveSingle(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0.001 s test_validateInstanceOfExtendingEClassInOtherPackage_183917(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0.005 s test_traversalStrategiesNotShared_differentValidators_207992(org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest) Time elapsed: 0.03 s test_UniversalListener(org.eclipse.emf.validation.internal.service.tests.ValidationListenersTest) Time elapsed: 0.001 s test_ClientContextListener(org.eclipse.emf.validation.internal.service.tests.ValidationListenersTest) Time elapsed: 0 s test_provideNonXMLConstraintDescriptorsForCustomLanguage_165455(org.eclipse.emf.validation.internal.service.tests.ParameterizedConstraintParserTest) Time elapsed: 0.002 s test_provideNonXMLConstraintDescriptorsForJavaLanguage_165455(org.eclipse.emf.validation.internal.service.tests.ParameterizedConstraintParserTest) Time elapsed: 0.001 s test_provideXMLConstraintDescriptorsForCustomLanguage_165455(org.eclipse.emf.validation.internal.service.tests.ParameterizedConstraintParserTest) Time elapsed: 0.001 s test_enableConstraint_177656(org.eclipse.emf.validation.internal.service.tests.ConstraintListenersTest) Time elapsed: 0.001 s test_registerConstraint_177656(org.eclipse.emf.validation.internal.service.tests.ConstraintListenersTest) Time elapsed: 0 s test_addCategoryToConstraint_177656(org.eclipse.emf.validation.internal.service.tests.ConstraintListenersTest) Time elapsed: 0 s test_removeCategoryFromConstraint_177656(org.eclipse.emf.validation.internal.service.tests.ConstraintListenersTest) Time elapsed: 0 s test_unRegisterConstraint_177656(org.eclipse.emf.validation.internal.service.tests.ConstraintListenersTest) Time elapsed: 0 s test_disableConstraint_177656(org.eclipse.emf.validation.internal.service.tests.ConstraintListenersTest) Time elapsed: 0 s test_getInstance_177647(org.eclipse.emf.validation.internal.service.tests.EventTypeServiceTest) Time elapsed: 0.001 s test_getNotificationGenerators_177647(org.eclipse.emf.validation.internal.service.tests.EventTypeServiceTest) Time elapsed: 0 s test_getNotificationGenerator_177647(org.eclipse.emf.validation.internal.service.tests.EventTypeServiceTest) Time elapsed: 0 s test_clearMarkersFromCleanResource_218765(org.eclipse.emf.validation.marker.tests.MarkerUtilTest) Time elapsed: 0.443 s test_createMarkersInPathWithSpaces_201788(org.eclipse.emf.validation.marker.tests.MarkerUtilTest) Time elapsed: 0.034 s testMarkerCreationOnNestedStatus_295841(org.eclipse.emf.validation.marker.tests.MarkerUtilTest) Time elapsed: 0.03 s test_providerLiveFilter(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0.008 s test_batchConstraints(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0 s test_providerDynamicErrors(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0.001 s test_qualifiedName(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0.002 s test_lazyConstraintInstantiation(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0.002 s test_constraintXmlErrors(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0.009 s test_constraintCache(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0.001 s test_providerBatchFilter(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0.002 s test_liveConstraints(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0 s test_multiLiveConstraints(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0 s test_providerNameSpaces(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0.001 s test_providerXmlErrors(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0 s test_subclassInOtherPackage(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0 s test_constraintDynamicErrors(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0.001 s test_multiPackagesPerProvider(org.eclipse.emf.validation.tests.FrameworkTest) Time elapsed: 0 s Results: Tests run: 222, Failures: 0, Errors: 0, Skipped: 0 (SWT:631): Gtk-WARNING **: 16:08:13.564: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:13.564: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:13.569: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:13.569: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:13.608: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:13.608: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:13.612: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:13.612: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:13.616: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:13.617: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node trough, owner GtkProgressBar) (SWT:631): Gtk-WARNING **: 16:08:13.617: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node trough, owner GtkProgressBar) (SWT:631): Gtk-WARNING **: 16:08:13.668: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:13.676: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:13.839: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) (SWT:631): Gtk-WARNING **: 16:08:13.932: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar) [INFO] All tests passed! [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/target/org.eclipse.emf.validation.tests-1.9.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests/target/org.eclipse.emf.validation.tests-1.9.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.eclipse.emf.validation.features:org.eclipse.emf.validation >--- [INFO] Building org.eclipse.emf.validation 1.12.1-SNAPSHOT [13/23] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation --- [INFO] The project's OSGi version is 1.12.1.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation-feature/target/org.eclipse.emf.validation-1.12.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation-feature/target/org.eclipse.emf.validation-1.12.1-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.ocl >-- [INFO] Building org.eclipse.emf.validation.ocl 1.12.1-SNAPSHOT [14/23] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.ocl --- [INFO] The project's OSGi version is 1.12.1.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.ocl --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.ocl --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.ocl --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.validation.ocl --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl-feature/target/org.eclipse.emf.validation.ocl-1.12.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.ocl --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.ocl --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.ocl --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl-feature/target/org.eclipse.emf.validation.ocl-1.12.1-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.examples >-- [INFO] Building org.eclipse.emf.validation.examples 1.12.1-SNAPSHOT [15/23] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.examples --- [INFO] The project's OSGi version is 1.12.1.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.examples --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.examples --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.examples --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.validation.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples-feature/target/org.eclipse.emf.validation.examples-1.12.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.examples --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.examples --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples-feature/target/org.eclipse.emf.validation.examples-1.12.1-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.source >-- [INFO] Building org.eclipse.emf.validation.source 1.12.1-SNAPSHOT [16/23] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.source --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.source --- [INFO] The project's OSGi version is 1.12.1.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.source --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.source --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.source --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.source --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.source --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.validation.source --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.source-feature/target/org.eclipse.emf.validation.source-1.12.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.source --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.source --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.source --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.source-feature/target/org.eclipse.emf.validation.source-1.12.1-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.ocl.source >-- [INFO] Building org.eclipse.emf.validation.ocl.source 1.12.1-SNAPSHOT [17/23] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.ocl.source --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.ocl.source --- [INFO] The project's OSGi version is 1.12.1.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.ocl.source --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.ocl.source --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.ocl.source --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.ocl.source --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.ocl.source --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.validation.ocl.source --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl.source-feature/target/org.eclipse.emf.validation.ocl.source-1.12.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.ocl.source --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.ocl.source --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.ocl.source --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.ocl.source-feature/target/org.eclipse.emf.validation.ocl.source-1.12.1-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.examples.source >-- [INFO] Building org.eclipse.emf.validation.examples.source 1.12.1-SNAPSHOT [18/23] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.examples.source --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.examples.source --- [INFO] The project's OSGi version is 1.12.1.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.examples.source --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.examples.source --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.examples.source --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.examples.source --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.examples.source --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.validation.examples.source --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.source-feature/target/org.eclipse.emf.validation.examples.source-1.12.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.examples.source --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.examples.source --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.examples.source --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.examples.source-feature/target/org.eclipse.emf.validation.examples.source-1.12.1-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.doc >-- [INFO] Building org.eclipse.emf.validation.doc 1.12.1-SNAPSHOT [19/23] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.doc --- [INFO] The project's OSGi version is 1.12.1.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.doc --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.doc --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.doc --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.validation.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc-feature/target/org.eclipse.emf.validation.doc-1.12.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.doc-feature/target/org.eclipse.emf.validation.doc-1.12.1-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.tests >-- [INFO] Building org.eclipse.emf.validation.tests 1.12.1-SNAPSHOT [20/23] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.tests --- [INFO] The project's OSGi version is 1.12.1.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.tests --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.tests --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.tests --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.validation.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests-feature/target/org.eclipse.emf.validation.tests-1.12.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.tests-feature/target/org.eclipse.emf.validation.tests-1.12.1-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.sdk >-- [INFO] Building org.eclipse.emf.validation.sdk 1.12.1-SNAPSHOT [21/23] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.sdk --- [INFO] The project's OSGi version is 1.12.1.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.sdk --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.sdk --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.sdk --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.validation.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.sdk-feature/target/org.eclipse.emf.validation.sdk-1.12.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.sdk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.sdk-feature/target/org.eclipse.emf.validation.sdk-1.12.1-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.master >-- [INFO] Building org.eclipse.emf.validation.master 1.12.1-SNAPSHOT [22/23] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.master --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.master --- [INFO] The project's OSGi version is 1.12.1.202005041604 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.validation.master --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.validation.master --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.master --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.master --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.master --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.validation.master --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.master-feature/target/org.eclipse.emf.validation.master-1.12.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.master --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.master --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.master --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.master-feature/target/org.eclipse.emf.validation.master-1.12.1-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.validation:org.eclipse.emf.validation.repository >-- [INFO] Building org.eclipse.emf.validation.repository 1.12.1-SNAPSHOT [23/23] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.validation.repository --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.repository --- [INFO] The project's OSGi version is 1.12.1.202005041604 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.emf.validation.repository --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.validation.repository --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.validation.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.repository/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.validation.repository --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.validation.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.emf.validation.repository --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.emf.validation.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.emf.validation.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.emf.validation.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.emf.validation.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.emf.validation.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/emf-validation-master/PLATFORM/photon/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.validation.repository/target/org.eclipse.emf.validation.repository-1.12.1-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.validation.repository --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.emf.validation.releng 1.12.1-SNAPSHOT .. SUCCESS [ 7.589 s] [INFO] org.eclipse.emf.validation.target 1.12.1-SNAPSHOT .. SUCCESS [ 2.343 s] [INFO] org.eclipse.emf.validation 1.8.0-SNAPSHOT .......... SUCCESS [ 10.126 s] [INFO] org.eclipse.emf.validation.ui 1.7.0-SNAPSHOT ....... SUCCESS [ 3.115 s] [INFO] org.eclipse.emf.validation.ui.ide 1.3.0-SNAPSHOT ... SUCCESS [ 2.655 s] [INFO] org.eclipse.emf.validation.ocl 1.4.0-SNAPSHOT ...... SUCCESS [ 2.980 s] [INFO] org.eclipse.emf.validation.doc 1.3.0-SNAPSHOT ...... SUCCESS [ 2.549 s] [INFO] org.eclipse.emf.validation.examples 1.3.0-SNAPSHOT . SUCCESS [ 4.744 s] [INFO] org.eclipse.emf.validation.examples.adapter 1.2.0-SNAPSHOT SUCCESS [ 2.658 s] [INFO] org.eclipse.emf.validation.examples.general 1.4.0-SNAPSHOT SUCCESS [ 2.894 s] [INFO] org.eclipse.emf.validation.examples.ocl 1.4.0-SNAPSHOT SUCCESS [ 2.393 s] [INFO] org.eclipse.emf.validation.tests 1.9.0-SNAPSHOT .... SUCCESS [ 36.886 s] [INFO] org.eclipse.emf.validation 1.12.1-SNAPSHOT ......... SUCCESS [ 1.241 s] [INFO] org.eclipse.emf.validation.ocl 1.12.1-SNAPSHOT ..... SUCCESS [ 1.036 s] [INFO] org.eclipse.emf.validation.examples 1.12.1-SNAPSHOT SUCCESS [ 1.303 s] [INFO] org.eclipse.emf.validation.source 1.12.1-SNAPSHOT .. SUCCESS [ 1.145 s] [INFO] org.eclipse.emf.validation.ocl.source 1.12.1-SNAPSHOT SUCCESS [ 1.031 s] [INFO] org.eclipse.emf.validation.examples.source 1.12.1-SNAPSHOT SUCCESS [ 1.321 s] [INFO] org.eclipse.emf.validation.doc 1.12.1-SNAPSHOT ..... SUCCESS [ 1.671 s] [INFO] org.eclipse.emf.validation.tests 1.12.1-SNAPSHOT ... SUCCESS [ 1.135 s] [INFO] org.eclipse.emf.validation.sdk 1.12.1-SNAPSHOT ..... SUCCESS [ 1.478 s] [INFO] org.eclipse.emf.validation.master 1.12.1-SNAPSHOT .. SUCCESS [ 1.560 s] [INFO] org.eclipse.emf.validation.repository 1.12.1-SNAPSHOT SUCCESS [ 3.578 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:38 min [INFO] Finished at: 2020-05-04T16:08:34Z [INFO] ------------------------------------------------------------------------ [migration] $ /bin/sh -xe /tmp/jenkins3687358162351435125.sh + '[' photon = oxygen ']' Terminating xvnc. $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 56 killed; [ssh-agent] Stopped. Archiving artifacts ‘update-site/**’ doesn’t match anything, but ‘**’ does. Perhaps that’s what you mean? No artifacts found that match the file pattern "update-site/**". Configuration error? Recording test results Sending e-mails to: pierre-charles.david@obeo.fr Finished: SUCCESS