Branch indexing > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to https://github.com/eclipse/Xpect.git > git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/GH-275 Seen branch in repository origin/gh-pages Seen branch in repository origin/master Seen branch in repository origin/master_with_history Seen branch in repository origin/mvn-publish2 Seen branch in repository origin/release_0.2.0 Seen 6 remote branches Obtained Jenkinsfile from 72bdcfebe2879b7cbf68fee9600aa7dcbe876253 Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] timestamps [Pipeline] { [Pipeline] node [2020-04-06T13:32:17.345Z] Still waiting to schedule task [2020-04-06T13:32:17.346Z] Waiting for next available executor [2020-04-06T13:32:26.237Z] Agent basic-agent-wcmtk is provisioned from template basic-agent [2020-04-06T13:32:26.241Z] --- [2020-04-06T13:32:26.241Z] apiVersion: "v1" [2020-04-06T13:32:26.241Z] kind: "Pod" [2020-04-06T13:32:26.241Z] metadata: [2020-04-06T13:32:26.241Z] annotations: {} [2020-04-06T13:32:26.241Z] labels: [2020-04-06T13:32:26.241Z] jenkins: "slave" [2020-04-06T13:32:26.241Z] jenkins/label: "" [2020-04-06T13:32:26.241Z] name: "basic-agent-wcmtk" [2020-04-06T13:32:26.241Z] spec: [2020-04-06T13:32:26.241Z] containers: [2020-04-06T13:32:26.241Z] - env: [2020-04-06T13:32:26.241Z] - name: "MAVEN_OPTS" [2020-04-06T13:32:26.241Z] value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" [2020-04-06T13:32:26.241Z] - name: "JENKINS_SECRET" [2020-04-06T13:32:26.241Z] value: "********" [2020-04-06T13:32:26.241Z] - name: "JENKINS_TUNNEL" [2020-04-06T13:32:26.241Z] value: "jenkins-discovery.xpect.svc.cluster.local:50000" [2020-04-06T13:32:26.241Z] - name: "JENKINS_AGENT_NAME" [2020-04-06T13:32:26.241Z] value: "basic-agent-wcmtk" [2020-04-06T13:32:26.241Z] - name: "MAVEN_CONFIG" [2020-04-06T13:32:26.241Z] value: "-B -e" [2020-04-06T13:32:26.241Z] - name: "JENKINS_NAME" [2020-04-06T13:32:26.241Z] value: "basic-agent-wcmtk" [2020-04-06T13:32:26.241Z] - name: "JENKINS_AGENT_WORKDIR" [2020-04-06T13:32:26.241Z] value: "/home/jenkins/agent" [2020-04-06T13:32:26.241Z] - name: "JENKINS_URL" [2020-04-06T13:32:26.241Z] value: "http://jenkins-ui.xpect.svc.cluster.local/xpect/" [2020-04-06T13:32:26.241Z] - name: "HOME" [2020-04-06T13:32:26.241Z] value: "/home/jenkins" [2020-04-06T13:32:26.241Z] image: "eclipsecbijenkins/basic-agent:3.35" [2020-04-06T13:32:26.241Z] imagePullPolicy: "Always" [2020-04-06T13:32:26.241Z] name: "jnlp" [2020-04-06T13:32:26.241Z] resources: [2020-04-06T13:32:26.241Z] limits: [2020-04-06T13:32:26.241Z] memory: "4096Mi" [2020-04-06T13:32:26.241Z] cpu: "2000m" [2020-04-06T13:32:26.241Z] requests: [2020-04-06T13:32:26.241Z] memory: "4096Mi" [2020-04-06T13:32:26.241Z] cpu: "1000m" [2020-04-06T13:32:26.241Z] securityContext: [2020-04-06T13:32:26.241Z] privileged: false [2020-04-06T13:32:26.241Z] tty: true [2020-04-06T13:32:26.241Z] volumeMounts: [2020-04-06T13:32:26.241Z] - mountPath: "/home/jenkins/.m2/toolchains.xml" [2020-04-06T13:32:26.241Z] name: "m2-dir" [2020-04-06T13:32:26.241Z] readOnly: true [2020-04-06T13:32:26.241Z] subPath: "toolchains.xml" [2020-04-06T13:32:26.241Z] - mountPath: "/opt/tools" [2020-04-06T13:32:26.241Z] name: "volume-0" [2020-04-06T13:32:26.241Z] readOnly: false [2020-04-06T13:32:26.241Z] - mountPath: "/home/jenkins" [2020-04-06T13:32:26.241Z] name: "volume-2" [2020-04-06T13:32:26.241Z] readOnly: false [2020-04-06T13:32:26.241Z] - mountPath: "/home/jenkins/.m2/repository" [2020-04-06T13:32:26.241Z] name: "volume-3" [2020-04-06T13:32:26.241Z] readOnly: false [2020-04-06T13:32:26.241Z] - mountPath: "/home/jenkins/.m2/settings-security.xml" [2020-04-06T13:32:26.241Z] name: "m2-secret-dir" [2020-04-06T13:32:26.241Z] readOnly: true [2020-04-06T13:32:26.241Z] subPath: "settings-security.xml" [2020-04-06T13:32:26.241Z] - mountPath: "/home/jenkins/.m2/wrapper" [2020-04-06T13:32:26.241Z] name: "volume-4" [2020-04-06T13:32:26.241Z] readOnly: false [2020-04-06T13:32:26.241Z] - mountPath: "/home/jenkins/.m2/settings.xml" [2020-04-06T13:32:26.241Z] name: "m2-secret-dir" [2020-04-06T13:32:26.241Z] readOnly: true [2020-04-06T13:32:26.241Z] subPath: "settings.xml" [2020-04-06T13:32:26.241Z] - mountPath: "/home/jenkins/.ssh" [2020-04-06T13:32:26.241Z] name: "volume-1" [2020-04-06T13:32:26.241Z] readOnly: false [2020-04-06T13:32:26.241Z] - mountPath: "/home/jenkins/agent" [2020-04-06T13:32:26.241Z] name: "workspace-volume" [2020-04-06T13:32:26.241Z] readOnly: false [2020-04-06T13:32:26.241Z] workingDir: "/home/jenkins/agent" [2020-04-06T13:32:26.241Z] nodeSelector: [2020-04-06T13:32:26.241Z] beta.kubernetes.io/os: "linux" [2020-04-06T13:32:26.241Z] restartPolicy: "Never" [2020-04-06T13:32:26.241Z] securityContext: {} [2020-04-06T13:32:26.241Z] volumes: [2020-04-06T13:32:26.241Z] - name: "volume-0" [2020-04-06T13:32:26.241Z] persistentVolumeClaim: [2020-04-06T13:32:26.241Z] claimName: "tools-claim-jiro-xpect" [2020-04-06T13:32:26.241Z] readOnly: true [2020-04-06T13:32:26.241Z] - name: "m2-secret-dir" [2020-04-06T13:32:26.241Z] secret: [2020-04-06T13:32:26.241Z] secretName: "m2-secret-dir" [2020-04-06T13:32:26.241Z] - emptyDir: [2020-04-06T13:32:26.241Z] medium: "" [2020-04-06T13:32:26.241Z] name: "volume-2" [2020-04-06T13:32:26.241Z] - configMap: [2020-04-06T13:32:26.241Z] name: "m2-dir" [2020-04-06T13:32:26.241Z] name: "m2-dir" [2020-04-06T13:32:26.241Z] - configMap: [2020-04-06T13:32:26.241Z] name: "known-hosts" [2020-04-06T13:32:26.241Z] name: "volume-1" [2020-04-06T13:32:26.241Z] - emptyDir: [2020-04-06T13:32:26.241Z] medium: "" [2020-04-06T13:32:26.241Z] name: "workspace-volume" [2020-04-06T13:32:26.241Z] - emptyDir: [2020-04-06T13:32:26.241Z] medium: "" [2020-04-06T13:32:26.241Z] name: "volume-4" [2020-04-06T13:32:26.241Z] - emptyDir: [2020-04-06T13:32:26.241Z] medium: "" [2020-04-06T13:32:26.241Z] name: "volume-3" [2020-04-06T13:32:26.241Z] [2020-04-06T13:32:26.808Z] Running on basic-agent-wcmtk in /home/jenkins/agent/workspace/Xpect_release_0.2.0 [Pipeline] { [Pipeline] tool [Pipeline] timeout [2020-04-06T13:32:26.838Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (prepare workspace) [Pipeline] cleanWs [2020-04-06T13:32:26.971Z] [WS-CLEANUP] Deleting project workspace... [2020-04-06T13:32:26.972Z] [WS-CLEANUP] Deferred wipeout is used... [2020-04-06T13:32:27.013Z] [WS-CLEANUP] done [Pipeline] checkout [2020-04-06T13:32:28.320Z] No credentials specified [2020-04-06T13:32:28.323Z] Cloning the remote Git repository [2020-04-06T13:32:28.323Z] Cloning with configured refspecs honoured and without tags [2020-04-06T13:32:28.342Z] Cloning repository https://github.com/eclipse/Xpect.git [2020-04-06T13:32:28.356Z] > git init /home/jenkins/agent/workspace/Xpect_release_0.2.0 # timeout=10 [2020-04-06T13:32:28.372Z] Fetching upstream changes from https://github.com/eclipse/Xpect.git [2020-04-06T13:32:28.372Z] > git --version # timeout=10 [2020-04-06T13:32:28.376Z] > git fetch --no-tags --force --progress -- https://github.com/eclipse/Xpect.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-04-06T13:32:41.772Z] Fetching without tags [2020-04-06T13:32:41.970Z] Checking out Revision 72bdcfebe2879b7cbf68fee9600aa7dcbe876253 (release_0.2.0) [2020-04-06T13:32:41.752Z] > git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10 [2020-04-06T13:32:41.758Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-04-06T13:32:41.767Z] > git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10 [2020-04-06T13:32:41.777Z] Fetching upstream changes from https://github.com/eclipse/Xpect.git [2020-04-06T13:32:41.778Z] > git fetch --no-tags --force --progress -- https://github.com/eclipse/Xpect.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-04-06T13:32:41.980Z] > git config core.sparsecheckout # timeout=10 [2020-04-06T13:32:41.984Z] > git checkout -f 72bdcfebe2879b7cbf68fee9600aa7dcbe876253 # timeout=10 [2020-04-06T13:32:45.561Z] Commit message: "New Jenkins server - new maven version" [2020-04-06T13:32:45.565Z] > git rev-list --no-walk 72bdcfebe2879b7cbf68fee9600aa7dcbe876253 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (log configuration) [Pipeline] echo [2020-04-06T13:32:45.604Z] ===== checking tools versions ===== [Pipeline] sh [2020-04-06T13:32:46.185Z] + git config --get remote.origin.url [2020-04-06T13:32:46.186Z] https://github.com/eclipse/Xpect.git [2020-04-06T13:32:46.186Z] + git reset --hard [2020-04-06T13:32:46.186Z] HEAD is now at 72bdcfe New Jenkins server - new maven version [2020-04-06T13:32:46.186Z] + pwd [2020-04-06T13:32:46.186Z] /home/jenkins/agent/workspace/Xpect_release_0.2.0 [2020-04-06T13:32:46.186Z] + ls -la [2020-04-06T13:32:46.186Z] total 120 [2020-04-06T13:32:46.186Z] drwxr-sr-x 18 default 1002040000 4096 Apr 6 13:32 . [2020-04-06T13:32:46.186Z] drwxr-sr-x 4 default 1002040000 4096 Apr 6 13:32 .. [2020-04-06T13:32:46.186Z] drwxr-sr-x 8 default 1002040000 4096 Apr 6 13:32 .git [2020-04-06T13:32:46.186Z] -rw-r--r-- 1 default 1002040000 35 Apr 6 13:32 .gitignore [2020-04-06T13:32:46.186Z] -rw-r--r-- 1 default 1002040000 198 Apr 6 13:32 .project [2020-04-06T13:32:46.186Z] -rw-r--r-- 1 default 1002040000 12535 Apr 6 13:32 EPL-1.0.html [2020-04-06T13:32:46.186Z] -rw-r--r-- 1 default 1002040000 3845 Apr 6 13:32 Jenkinsfile [2020-04-06T13:32:46.186Z] -rw-r--r-- 1 default 1002040000 1985 Apr 6 13:32 README.md [2020-04-06T13:32:46.186Z] -rw-r--r-- 1 default 1002040000 9013 Apr 6 13:32 notice.html [2020-04-06T13:32:46.186Z] drwxr-sr-x 8 default 1002040000 4096 Apr 6 13:32 org.eclipse.xpect [2020-04-06T13:32:46.186Z] drwxr-sr-x 6 default 1002040000 4096 Apr 6 13:32 org.eclipse.xpect.doc [2020-04-06T13:32:46.186Z] drwxr-sr-x 6 default 1002040000 4096 Apr 6 13:32 org.eclipse.xpect.examples [2020-04-06T13:32:46.186Z] drwxr-sr-x 8 default 1002040000 4096 Apr 6 13:32 org.eclipse.xpect.releng [2020-04-06T13:32:46.186Z] drwxr-sr-x 3 default 1002040000 4096 Apr 6 13:32 org.eclipse.xpect.sdk [2020-04-06T13:32:46.186Z] drwxr-sr-x 7 default 1002040000 4096 Apr 6 13:32 org.eclipse.xpect.tests [2020-04-06T13:32:46.186Z] drwxr-sr-x 7 default 1002040000 4096 Apr 6 13:32 org.eclipse.xpect.ui [2020-04-06T13:32:46.186Z] drwxr-sr-x 6 default 1002040000 4096 Apr 6 13:32 org.eclipse.xpect.ui.junit [2020-04-06T13:32:46.186Z] drwxr-sr-x 5 default 1002040000 4096 Apr 6 13:32 org.eclipse.xpect.xtext.lib [2020-04-06T13:32:46.186Z] drwxr-sr-x 3 default 1002040000 4096 Apr 6 13:32 org.eclipse.xpect.xtext.lib.feature [2020-04-06T13:32:46.186Z] drwxr-sr-x 5 default 1002040000 4096 Apr 6 13:32 org.eclipse.xpect.xtext.lib.tests [2020-04-06T13:32:46.186Z] drwxr-sr-x 5 default 1002040000 4096 Apr 6 13:32 org.eclipse.xpect.xtext.xbase.lib [2020-04-06T13:32:46.186Z] drwxr-sr-x 3 default 1002040000 4096 Apr 6 13:32 org.eclipse.xpect.xtext.xbase.lib.feature [2020-04-06T13:32:46.186Z] drwxr-sr-x 6 default 1002040000 4096 Apr 6 13:32 org.eclipse.xtext.example.arithmetics.xpect.tests [2020-04-06T13:32:46.186Z] drwxr-sr-x 6 default 1002040000 4096 Apr 6 13:32 org.eclipse.xtext.example.domainmodel.xpect.tests [2020-04-06T13:32:46.186Z] -rw-r--r-- 1 default 1002040000 3188 Apr 6 13:32 pom.xml [2020-04-06T13:32:46.186Z] + /opt/tools/apache-maven/3.2.5/bin/mvn -v [2020-04-06T13:32:46.443Z] Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T17:29:23+00:00) [2020-04-06T13:32:46.443Z] Maven home: /opt/tools/apache-maven/3.2.5 [2020-04-06T13:32:46.443Z] Java version: 1.8.0_242, vendor: Eclipse OpenJ9 [2020-04-06T13:32:46.443Z] Java home: /opt/java/openjdk/jre [2020-04-06T13:32:46.443Z] Default locale: en_US, platform encoding: UTF-8 [2020-04-06T13:32:46.443Z] OS name: "linux", version: "3.10.0-1062.12.1.el7.x86_64", arch: "amd64", family: "unix" [Pipeline] echo [2020-04-06T13:32:46.469Z] =================================== [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (compile with Eclipse Luna and Xtext 2.9.2) [Pipeline] sh [2020-04-06T13:32:46.761Z] + /opt/tools/apache-maven/3.2.5/bin/mvn '-P!tests' '-Dtarget-platform=eclipse_4_4_2-xtext_2_9_2' --batch-mode --update-snapshots -fae '-Dmaven.repo.local=xpect-local-maven-repository' '-DtestOnly=false' clean install [2020-04-06T13:32:48.130Z] [INFO] Scanning for projects... [2020-04-06T13:32:58.085Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/pom.xml [2020-04-06T13:32:58.085Z] [INFO] Adding repository http://download.itemis.com/updates/releases/2.1.1 [2020-04-06T13:32:58.085Z] [INFO] Fetching content.jar from http://download.itemis.com/updates/releases/2.1.1/ (5.47kB) [2020-04-06T13:32:58.085Z] [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ [2020-04-06T13:32:58.085Z] [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ [2020-04-06T13:32:58.343Z] [INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2 [2020-04-06T13:32:58.343Z] [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (38.25kB) [2020-04-06T13:32:58.343Z] [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (38.25kB) [2020-04-06T13:32:58.914Z] [INFO] Adding repository http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1 [2020-04-06T13:32:58.914Z] [INFO] Fetching content.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/ (11.42kB) [2020-04-06T13:32:58.914Z] [INFO] Fetching content.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/ (11.42kB) [2020-04-06T13:32:58.914Z] [INFO] Adding repository http://meysholdt.github.io/xtext_stateful_lexer/updatesite [2020-04-06T13:32:58.914Z] [INFO] Fetching content.jar from http://meysholdt.github.io/xtext_stateful_lexer/updatesite/ (1.3kB) [2020-04-06T13:32:58.914Z] [INFO] Fetching content.jar from http://meysholdt.github.io/xtext_stateful_lexer/updatesite/ (1.3kB) [2020-04-06T13:32:59.170Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201502271000/ [2020-04-06T13:32:59.170Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201502271000/ [2020-04-06T13:32:59.170Z] [INFO] Adding repository http://download.eclipse.org/releases/luna/201502271000 [2020-04-06T13:32:59.170Z] [INFO] Fetching content.jar from http://download.eclipse.org/releases/luna/201502271000/ (2.61MB) [2020-04-06T13:32:59.170Z] [INFO] Fetching content.jar from http://download.eclipse.org/releases/luna/201502271000/ (2.61MB) [2020-04-06T13:33:03.347Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [2020-04-06T13:33:03.347Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [2020-04-06T13:33:03.347Z] [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [2020-04-06T13:33:03.347Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [2020-04-06T13:33:03.347Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [2020-04-06T13:33:03.347Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [2020-04-06T13:33:03.347Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [2020-04-06T13:33:03.605Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [2020-04-06T13:33:03.605Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [2020-04-06T13:33:03.605Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [2020-04-06T13:33:03.605Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [2020-04-06T13:33:03.862Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [2020-04-06T13:33:03.862Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [2020-04-06T13:33:03.862Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/pom.xml [2020-04-06T13:33:07.138Z] [INFO] Fetching 2.9.2&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/tmf/xtext/updates/releases/ [2020-04-06T13:33:07.138Z] [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (592.83kB) [2020-04-06T13:33:07.138Z] [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (592.83kB) [2020-04-06T13:33:07.706Z] [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (137.61kB) [2020-04-06T13:33:07.706Z] [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (137.61kB) [2020-04-06T13:33:07.963Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (13.56kB) [2020-04-06T13:33:07.963Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (13.56kB) [2020-04-06T13:33:08.221Z] [INFO] Fetching de.itemis.statefullexer_1.0.0.201706281509.jar from http://meysholdt.github.io/xtext_stateful_lexer/updatesite/plugins/ (167.38kB) [2020-04-06T13:33:08.221Z] [INFO] Fetching de.itemis.statefullexer_1.0.0.201706281509.jar from http://meysholdt.github.io/xtext_stateful_lexer/updatesite/plugins/ (167.38kB) [2020-04-06T13:33:08.221Z] [INFO] Fetching org.eclipse.xtext_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (791.18kB) [2020-04-06T13:33:08.221Z] [INFO] Fetching org.eclipse.xtext_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (791.18kB) [2020-04-06T13:33:09.588Z] [INFO] Fetching org.eclipse.xtend.lib_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (87.92kB) [2020-04-06T13:33:09.588Z] [INFO] Fetching org.eclipse.xtend.lib_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (87.92kB) [2020-04-06T13:33:09.845Z] [INFO] Fetching org.eclipse.xtext.xbase.lib_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (44.48kB) [2020-04-06T13:33:09.845Z] [INFO] Fetching org.eclipse.xtext.xbase.lib_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (44.48kB) [2020-04-06T13:33:09.845Z] [INFO] Fetching org.eclipse.xtext.generator_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (287.41kB) [2020-04-06T13:33:09.845Z] [INFO] Fetching org.eclipse.xtext.generator_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (287.41kB) [2020-04-06T13:33:10.409Z] [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/luna/201502271000/ [2020-04-06T13:33:10.409Z] [INFO] Fetching org.eclipse.osgi_3.10.2.v20150203-1939.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (387.71kB) [2020-04-06T13:33:10.409Z] [INFO] Fetching org.eclipse.osgi_3.10.2.v20150203-1939.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (387.71kB) [2020-04-06T13:33:10.665Z] [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (24.42kB) [2020-04-06T13:33:10.665Z] [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (24.42kB) [2020-04-06T13:33:10.922Z] [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (107.12kB) [2020-04-06T13:33:10.922Z] [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (107.12kB) [2020-04-06T13:33:11.852Z] [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (36.22kB) [2020-04-06T13:33:11.852Z] [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (36.22kB) [2020-04-06T13:33:11.852Z] [INFO] Fetching org.eclipse.core.commands_3.6.100.v20140528-1422.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (36.09kB) [2020-04-06T13:33:11.852Z] [INFO] Fetching org.eclipse.core.commands_3.6.100.v20140528-1422.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (36.09kB) [2020-04-06T13:33:11.852Z] [INFO] Fetching org.eclipse.equinox.common_3.6.200.v20130402-1505.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (43.57kB) [2020-04-06T13:33:11.852Z] [INFO] Fetching org.eclipse.equinox.common_3.6.200.v20130402-1505.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (43.57kB) [2020-04-06T13:33:12.108Z] [INFO] Fetching org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (35.1kB) [2020-04-06T13:33:12.109Z] [INFO] Fetching org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (35.1kB) [2020-04-06T13:33:12.365Z] [INFO] Fetching org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (48.93kB) [2020-04-06T13:33:12.365Z] [INFO] Fetching org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (48.93kB) [2020-04-06T13:33:12.365Z] [INFO] Fetching org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (67.85kB) [2020-04-06T13:33:12.365Z] [INFO] Fetching org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (67.85kB) [2020-04-06T13:33:12.621Z] [INFO] Fetching org.eclipse.core.expressions_3.4.600.v20140128-0851.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (29.39kB) [2020-04-06T13:33:12.621Z] [INFO] Fetching org.eclipse.core.expressions_3.4.600.v20140128-0851.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (29.39kB) [2020-04-06T13:33:12.621Z] [INFO] Fetching org.eclipse.core.runtime_3.10.0.v20140318-2214.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (33.47kB) [2020-04-06T13:33:12.621Z] [INFO] Fetching org.eclipse.core.runtime_3.10.0.v20140318-2214.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (33.47kB) [2020-04-06T13:33:12.878Z] [INFO] Fetching org.eclipse.core.filesystem_1.4.100.v20140514-1614.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (23.66kB) [2020-04-06T13:33:12.878Z] [INFO] Fetching org.eclipse.core.filesystem_1.4.100.v20140514-1614.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (23.66kB) [2020-04-06T13:33:12.878Z] [INFO] Fetching org.eclipse.core.jobs_3.6.1.v20141014-1248.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (40.01kB) [2020-04-06T13:33:12.878Z] [INFO] Fetching org.eclipse.core.jobs_3.6.1.v20141014-1248.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (40.01kB) [2020-04-06T13:33:13.134Z] [INFO] Fetching org.eclipse.core.resources_3.9.1.v20140825-1431.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (814.2kB) [2020-04-06T13:33:13.134Z] [INFO] Fetching org.eclipse.core.resources_3.9.1.v20140825-1431.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (814.2kB) [2020-04-06T13:33:13.390Z] [INFO] Fetching org.eclipse.equinox.app_1.3.200.v20130910-1609.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (39.03kB) [2020-04-06T13:33:13.390Z] [INFO] Fetching org.eclipse.equinox.app_1.3.200.v20130910-1609.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (39.03kB) [2020-04-06T13:33:13.390Z] [INFO] Fetching org.eclipse.core.variables_3.2.800.v20130819-1716.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (16.76kB) [2020-04-06T13:33:13.390Z] [INFO] Fetching org.eclipse.core.variables_3.2.800.v20130819-1716.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (16.76kB) [2020-04-06T13:33:13.649Z] [INFO] Fetching org.eclipse.debug.core_3.9.1.v20140805-1629.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (105.92kB) [2020-04-06T13:33:13.649Z] [INFO] Fetching org.eclipse.debug.core_3.9.1.v20140805-1629.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (105.92kB) [2020-04-06T13:33:13.649Z] [INFO] Fetching com.ibm.icu_52.1.1.v201501240615.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (7.77MB) [2020-04-06T13:33:13.649Z] [INFO] Fetching com.ibm.icu_52.1.1.v201501240615.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (7.77MB) [2020-04-06T13:33:17.822Z] [INFO] Fetching org.eclipse.emf.codegen_2.10.0.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (102.37kB) [2020-04-06T13:33:17.822Z] [INFO] Fetching org.eclipse.emf.codegen_2.10.0.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (102.37kB) [2020-04-06T13:33:17.822Z] [INFO] Fetching org.eclipse.emf.common_2.10.1.v20150123-0348.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (103.44kB) [2020-04-06T13:33:17.822Z] [INFO] Fetching org.eclipse.emf.common_2.10.1.v20150123-0348.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (103.44kB) [2020-04-06T13:33:17.822Z] [INFO] Fetching org.eclipse.jdt.core_3.10.2.v20150120-1634.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (5.32MB) [2020-04-06T13:33:17.822Z] [INFO] Fetching org.eclipse.jdt.core_3.10.2.v20150120-1634.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (5.32MB) [2020-04-06T13:33:18.391Z] [INFO] Fetching org.eclipse.jdt.launching_3.7.102.v20141111-0953.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (111.65kB) [2020-04-06T13:33:18.391Z] [INFO] Fetching org.eclipse.jdt.launching_3.7.102.v20141111-0953.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (111.65kB) [2020-04-06T13:33:18.650Z] [INFO] Fetching org.eclipse.text_3.5.300.v20130515-1451.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (78.99kB) [2020-04-06T13:33:18.650Z] [INFO] Fetching org.eclipse.text_3.5.300.v20130515-1451.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (78.99kB) [2020-04-06T13:33:18.650Z] [INFO] Fetching org.eclipse.emf.codegen.ecore_2.10.2.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (441.7kB) [2020-04-06T13:33:18.650Z] [INFO] Fetching org.eclipse.emf.codegen.ecore_2.10.2.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (441.7kB) [2020-04-06T13:33:19.214Z] [INFO] Fetching org.eclipse.emf.ecore_2.10.2.v20150123-0348.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (365.38kB) [2020-04-06T13:33:19.214Z] [INFO] Fetching org.eclipse.emf.ecore_2.10.2.v20150123-0348.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (365.38kB) [2020-04-06T13:33:19.471Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.10.2.v20150123-0348.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (79.74kB) [2020-04-06T13:33:19.471Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.10.2.v20150123-0348.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (79.74kB) [2020-04-06T13:33:19.727Z] [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (63.18kB) [2020-04-06T13:33:19.727Z] [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (63.18kB) [2020-04-06T13:33:19.984Z] [INFO] Fetching org.apache.ant_1.9.2.v201404171502.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (2.17MB) [2020-04-06T13:33:19.984Z] [INFO] Fetching org.apache.ant_1.9.2.v201404171502.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (2.17MB) [2020-04-06T13:33:20.547Z] [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (8.88kB) [2020-04-06T13:33:20.547Z] [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (8.88kB) [2020-04-06T13:33:20.547Z] [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (19.36kB) [2020-04-06T13:33:20.547Z] [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (19.36kB) [2020-04-06T13:33:20.804Z] [INFO] Fetching org.eclipse.emf.mwe2.language_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (65.57kB) [2020-04-06T13:33:20.804Z] [INFO] Fetching org.eclipse.emf.mwe2.language_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (65.57kB) [2020-04-06T13:33:20.804Z] [INFO] Fetching org.eclipse.xtext.common.types_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (122.53kB) [2020-04-06T13:33:20.804Z] [INFO] Fetching org.eclipse.xtext.common.types_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (122.53kB) [2020-04-06T13:33:21.060Z] [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (130.61kB) [2020-04-06T13:33:21.060Z] [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (130.61kB) [2020-04-06T13:33:21.322Z] [INFO] Fetching org.eclipse.emf.mwe2.launch_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (12.83kB) [2020-04-06T13:33:21.322Z] [INFO] Fetching org.eclipse.emf.mwe2.launch_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (12.83kB) [2020-04-06T13:33:21.579Z] [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (13.43kB) [2020-04-06T13:33:21.579Z] [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (13.43kB) [2020-04-06T13:33:21.579Z] [INFO] Fetching org.eclipse.jdt.debug_3.8.102.v20150115-1323.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (848.96kB) [2020-04-06T13:33:21.579Z] [INFO] Fetching org.eclipse.jdt.debug_3.8.102.v20150115-1323.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (848.96kB) [2020-04-06T13:33:21.835Z] [INFO] Fetching org.eclipse.xpand_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (79.66kB) [2020-04-06T13:33:21.835Z] [INFO] Fetching org.eclipse.xpand_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (79.66kB) [2020-04-06T13:33:21.835Z] [INFO] Fetching org.eclipse.xtend_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (147.66kB) [2020-04-06T13:33:21.835Z] [INFO] Fetching org.eclipse.xtend_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (147.66kB) [2020-04-06T13:33:22.091Z] [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (97.35kB) [2020-04-06T13:33:22.091Z] [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (97.35kB) [2020-04-06T13:33:22.347Z] [INFO] Fetching org.junit_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (222.27kB) [2020-04-06T13:33:22.347Z] [INFO] Fetching org.junit_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (222.27kB) [2020-04-06T13:33:22.603Z] [INFO] Fetching org.eclipse.xtext.util_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (97.1kB) [2020-04-06T13:33:22.603Z] [INFO] Fetching org.eclipse.xtext.util_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (97.1kB) [2020-04-06T13:33:22.859Z] [INFO] Fetching org.eclipse.xtext.ecore_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (9.35kB) [2020-04-06T13:33:22.859Z] [INFO] Fetching org.eclipse.xtext.ecore_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (9.35kB) [2020-04-06T13:33:22.859Z] [INFO] Fetching org.objectweb.asm_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (34.4kB) [2020-04-06T13:33:22.859Z] [INFO] Fetching org.objectweb.asm_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (34.4kB) [2020-04-06T13:33:23.116Z] [INFO] Fetching org.eclipse.xtend.lib.macro_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (20.31kB) [2020-04-06T13:33:23.116Z] [INFO] Fetching org.eclipse.xtend.lib.macro_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (20.31kB) [2020-04-06T13:33:23.116Z] [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (25.61kB) [2020-04-06T13:33:23.116Z] [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (25.61kB) [2020-04-06T13:33:23.373Z] [INFO] Fetching org.eclipse.xtext.smap_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (10.71kB) [2020-04-06T13:33:23.373Z] [INFO] Fetching org.eclipse.xtext.smap_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (10.71kB) [2020-04-06T13:33:23.373Z] [INFO] Fetching org.eclipse.xtext.xtext.generator_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (719.56kB) [2020-04-06T13:33:23.373Z] [INFO] Fetching org.eclipse.xtext.xtext.generator_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (719.56kB) [2020-04-06T13:33:23.938Z] [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (19.79kB) [2020-04-06T13:33:23.938Z] [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (19.79kB) [2020-04-06T13:33:23.938Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/pom.xml [2020-04-06T13:33:24.509Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui/pom.xml [2020-04-06T13:33:24.509Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui/pom.xml [2020-04-06T13:33:24.509Z] [INFO] Fetching javax.annotation_1.2.0.v201401042248.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (21.11kB) [2020-04-06T13:33:24.509Z] [INFO] Fetching javax.annotation_1.2.0.v201401042248.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (21.11kB) [2020-04-06T13:33:24.765Z] [INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (63.94kB) [2020-04-06T13:33:24.765Z] [INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (63.94kB) [2020-04-06T13:33:24.765Z] [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (88.73kB) [2020-04-06T13:33:24.765Z] [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (88.73kB) [2020-04-06T13:33:25.021Z] [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (60.88kB) [2020-04-06T13:33:25.021Z] [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (60.88kB) [2020-04-06T13:33:25.277Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (7.64kB) [2020-04-06T13:33:25.277Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (7.64kB) [2020-04-06T13:33:25.277Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (18.5kB) [2020-04-06T13:33:25.277Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (18.5kB) [2020-04-06T13:33:25.533Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (27.84kB) [2020-04-06T13:33:25.533Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (27.84kB) [2020-04-06T13:33:25.533Z] [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (77.67kB) [2020-04-06T13:33:25.533Z] [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (77.67kB) [2020-04-06T13:33:25.792Z] [INFO] Fetching org.eclipse.osgi.services_3.4.0.v20140312-2051.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (33kB) [2020-04-06T13:33:25.792Z] [INFO] Fetching org.eclipse.osgi.services_3.4.0.v20140312-2051.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (33kB) [2020-04-06T13:33:26.048Z] [INFO] Fetching org.eclipse.compare_3.5.501.v20140817-1445.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (225.93kB) [2020-04-06T13:33:26.048Z] [INFO] Fetching org.eclipse.compare_3.5.501.v20140817-1445.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (225.93kB) [2020-04-06T13:33:26.307Z] [INFO] Fetching org.eclipse.ui_3.106.1.v20141002-1150.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (162.22kB) [2020-04-06T13:33:26.307Z] [INFO] Fetching org.eclipse.ui_3.106.1.v20141002-1150.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (162.22kB) [2020-04-06T13:33:26.563Z] [INFO] Fetching org.eclipse.jface.text_3.9.2.v20141003-1326.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (274.57kB) [2020-04-06T13:33:26.563Z] [INFO] Fetching org.eclipse.jface.text_3.9.2.v20141003-1326.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (274.57kB) [2020-04-06T13:33:26.822Z] [INFO] Fetching org.eclipse.ui.ide_3.10.2.v20141118-1227.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (709.38kB) [2020-04-06T13:33:26.822Z] [INFO] Fetching org.eclipse.ui.ide_3.10.2.v20141118-1227.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (709.38kB) [2020-04-06T13:33:27.751Z] [INFO] Fetching org.eclipse.ui.views_3.7.0.v20140408-0703.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (37.01kB) [2020-04-06T13:33:27.751Z] [INFO] Fetching org.eclipse.ui.views_3.7.0.v20140408-0703.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (37.01kB) [2020-04-06T13:33:27.751Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.9.0.v20140411-1521.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (176.86kB) [2020-04-06T13:33:27.751Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.9.0.v20140411-1521.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (176.86kB) [2020-04-06T13:33:28.007Z] [INFO] Fetching org.eclipse.ui.editors_3.8.200.v20140401-1310.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (159.82kB) [2020-04-06T13:33:28.007Z] [INFO] Fetching org.eclipse.ui.editors_3.8.200.v20140401-1310.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (159.82kB) [2020-04-06T13:33:28.264Z] [INFO] Fetching org.eclipse.ui.forms_3.6.100.v20140422-1825.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (97.59kB) [2020-04-06T13:33:28.264Z] [INFO] Fetching org.eclipse.ui.forms_3.6.100.v20140422-1825.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (97.59kB) [2020-04-06T13:33:28.520Z] [INFO] Fetching org.eclipse.compare.core_3.5.400.v20130903-0736.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (29.38kB) [2020-04-06T13:33:28.520Z] [INFO] Fetching org.eclipse.compare.core_3.5.400.v20130903-0736.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (29.38kB) [2020-04-06T13:33:28.520Z] [INFO] Fetching org.eclipse.core.databinding_1.4.2.v20140729-1044.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (52.4kB) [2020-04-06T13:33:28.520Z] [INFO] Fetching org.eclipse.core.databinding_1.4.2.v20140729-1044.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (52.4kB) [2020-04-06T13:33:28.776Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.4.1.v20140210-1835.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (67.3kB) [2020-04-06T13:33:28.776Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.4.1.v20140210-1835.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (67.3kB) [2020-04-06T13:33:29.035Z] [INFO] Fetching org.eclipse.core.databinding.property_1.4.200.v20140214-0004.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (37.4kB) [2020-04-06T13:33:29.035Z] [INFO] Fetching org.eclipse.core.databinding.property_1.4.200.v20140214-0004.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (37.4kB) [2020-04-06T13:33:29.035Z] [INFO] Fetching org.eclipse.core.filebuffers_3.5.400.v20140127-1516.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (37.95kB) [2020-04-06T13:33:29.035Z] [INFO] Fetching org.eclipse.core.filebuffers_3.5.400.v20140127-1516.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (37.95kB) [2020-04-06T13:33:29.294Z] [INFO] Fetching org.eclipse.debug.ui_3.10.2.v20141014-1039.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (807.92kB) [2020-04-06T13:33:29.294Z] [INFO] Fetching org.eclipse.debug.ui_3.10.2.v20141014-1039.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (807.92kB) [2020-04-06T13:33:30.230Z] [INFO] Fetching org.eclipse.ui.console_3.5.300.v20140424-1437.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (64.33kB) [2020-04-06T13:33:30.230Z] [INFO] Fetching org.eclipse.ui.console_3.5.300.v20140424-1437.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (64.33kB) [2020-04-06T13:33:30.230Z] [INFO] Fetching org.eclipse.help_3.6.0.v20130326-1254.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (107.95kB) [2020-04-06T13:33:30.230Z] [INFO] Fetching org.eclipse.help_3.6.0.v20130326-1254.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (107.95kB) [2020-04-06T13:33:30.486Z] [INFO] Fetching org.eclipse.e4.core.commands_0.10.2.v20140424-2344.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (12.71kB) [2020-04-06T13:33:30.486Z] [INFO] Fetching org.eclipse.e4.core.commands_0.10.2.v20140424-2344.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (12.71kB) [2020-04-06T13:33:30.486Z] [INFO] Fetching org.eclipse.e4.core.di_1.4.0.v20140414-1837.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (24.3kB) [2020-04-06T13:33:30.486Z] [INFO] Fetching org.eclipse.e4.core.di_1.4.0.v20140414-1837.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (24.3kB) [2020-04-06T13:33:30.742Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.3.100.v20140407-1019.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (21.69kB) [2020-04-06T13:33:30.742Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.3.100.v20140407-1019.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (21.69kB) [2020-04-06T13:33:30.742Z] [INFO] Fetching org.eclipse.e4.core.services_1.2.1.v20140808-1251.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (19.85kB) [2020-04-06T13:33:30.742Z] [INFO] Fetching org.eclipse.e4.core.services_1.2.1.v20140808-1251.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (19.85kB) [2020-04-06T13:33:30.998Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.12.0.v20140417-2033.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (13.35kB) [2020-04-06T13:33:30.998Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.12.0.v20140417-2033.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (13.35kB) [2020-04-06T13:33:30.998Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.10.200.v20140424-2042.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (22.76kB) [2020-04-06T13:33:30.998Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.10.200.v20140424-2042.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (22.76kB) [2020-04-06T13:33:31.255Z] [INFO] Fetching org.eclipse.swt_3.103.2.v20150203-1313.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (16.84kB) [2020-04-06T13:33:31.255Z] [INFO] Fetching org.eclipse.swt_3.103.2.v20150203-1313.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (16.84kB) [2020-04-06T13:33:31.255Z] [INFO] Fetching org.eclipse.jface_3.10.2.v20141021-1035.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (337.88kB) [2020-04-06T13:33:31.255Z] [INFO] Fetching org.eclipse.jface_3.10.2.v20141021-1035.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (337.88kB) [2020-04-06T13:33:31.818Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.10.100.v20140424-2042.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (57.57kB) [2020-04-06T13:33:31.818Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.10.100.v20140424-2042.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (57.57kB) [2020-04-06T13:33:31.818Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.11.101.v20140818-1343.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (60.96kB) [2020-04-06T13:33:31.818Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.11.101.v20140818-1343.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (60.96kB) [2020-04-06T13:33:32.080Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.9.300.v20141126-1957.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (14.99kB) [2020-04-06T13:33:32.080Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.9.300.v20141126-1957.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (14.99kB) [2020-04-06T13:33:32.080Z] [INFO] Fetching org.eclipse.e4.ui.di_1.0.0.v20140328-2112.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (8.55kB) [2020-04-06T13:33:32.080Z] [INFO] Fetching org.eclipse.e4.ui.di_1.0.0.v20140328-2112.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (8.55kB) [2020-04-06T13:33:32.336Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.1.0.v20140512-1820.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (99.31kB) [2020-04-06T13:33:32.336Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.1.0.v20140512-1820.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (99.31kB) [2020-04-06T13:33:32.592Z] [INFO] Fetching org.eclipse.e4.ui.services_1.1.0.v20140328-1925.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (12.44kB) [2020-04-06T13:33:32.592Z] [INFO] Fetching org.eclipse.e4.ui.services_1.1.0.v20140328-1925.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (12.44kB) [2020-04-06T13:33:32.592Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.0.0.v20140514-1823.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (9.1kB) [2020-04-06T13:33:32.592Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.0.0.v20140514-1823.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (9.1kB) [2020-04-06T13:33:32.848Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.2.2.v20141212-1259.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (91.24kB) [2020-04-06T13:33:32.848Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.2.2.v20141212-1259.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (91.24kB) [2020-04-06T13:33:32.848Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.10.0.v20150123-0348.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (35.53kB) [2020-04-06T13:33:32.848Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.10.0.v20150123-0348.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (35.53kB) [2020-04-06T13:33:33.105Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.1.2.v20141126-1310.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (49.64kB) [2020-04-06T13:33:33.105Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.1.2.v20141126-1310.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (49.64kB) [2020-04-06T13:33:33.362Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.12.2.v20150204-1353.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (100.13kB) [2020-04-06T13:33:33.362Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.12.2.v20150204-1353.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (100.13kB) [2020-04-06T13:33:33.622Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.12.100.v20141126-1150.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (61.35kB) [2020-04-06T13:33:33.622Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.12.100.v20141126-1150.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (61.35kB) [2020-04-06T13:33:33.622Z] [INFO] Fetching org.eclipse.jface.databinding_1.6.200.v20140528-1422.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (60.44kB) [2020-04-06T13:33:33.622Z] [INFO] Fetching org.eclipse.jface.databinding_1.6.200.v20140528-1422.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (60.44kB) [2020-04-06T13:33:33.880Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.12.0.v20140227-2118.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (7.16kB) [2020-04-06T13:33:33.880Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.12.0.v20140227-2118.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (7.16kB) [2020-04-06T13:33:33.880Z] [INFO] Fetching org.eclipse.equinox.ds_1.4.200.v20131126-2331.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (87.48kB) [2020-04-06T13:33:33.880Z] [INFO] Fetching org.eclipse.equinox.ds_1.4.200.v20131126-2331.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (87.48kB) [2020-04-06T13:33:34.137Z] [INFO] Fetching org.eclipse.emf.common.ui_2.9.0.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (55.78kB) [2020-04-06T13:33:34.137Z] [INFO] Fetching org.eclipse.emf.common.ui_2.9.0.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (55.78kB) [2020-04-06T13:33:34.137Z] [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (41.04kB) [2020-04-06T13:33:34.137Z] [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (41.04kB) [2020-04-06T13:33:34.396Z] [INFO] Fetching org.eclipse.emf.edit_2.10.1.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (88.3kB) [2020-04-06T13:33:34.396Z] [INFO] Fetching org.eclipse.emf.edit_2.10.1.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (88.3kB) [2020-04-06T13:33:34.652Z] [INFO] Fetching org.eclipse.emf.ecore.editor_2.10.1.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (39.41kB) [2020-04-06T13:33:34.652Z] [INFO] Fetching org.eclipse.emf.ecore.editor_2.10.1.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (39.41kB) [2020-04-06T13:33:34.652Z] [INFO] Fetching org.eclipse.emf.edit.ui_2.10.2.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (72.16kB) [2020-04-06T13:33:34.652Z] [INFO] Fetching org.eclipse.emf.edit.ui_2.10.2.v20150123-0452.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (72.16kB) [2020-04-06T13:33:34.910Z] [INFO] Fetching org.eclipse.ui.workbench_3.106.2.v20150204-1030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (991.98kB) [2020-04-06T13:33:34.910Z] [INFO] Fetching org.eclipse.ui.workbench_3.106.2.v20150204-1030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (991.98kB) [2020-04-06T13:33:35.840Z] [INFO] Fetching org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (21.69kB) [2020-04-06T13:33:35.840Z] [INFO] Fetching org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (21.69kB) [2020-04-06T13:33:36.098Z] [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (30.41kB) [2020-04-06T13:33:36.098Z] [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (30.41kB) [2020-04-06T13:33:36.354Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.3.0.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (27.9kB) [2020-04-06T13:33:36.354Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.3.0.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (27.9kB) [2020-04-06T13:33:36.354Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (67.52kB) [2020-04-06T13:33:36.354Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (67.52kB) [2020-04-06T13:33:36.610Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (95.96kB) [2020-04-06T13:33:36.611Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (95.96kB) [2020-04-06T13:33:36.611Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.100.v20131209-2144.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (44.01kB) [2020-04-06T13:33:36.611Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.100.v20131209-2144.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (44.01kB) [2020-04-06T13:33:36.867Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.0.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (48.65kB) [2020-04-06T13:33:36.867Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.0.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (48.65kB) [2020-04-06T13:33:37.128Z] [INFO] Fetching org.eclipse.equinox.security_1.2.0.v20130424-1801.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (40.07kB) [2020-04-06T13:33:37.128Z] [INFO] Fetching org.eclipse.equinox.security_1.2.0.v20130424-1801.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (40.07kB) [2020-04-06T13:33:37.128Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.5.0.v20130605-1748.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (29.46kB) [2020-04-06T13:33:37.128Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.5.0.v20130605-1748.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (29.46kB) [2020-04-06T13:33:37.385Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.6.101.v20140817-1500.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (94.21kB) [2020-04-06T13:33:37.385Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.6.101.v20140817-1500.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (94.21kB) [2020-04-06T13:33:37.642Z] [INFO] Fetching org.eclipse.jdt.ui_3.10.2.v20141014-1419.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (2.89MB) [2020-04-06T13:33:37.642Z] [INFO] Fetching org.eclipse.jdt.ui_3.10.2.v20141014-1419.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (2.89MB) [2020-04-06T13:33:40.914Z] [INFO] Fetching org.eclipse.search_3.9.100.v20140226-1637.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (146.93kB) [2020-04-06T13:33:40.914Z] [INFO] Fetching org.eclipse.search_3.9.100.v20140226-1637.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (146.93kB) [2020-04-06T13:33:40.914Z] [INFO] Fetching org.eclipse.team.ui_3.7.100.v20130710-1213.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (367.73kB) [2020-04-06T13:33:40.914Z] [INFO] Fetching org.eclipse.team.ui_3.7.100.v20130710-1213.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (367.73kB) [2020-04-06T13:33:41.171Z] [INFO] Fetching org.eclipse.team.core_3.7.0.v20130514-1224.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (113.04kB) [2020-04-06T13:33:41.171Z] [INFO] Fetching org.eclipse.team.core_3.7.0.v20130514-1224.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (113.04kB) [2020-04-06T13:33:41.171Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.7.100.v20140324-1358.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (144.43kB) [2020-04-06T13:33:41.171Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.7.100.v20140324-1358.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (144.43kB) [2020-04-06T13:33:41.431Z] [INFO] Fetching org.eclipse.ui.navigator_3.5.401.v20140724-1117.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (109.52kB) [2020-04-06T13:33:41.431Z] [INFO] Fetching org.eclipse.ui.navigator_3.5.401.v20140724-1117.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (109.52kB) [2020-04-06T13:33:41.689Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.4.700.v20140407-1004.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (44.33kB) [2020-04-06T13:33:41.689Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.4.700.v20140407-1004.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (44.33kB) [2020-04-06T13:33:41.947Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.6.0.v20140519-0906.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (35.98kB) [2020-04-06T13:33:41.947Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.6.0.v20140519-0906.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (35.98kB) [2020-04-06T13:33:41.947Z] [INFO] Fetching org.eclipse.xtext.ui_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (503.3kB) [2020-04-06T13:33:41.947Z] [INFO] Fetching org.eclipse.xtext.ui_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (503.3kB) [2020-04-06T13:33:42.511Z] [INFO] Fetching org.eclipse.xtext.ui.ecore_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (8.72kB) [2020-04-06T13:33:42.511Z] [INFO] Fetching org.eclipse.xtext.ui.ecore_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (8.72kB) [2020-04-06T13:33:42.511Z] [INFO] Fetching org.eclipse.xtext.ui.shared_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (21.42kB) [2020-04-06T13:33:42.511Z] [INFO] Fetching org.eclipse.xtext.ui.shared_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (21.42kB) [2020-04-06T13:33:42.767Z] [INFO] Fetching org.eclipse.xtext.builder_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (114.07kB) [2020-04-06T13:33:42.767Z] [INFO] Fetching org.eclipse.xtext.builder_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (114.07kB) [2020-04-06T13:33:43.029Z] [INFO] Fetching org.eclipse.xtext.common.types.ui_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (83.12kB) [2020-04-06T13:33:43.029Z] [INFO] Fetching org.eclipse.xtext.common.types.ui_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (83.12kB) [2020-04-06T13:33:43.029Z] [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (66.89kB) [2020-04-06T13:33:43.029Z] [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (66.89kB) [2020-04-06T13:33:43.286Z] [INFO] Fetching org.eclipse.xtext.common.types.edit_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (41.85kB) [2020-04-06T13:33:43.286Z] [INFO] Fetching org.eclipse.xtext.common.types.edit_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (41.85kB) [2020-04-06T13:33:43.542Z] [INFO] Fetching org.eclipse.xtext.ide_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (59.41kB) [2020-04-06T13:33:43.542Z] [INFO] Fetching org.eclipse.xtext.ide_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (59.41kB) [2020-04-06T13:33:43.542Z] [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (60.65kB) [2020-04-06T13:33:43.542Z] [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (60.65kB) [2020-04-06T13:33:43.798Z] [INFO] Fetching org.w3c.dom.smil_1.0.0.v200806040011.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (12.78kB) [2020-04-06T13:33:43.798Z] [INFO] Fetching org.w3c.dom.smil_1.0.0.v200806040011.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (12.78kB) [2020-04-06T13:33:43.798Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.103.2.v20150203-1351.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.19MB) [2020-04-06T13:33:43.798Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.103.2.v20150203-1351.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.19MB) [2020-04-06T13:33:44.731Z] [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.103.2.v20150203-1351.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.09MB) [2020-04-06T13:33:44.731Z] [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.103.2.v20150203-1351.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.09MB) [2020-04-06T13:33:45.661Z] [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.103.2.v20150203-1351.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (839.8kB) [2020-04-06T13:33:45.661Z] [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.103.2.v20150203-1351.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (839.8kB) [2020-04-06T13:33:46.603Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui/pom.xml [2020-04-06T13:33:46.859Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui.junit:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui.junit/pom.xml [2020-04-06T13:33:46.859Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui.junit:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui.junit/pom.xml [2020-04-06T13:33:47.124Z] [INFO] Fetching org.eclipse.ant.core_3.3.1.v20150123-1553.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (69.94kB) [2020-04-06T13:33:47.124Z] [INFO] Fetching org.eclipse.ant.core_3.3.1.v20150123-1553.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (69.94kB) [2020-04-06T13:33:47.124Z] [INFO] Fetching org.eclipse.ant.launching_1.0.400.v20140518-0030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (95.62kB) [2020-04-06T13:33:47.124Z] [INFO] Fetching org.eclipse.ant.launching_1.0.400.v20140518-0030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (95.62kB) [2020-04-06T13:33:47.382Z] [INFO] Fetching org.eclipse.core.externaltools_1.0.300.v20140219-0051.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (19.27kB) [2020-04-06T13:33:47.382Z] [INFO] Fetching org.eclipse.core.externaltools_1.0.300.v20140219-0051.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (19.27kB) [2020-04-06T13:33:47.382Z] [INFO] Fetching org.eclipse.ant.ui_3.5.500.v20140521-1557.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (408.89kB) [2020-04-06T13:33:47.382Z] [INFO] Fetching org.eclipse.ant.ui_3.5.500.v20140521-1557.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (408.89kB) [2020-04-06T13:33:47.944Z] [INFO] Fetching org.eclipse.ui.externaltools_3.2.300.v20140327-1949.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (58.65kB) [2020-04-06T13:33:47.944Z] [INFO] Fetching org.eclipse.ui.externaltools_3.2.300.v20140327-1949.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (58.65kB) [2020-04-06T13:33:47.944Z] [INFO] Fetching org.eclipse.jdt.debug.ui_3.6.300.v20140512-1926.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.32MB) [2020-04-06T13:33:47.944Z] [INFO] Fetching org.eclipse.jdt.debug.ui_3.6.300.v20140512-1926.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.32MB) [2020-04-06T13:33:48.506Z] [INFO] Fetching org.eclipse.jdt.junit_3.7.300.v20140418-0836.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (142.15kB) [2020-04-06T13:33:48.506Z] [INFO] Fetching org.eclipse.jdt.junit_3.7.300.v20140418-0836.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (142.15kB) [2020-04-06T13:33:48.506Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.100.v20131209-2144.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (18.43kB) [2020-04-06T13:33:48.506Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.100.v20131209-2144.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (18.43kB) [2020-04-06T13:33:48.762Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (31.1kB) [2020-04-06T13:33:48.762Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (31.1kB) [2020-04-06T13:33:48.762Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.300.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (49.39kB) [2020-04-06T13:33:48.762Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.300.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (49.39kB) [2020-04-06T13:33:49.026Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.300.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (36.3kB) [2020-04-06T13:33:49.026Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.300.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (36.3kB) [2020-04-06T13:33:49.026Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.3.100.v20140224-1921.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (42.98kB) [2020-04-06T13:33:49.026Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.3.100.v20140224-1921.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (42.98kB) [2020-04-06T13:33:49.284Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (103.9kB) [2020-04-06T13:33:49.284Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (103.9kB) [2020-04-06T13:33:49.540Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (73.46kB) [2020-04-06T13:33:49.540Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (73.46kB) [2020-04-06T13:33:49.795Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (21.55kB) [2020-04-06T13:33:49.795Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (21.55kB) [2020-04-06T13:33:49.795Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.300.v20150129-0838.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (34.96kB) [2020-04-06T13:33:49.795Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.300.v20150129-0838.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (34.96kB) [2020-04-06T13:33:49.795Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (12.76kB) [2020-04-06T13:33:49.795Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (12.76kB) [2020-04-06T13:33:50.053Z] [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.0.v20131119-0908.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (29.51kB) [2020-04-06T13:33:50.053Z] [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.0.v20131119-0908.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (29.51kB) [2020-04-06T13:33:50.053Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.3.0.v20140911-0143.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (42kB) [2020-04-06T13:33:50.053Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.3.0.v20140911-0143.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (42kB) [2020-04-06T13:33:50.309Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20140414-0825.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (92.29kB) [2020-04-06T13:33:50.309Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20140414-0825.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (92.29kB) [2020-04-06T13:33:50.565Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20131217-1203.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (14.88kB) [2020-04-06T13:33:50.565Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20131217-1203.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (14.88kB) [2020-04-06T13:33:50.565Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.0.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (110.41kB) [2020-04-06T13:33:50.565Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.0.v20131211-1531.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (110.41kB) [2020-04-06T13:33:50.829Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20140512-1650.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (42.04kB) [2020-04-06T13:33:50.829Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20140512-1650.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (42.04kB) [2020-04-06T13:33:51.085Z] [INFO] Fetching org.eclipse.equinox.p2.ui_2.3.0.v20140404-1657.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (178.76kB) [2020-04-06T13:33:51.085Z] [INFO] Fetching org.eclipse.equinox.p2.ui_2.3.0.v20140404-1657.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (178.76kB) [2020-04-06T13:33:51.341Z] [INFO] Fetching org.eclipse.equinox.security.ui_1.1.200.v20130626-2037.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (68.82kB) [2020-04-06T13:33:51.341Z] [INFO] Fetching org.eclipse.equinox.security.ui_1.1.200.v20130626-2037.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (68.82kB) [2020-04-06T13:33:51.597Z] [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.500.v20140527-1138.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (22.1kB) [2020-04-06T13:33:51.597Z] [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.500.v20140527-1138.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (22.1kB) [2020-04-06T13:33:51.853Z] [INFO] Fetching org.eclipse.jdt.junit.core_3.7.300.v20140409-1618.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (51.69kB) [2020-04-06T13:33:51.853Z] [INFO] Fetching org.eclipse.jdt.junit.core_3.7.300.v20140409-1618.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (51.69kB) [2020-04-06T13:33:51.853Z] [INFO] Fetching org.eclipse.pde.build_3.9.0.v20140415-2029.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (489.35kB) [2020-04-06T13:33:51.853Z] [INFO] Fetching org.eclipse.pde.build_3.9.0.v20140415-2029.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (489.35kB) [2020-04-06T13:33:52.109Z] [INFO] Fetching org.eclipse.update.configurator_3.3.300.v20140518-1928.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (43.09kB) [2020-04-06T13:33:52.109Z] [INFO] Fetching org.eclipse.update.configurator_3.3.300.v20140518-1928.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (43.09kB) [2020-04-06T13:33:52.109Z] [INFO] Fetching org.eclipse.pde.core_3.10.2.v20150127-1015.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.21MB) [2020-04-06T13:33:52.109Z] [INFO] Fetching org.eclipse.pde.core_3.10.2.v20150127-1015.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.21MB) [2020-04-06T13:33:52.365Z] [INFO] Fetching org.eclipse.pde.launching_3.6.200.v20140521-1231.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (47.54kB) [2020-04-06T13:33:52.365Z] [INFO] Fetching org.eclipse.pde.launching_3.6.200.v20140521-1231.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (47.54kB) [2020-04-06T13:33:52.365Z] [INFO] Fetching org.eclipse.pde.ui_3.8.101.v20141001-1400.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.14MB) [2020-04-06T13:33:52.365Z] [INFO] Fetching org.eclipse.pde.ui_3.8.101.v20141001-1400.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.14MB) [2020-04-06T13:33:53.740Z] [INFO] Fetching org.eclipse.ui.intro_3.4.200.v20130326-1254.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (112.42kB) [2020-04-06T13:33:53.740Z] [INFO] Fetching org.eclipse.ui.intro_3.4.200.v20130326-1254.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (112.42kB) [2020-04-06T13:33:53.740Z] [INFO] Fetching org.eclipse.ui.cheatsheets_3.4.200.v20131227-1524.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (108.47kB) [2020-04-06T13:33:53.740Z] [INFO] Fetching org.eclipse.ui.cheatsheets_3.4.200.v20131227-1524.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (108.47kB) [2020-04-06T13:33:53.996Z] [INFO] Fetching org.eclipse.ui.views.log_1.0.500.v20140512-1221.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (50.74kB) [2020-04-06T13:33:53.997Z] [INFO] Fetching org.eclipse.ui.views.log_1.0.500.v20140512-1221.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (50.74kB) [2020-04-06T13:33:54.253Z] [INFO] Fetching org.eclipse.ui.trace_1.0.201.v20140702-1807.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (32.35kB) [2020-04-06T13:33:54.253Z] [INFO] Fetching org.eclipse.ui.trace_1.0.201.v20140702-1807.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (32.35kB) [2020-04-06T13:33:54.253Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui.junit:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui.junit/pom.xml [2020-04-06T13:33:54.815Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib/pom.xml [2020-04-06T13:33:54.815Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib/pom.xml [2020-04-06T13:33:55.078Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib/pom.xml [2020-04-06T13:33:55.334Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib/pom.xml [2020-04-06T13:33:55.334Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib/pom.xml [2020-04-06T13:33:55.334Z] [INFO] Fetching org.eclipse.xtext.xbase_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (1.14MB) [2020-04-06T13:33:55.334Z] [INFO] Fetching org.eclipse.xtext.xbase_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (1.14MB) [2020-04-06T13:33:56.706Z] [INFO] Fetching org.eclipse.xtext.xbase.junit_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (90.55kB) [2020-04-06T13:33:56.706Z] [INFO] Fetching org.eclipse.xtext.xbase.junit_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (90.55kB) [2020-04-06T13:33:56.706Z] [INFO] Fetching org.eclipse.xtext.builder.standalone_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (41.98kB) [2020-04-06T13:33:56.706Z] [INFO] Fetching org.eclipse.xtext.builder.standalone_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (41.98kB) [2020-04-06T13:33:56.963Z] [INFO] Fetching org.eclipse.xtext.junit4_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (88.32kB) [2020-04-06T13:33:56.963Z] [INFO] Fetching org.eclipse.xtext.junit4_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (88.32kB) [2020-04-06T13:33:57.228Z] [INFO] Fetching org.eclipse.xtext.xbase.ide_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (320.63kB) [2020-04-06T13:33:57.228Z] [INFO] Fetching org.eclipse.xtext.xbase.ide_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (320.63kB) [2020-04-06T13:33:57.485Z] [INFO] Fetching org.eclipse.xtext.xbase.ui_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (197.91kB) [2020-04-06T13:33:57.485Z] [INFO] Fetching org.eclipse.xtext.xbase.ui_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (197.91kB) [2020-04-06T13:33:57.740Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib/pom.xml [2020-04-06T13:33:58.005Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.sdk:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.sdk/pom.xml [2020-04-06T13:33:58.570Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.sdk:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.sdk/pom.xml [2020-04-06T13:33:58.830Z] [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) [2020-04-06T13:33:58.830Z] [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) [2020-04-06T13:33:58.830Z] [INFO] Fetching org.junit.source_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (100.83kB) [2020-04-06T13:33:58.830Z] [INFO] Fetching org.junit.source_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (100.83kB) [2020-04-06T13:33:59.086Z] [INFO] Fetching org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (25.74kB) [2020-04-06T13:33:59.086Z] [INFO] Fetching org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (25.74kB) [2020-04-06T13:33:59.341Z] [INFO] Fetching org.eclipse.xtext.java_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (100.17kB) [2020-04-06T13:33:59.341Z] [INFO] Fetching org.eclipse.xtext.java_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (100.17kB) [2020-04-06T13:33:59.341Z] [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (8.43kB) [2020-04-06T13:33:59.341Z] [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (8.43kB) [2020-04-06T13:33:59.598Z] [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (408.66kB) [2020-04-06T13:33:59.598Z] [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (408.66kB) [2020-04-06T13:33:59.854Z] [INFO] Fetching org.eclipse.xtext.runtime_2.9.2.v201603040440.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/features/ (17.73kB) [2020-04-06T13:33:59.854Z] [INFO] Fetching org.eclipse.xtext.runtime_2.9.2.v201603040440.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/features/ (17.73kB) [2020-04-06T13:33:59.854Z] [INFO] Fetching org.eclipse.xtext.xbase_2.9.2.v201603040440.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/features/ (17.48kB) [2020-04-06T13:33:59.854Z] [INFO] Fetching org.eclipse.xtext.xbase_2.9.2.v201603040440.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/features/ (17.48kB) [2020-04-06T13:33:59.854Z] [INFO] Fetching org.eclipse.xtext.xbase.lib_2.9.2.v201603040440.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/features/ (17.46kB) [2020-04-06T13:33:59.854Z] [INFO] Fetching org.eclipse.xtext.xbase.lib_2.9.2.v201603040440.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/features/ (17.46kB) [2020-04-06T13:34:00.110Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.sdk:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.sdk/pom.xml [2020-04-06T13:34:00.366Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.feature:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib.feature/pom.xml [2020-04-06T13:34:00.366Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.feature:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib.feature/pom.xml [2020-04-06T13:34:00.366Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.feature:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib.feature/pom.xml [2020-04-06T13:34:00.366Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib.feature:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib.feature/pom.xml [2020-04-06T13:34:00.366Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib.feature:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib.feature/pom.xml [2020-04-06T13:34:00.628Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib.feature:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib.feature/pom.xml [2020-04-06T13:34:00.628Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.repository:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/p2-repository/pom.xml [2020-04-06T13:34:00.628Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.repository:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/p2-repository/pom.xml [2020-04-06T13:34:00.886Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.repository:0.2.0.v20190619 @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/p2-repository/pom.xml [2020-04-06T13:34:00.886Z] [INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/pom.xml [2020-04-06T13:34:00.886Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/pom.xml [2020-04-06T13:34:00.886Z] [INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/pom.xml [2020-04-06T13:34:00.886Z] [INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.ide:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/pom.xml [2020-04-06T13:34:01.142Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.ide:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/pom.xml [2020-04-06T13:34:01.142Z] [INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.ide:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/pom.xml [2020-04-06T13:34:01.142Z] [INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.ui:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/pom.xml [2020-04-06T13:34:01.142Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.ui:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/pom.xml [2020-04-06T13:34:01.142Z] [INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.ui:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/pom.xml [2020-04-06T13:34:01.404Z] [INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/pom.xml [2020-04-06T13:34:01.404Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/pom.xml [2020-04-06T13:34:01.404Z] [INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/pom.xml [2020-04-06T13:34:01.660Z] [INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.ui:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/pom.xml [2020-04-06T13:34:01.660Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.ui:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/pom.xml [2020-04-06T13:34:01.660Z] [INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.ui:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/pom.xml [2020-04-06T13:34:01.921Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:34:01.921Z] [INFO] Reactor Build Order: [2020-04-06T13:34:01.921Z] [INFO] [2020-04-06T13:34:01.921Z] [INFO] Xpect [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xpect [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xpect.ui [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xpect.ui.junit [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xpect.xtext.lib [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xpect.xtext.xbase.lib [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xpect.xtext.lib.feature [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xpect.xtext.xbase.lib.feature [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xpect.sdk [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xpect.repository [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xtext.example.maven_parents.grammar_plugin [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xtext.example.arithmetics [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xtext.example.arithmetics.ide [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xtext.example.arithmetics.ui [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xtext.example.domainmodel [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xtext.example.domainmodel.ui [2020-04-06T13:34:01.921Z] [INFO] org.eclipse.xpect.root [2020-04-06T13:34:01.921Z] [INFO] [2020-04-06T13:34:01.921Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:34:01.921Z] [INFO] Building Xpect 0.2.0.v20190619 [2020-04-06T13:34:01.921Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:34:02.184Z] [INFO] [2020-04-06T13:34:02.184Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.parent --- [2020-04-06T13:34:02.184Z] [INFO] [2020-04-06T13:34:02.184Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.parent --- [2020-04-06T13:34:34.227Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/maven-plugin-parent/src/main/java]' does not exists. [2020-04-06T13:34:34.227Z] [INFO] [2020-04-06T13:34:34.227Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.parent --- [2020-04-06T13:34:34.227Z] [INFO] [2020-04-06T13:34:34.227Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.xpect.parent --- [2020-04-06T13:34:34.227Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/maven-plugin-parent/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.parent/0.2.0.v20190619/org.eclipse.xpect.parent-0.2.0.v20190619.pom [2020-04-06T13:34:34.227Z] [INFO] [2020-04-06T13:34:34.227Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:34:34.227Z] [INFO] Building org.eclipse.xpect 0.2.0.v20190619 [2020-04-06T13:34:34.227Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:34:34.227Z] [INFO] [2020-04-06T13:34:34.227Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect --- [2020-04-06T13:34:34.227Z] [INFO] [2020-04-06T13:34:34.227Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect --- [2020-04-06T13:34:34.227Z] [INFO] The project's OSGi version is 0.2.0.v20190619 [2020-04-06T13:34:34.227Z] [INFO] [2020-04-06T13:34:34.227Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect --- [2020-04-06T13:34:34.227Z] [INFO] [2020-04-06T13:34:34.227Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect --- [2020-04-06T13:34:34.227Z] [INFO] [2020-04-06T13:34:34.227Z] [INFO] --- fornax-oaw-m2-plugin:3.6.0:run-workflow (default) @ org.eclipse.xpect --- [2020-04-06T13:34:34.227Z] [INFO] Fornax Model Workflow Maven2 Plugin V3.6.0 [2020-04-06T13:34:34.227Z] [INFO] Executing workflow in forked mode. [2020-04-06T13:34:36.757Z] [INFO] 0 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - No project file found for /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder. [2020-04-06T13:34:36.757Z] [INFO] 51 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project junit at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/.cache/tycho/org.junit-4.11.0.v201303080030.jar/junit.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/junit/junit/3.8.1/junit-3.8.1.jar!/' instead. [2020-04-06T13:34:36.757Z] [INFO] 51 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' instead. [2020-04-06T13:34:36.757Z] [INFO] 52 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project ant at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/.cache/tycho/org.apache.ant-1.9.2.v201404171502.jar/lib/ant.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/apache/ant/ant/1.8.3/ant-1.8.3.jar!/' instead. [2020-04-06T13:34:36.757Z] [INFO] 52 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project ant-launcher at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/.cache/tycho/org.apache.ant-1.9.2.v201404171502.jar/lib/ant-launcher.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar!/' instead. [2020-04-06T13:34:36.757Z] [INFO] 53 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.apache.commons.lang at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.apache.commons.lang/2.6.0.v201404270220/org.apache.commons.lang-2.6.0.v201404270220.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' instead. [2020-04-06T13:34:36.757Z] [INFO] 73 [main] INFO lipse.emf.mwe.utils.StandaloneSetup - Registering platform uri '/home/jenkins/agent/workspace/Xpect_release_0.2.0' [2020-04-06T13:34:36.757Z] [INFO] 106 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/com.google.guava/15.0.0.v201403281430/com.google.guava-15.0.0.v201403281430.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar!/' instead. [2020-04-06T13:34:36.757Z] [INFO] 109 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/com/google/inject/guice/3.0/guice-3.0.jar!/' instead. [2020-04-06T13:34:36.757Z] [INFO] 116 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar!/' instead. [2020-04-06T13:34:36.757Z] [INFO] 242 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.apache.commons.lang at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.apache.commons.lang/2.6.0.v201404270220/org.apache.commons.lang-2.6.0.v201404270220.jar!/' instead. [2020-04-06T13:34:36.757Z] [INFO] 261 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/com.google.guava/15.0.0.v201403281430/com.google.guava-15.0.0.v201403281430.jar!/' instead. [2020-04-06T13:34:36.757Z] [INFO] 290 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.9.2.v201603040440/org.eclipse.xtext.xbase-2.9.2.v201603040440.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/org/eclipse/update/feature/org.eclipse.xtext.xbase/2.9.2.v201603040440/org.eclipse.xtext.xbase-2.9.2.v201603040440.jar!/' instead. [2020-04-06T13:34:36.757Z] [INFO] 290 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.9.2.v201603040440/org.eclipse.xtext.xbase.lib-2.9.2.v201603040440.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/org/eclipse/update/feature/org.eclipse.xtext.xbase.lib/2.9.2.v201603040440/org.eclipse.xtext.xbase.lib-2.9.2.v201603040440.jar!/' instead. [2020-04-06T13:34:36.757Z] [INFO] 292 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' instead. [2020-04-06T13:34:36.757Z] [INFO] 293 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.apache.commons.lang at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.apache.commons.lang/2.6.0.v201404270220/org.apache.commons.lang-2.6.0.v201404270220.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 302 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project maven-install-plugin at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 316 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project plexus-cipher at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 317 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.objectweb.asm/5.0.1.v201404251740/org.objectweb.asm-5.0.1.v201404251740.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 318 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/ow2/asm/asm/7.0/asm-7.0.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 319 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.objectweb.asm.tree at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 323 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.jdt.core/3.10.2.v20150120-1634/org.eclipse.jdt.core-3.10.2.v20150120-1634.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/jdt/org.eclipse.jdt.core/3.10.0/org.eclipse.jdt.core-3.10.0.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 325 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.7.102.v20141111-0953/org.eclipse.jdt.launching-3.7.102.v20141111-0953.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.10.0/org.eclipse.jdt.launching-3.10.0.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 327 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.jdt.debug at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.8.102.v20150115-1323/org.eclipse.jdt.debug-3.8.102.v20150115-1323.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/jdt/org.eclipse.jdt.debug/3.10.1/org.eclipse.jdt.debug-3.10.1.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 328 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.text/3.5.300.v20130515-1451/org.eclipse.text-3.5.300.v20130515-1451.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/text/org.eclipse.text/3.5.101/org.eclipse.text-3.5.101.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 330 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.9.2.v201603040440/org.eclipse.xtext.common.types-2.9.2.v201603040440.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.9.2/org.eclipse.xtext.common.types-2.9.2.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 331 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.xtext.xbase.junit at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext.xbase.junit/2.9.2.v201603040440/org.eclipse.xtext.xbase.junit-2.9.2.v201603040440.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/2.9.2/org.eclipse.xtext.xbase.junit-2.9.2.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 334 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/org/eclipse/update/feature/org.eclipse.xtext.xbase/2.9.2.v201603040440/org.eclipse.xtext.xbase-2.9.2.v201603040440.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.9.2/org.eclipse.xtext.xbase-2.9.2.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 338 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext/2.9.2.v201603040440/org.eclipse.xtext-2.9.2.v201603040440.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext/2.9.2/org.eclipse.xtext-2.9.2.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 338 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.xtext.junit4 at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext.junit4/2.9.2.v201603040440/org.eclipse.xtext.junit4-2.9.2.v201603040440.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.junit4/2.9.2/org.eclipse.xtext.junit4-2.9.2.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 339 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.xtext.smap at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext.smap/2.9.2.v201603040440/org.eclipse.xtext.smap-2.9.2.v201603040440.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.smap/2.9.2/org.eclipse.xtext.smap-2.9.2.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 340 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/org/eclipse/update/feature/org.eclipse.xtext.xbase.lib/2.9.2.v201603040440/org.eclipse.xtext.xbase.lib-2.9.2.v201603040440.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.9.2/org.eclipse.xtext.xbase.lib-2.9.2.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 340 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext.util/2.9.2.v201603040440/org.eclipse.xtext.util-2.9.2.v201603040440.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.util/2.9.2/org.eclipse.xtext.util-2.9.2.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 341 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.app/1.3.200.v20130910-1609/org.eclipse.equinox.app-1.3.200.v20130910-1609.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 342 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.5.200.v20140224-1527/org.eclipse.equinox.preferences-3.5.200.v20140224-1527.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 342 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.5.400.v20140428-1507/org.eclipse.equinox.registry-3.5.400.v20140428-1507.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 343 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.common/3.6.200.v20130402-1505/org.eclipse.equinox.common-3.6.200.v20130402-1505.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 346 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.osgi/3.10.2.v20150203-1939/org.eclipse.osgi-3.10.2.v20150203-1939.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 349 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.common_3.10.300.v20190218-2100.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 349 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.repository.tools at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository.tools/2.1.0.v20131211-1531/org.eclipse.equinox.p2.repository.tools-2.1.0.v20131211-1531.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 350 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.simpleconfigurator at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator/1.1.0.v20131217-1203/org.eclipse.equinox.simpleconfigurator-1.1.0.v20131217-1203.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 350 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.frameworkadmin at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin/2.0.100.v20131209-2144/org.eclipse.equinox.frameworkadmin-2.0.100.v20131209-2144.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.frameworkadmin_2.1.200.v20190215-2242.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 351 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.app_1.4.100.v20190215-2139.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 352 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.sat4j.pb at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.sat4j.pb/2.3.5.v201404071733/org.sat4j.pb-2.3.5.v201404071733.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.sat4j.pb_2.3.5.v201404071733.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 353 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.garbagecollector at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.garbagecollector/1.0.200.v20131115-1210/org.eclipse.equinox.p2.garbagecollector-1.0.200.v20131115-1210.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 353 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.registry_3.8.300.v20190218-2100.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 356 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.repository at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository/2.3.0.v20131211-1531/org.eclipse.equinox.p2.repository-2.3.0.v20131211-1531.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.repository_2.4.300.v20190215-2242.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 357 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.ds at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.ds/1.4.200.v20131126-2331/org.eclipse.equinox.ds-1.4.200.v20131126-2331.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.ds_1.6.0.v20190122-0806.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 357 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.artifact.repository at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.artifact.repository/1.1.300.v20131211-1531/org.eclipse.equinox.p2.artifact.repository-1.1.300.v20131211-1531.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.artifact.repository_1.3.0.v20190212-1235.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 359 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.jarprocessor at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.jarprocessor/1.0.300.v20131211-1531/org.eclipse.equinox.p2.jarprocessor-1.0.300.v20131211-1531.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 359 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.util at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.util/1.0.500.v20130404-1337/org.eclipse.equinox.util-1.0.500.v20130404-1337.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.util_1.1.200.v20181008-1820.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 360 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.osgi.services at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.osgi.services/3.4.0.v20140312-2051/org.eclipse.osgi.services-3.4.0.v20140312-2051.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.osgi.services_3.8.0.v20190206-2147.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 360 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.director.app at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.director.app/1.0.300.v20150129-0838/org.eclipse.equinox.p2.director.app-1.0.300.v20150129-0838.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 362 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.osgi_3.13.300.v20190218-1622.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 363 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.core.runtime/3.10.0.v20140318-2214/org.eclipse.core.runtime-3.10.0.v20140318-2214.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.core.runtime_3.15.200.v20190301-1641.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 363 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.preferences_3.7.300.v20190218-2100.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 364 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.metadata at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.2.0.v20131211-1531/org.eclipse.equinox.p2.metadata-2.2.0.v20131211-1531.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.4.300.v20190215-2242.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 365 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.core at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.3.0.v20131211-1531/org.eclipse.equinox.p2.core-2.3.0.v20131211-1531.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar!/' instead. [2020-04-06T13:34:36.758Z] [INFO] 366 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.security at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.security/1.2.0.v20130424-1801/org.eclipse.equinox.security-1.2.0.v20130424-1801.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.security_1.3.100.v20190215-2139.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 367 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.metadata.repository at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.repository/1.2.100.v20131209-2144/org.eclipse.equinox.p2.metadata.repository-1.2.100.v20131209-2144.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 367 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.publisher.eclipse at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.1.200.v20140414-0825/org.eclipse.equinox.p2.publisher.eclipse-1.1.200.v20140414-0825.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 367 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.touchpoint.eclipse at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.touchpoint.eclipse/2.1.200.v20140512-1650/org.eclipse.equinox.p2.touchpoint.eclipse-2.1.200.v20140512-1650.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 368 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.engine at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.3.0.v20140506-1720/org.eclipse.equinox.p2.engine-2.3.0.v20140506-1720.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.engine_2.6.200.v20190215-2242.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 368 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.simpleconfigurator.manipulator at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator.manipulator/2.0.0.v20131217-1203/org.eclipse.equinox.simpleconfigurator.manipulator-2.0.0.v20131217-1203.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 369 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.publisher at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher/1.3.0.v20140911-0143/org.eclipse.equinox.p2.publisher-1.3.0.v20140911-0143.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 370 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.p2.director at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.p2.director/2.3.100.v20140224-1921/org.eclipse.equinox.p2.director-2.3.100.v20140224-1921.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 370 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.sat4j.core at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.sat4j.core/2.3.5.v201308161310/org.sat4j.core-2.3.5.v201308161310.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.sat4j.core_2.3.5.v201308161310.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 373 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.apache.commons.logging/1.1.1.v201101211721/org.apache.commons.logging-1.1.1.v201101211721.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 373 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.core.jobs/3.6.1.v20141014-1248/org.eclipse.core.jobs-3.6.1.v20141014-1248.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.core.jobs_3.10.300.v20190215-2048.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 373 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.frameworkadmin.equinox at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin.equinox/1.0.500.v20131211-1531/org.eclipse.equinox.frameworkadmin.equinox-1.0.500.v20131211-1531.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 374 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.4.200.v20140207-1251/org.eclipse.core.contenttype-3.4.200.v20140207-1251.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 386 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.9.2.v201603040440/org.eclipse.xtend.lib.macro-2.9.2.v201603040440.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.9.2/org.eclipse.xtend.lib.macro-2.9.2.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 387 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.9.2.v201603040440/org.eclipse.xtend.lib-2.9.2.v201603040440.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.9.2/org.eclipse.xtend.lib-2.9.2.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 390 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.emf.common/2.10.1.v20150123-0348/org.eclipse.emf.common-2.10.1.v20150123-0348.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 391 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.9.1.201705291011/org.eclipse.emf.mwe2.runtime-2.9.1.201705291011.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.8.3/org.eclipse.emf.mwe2.runtime-2.8.3.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 393 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.10.2.v20150123-0348/org.eclipse.emf.ecore-2.10.2.v20150123-0348.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 396 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.10.0.v20150123-0452/org.eclipse.emf.codegen-2.10.0.v20150123-0452.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.codegen/2.19.0/org.eclipse.emf.codegen-2.19.0.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 397 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.10.2.v20150123-0348/org.eclipse.emf.ecore.xmi-2.10.2.v20150123-0348.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 399 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.emf.mwe2.lib at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.emf.mwe2.lib/2.9.1.201705291011/org.eclipse.emf.mwe2.lib-2.9.1.201705291011.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.8.3/org.eclipse.emf.mwe2.lib-2.8.3.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 400 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.app_1.4.100.v20190215-2139.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 401 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 403 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.core.commands/3.6.100.v20140528-1422/org.eclipse.core.commands-3.6.100.v20140528-1422.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 404 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.osgi.compatibility.state at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.osgi.compatibility.state_1.1.400.v20190208-1533.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 406 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.core.runtime_3.15.200.v20190301-1641.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 407 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.core.jobs_3.10.300.v20190215-2048.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 408 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.debug.core/3.9.1.v20140805-1629/org.eclipse.debug.core-3.9.1.v20140805-1629.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.debug.core/3.15.0/org.eclipse.debug.core-3.15.0.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 410 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.core.expressions/3.4.600.v20140128-0851/org.eclipse.core.expressions-3.4.600.v20140128-0851.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 412 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.preferences_3.7.300.v20190218-2100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 414 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.core.resources/3.9.1.v20140825-1431/org.eclipse.core.resources-3.9.1.v20140825-1431.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 415 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.core.variables/3.2.800.v20130819-1716/org.eclipse.core.variables-3.2.800.v20130819-1716.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 418 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.osgi_3.13.300.v20190218-1622.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 420 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 422 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/text/org.eclipse.text/3.5.101/org.eclipse.text-3.5.101.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 423 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.registry_3.8.300.v20190218-2100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 425 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.common_3.10.300.v20190218-2100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 426 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.4.100.v20140514-1614/org.eclipse.core.filesystem-1.4.100.v20140514-1614.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 427 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 427 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.commands/3.6.0/org.eclipse.core.commands-3.6.0.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 428 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 428 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.jar!/' instead. [2020-04-06T13:34:36.759Z] [INFO] 429 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 430 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 430 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 432 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project plexus-interpolation at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.8.1/plexus-interpolation-1.8.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 432 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project plexus-interpolation at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 433 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project plexus-interpolation at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.8.1/plexus-interpolation-1.8.1.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 436 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project plexus-component-annotations at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 436 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project plexus-utils at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 437 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project plexus-utils at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 437 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project plexus-utils at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 438 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project plexus-utils at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 438 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project plexus-utils at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 440 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project org.tukaani.xz at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/tukaani/xz/1.5/xz-1.5.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 442 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project junit at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/junit/junit/3.8.1/junit-3.8.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/junit/junit/4.8.1/junit-4.8.1.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 442 [main] WARN lipse.emf.mwe.utils.StandaloneSetup - Skipping conflicting project junit at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/junit/junit/4.8.1/junit-4.8.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/junit/junit/3.8.1/junit-3.8.1.jar!/' instead. [2020-04-06T13:34:36.760Z] [INFO] 497 [main] INFO lipse.emf.mwe.utils.StandaloneSetup - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage' [2020-04-06T13:34:37.021Z] [INFO] 672 [main] INFO clipse.emf.mwe.utils.GenModelHelper - Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel' [2020-04-06T13:34:37.588Z] [INFO] [2020-04-06T13:34:37.588Z] [INFO] *ATTENTION* [2020-04-06T13:34:37.588Z] [INFO] It is recommended to use the ANTLR 3 parser generator (BSD licence - http://www.antlr.org/license.html). [2020-04-06T13:34:37.588Z] [INFO] Do you agree to download it (size 1MB) from 'http://download.itemis.com/antlr-generator-3.2.0-patch.jar'? (type 'y' or 'n' and hit enter)1220 [main] INFO lipse.emf.mwe.utils.StandaloneSetup - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage' [2020-04-06T13:34:37.588Z] [INFO] 1237 [main] INFO erator.parser.antlr.AntlrToolFacade - downloading file from 'http://download.itemis.com/antlr-generator-3.2.0-patch.jar' ... [2020-04-06T13:34:40.114Z] [INFO] 3699 [main] INFO erator.parser.antlr.AntlrToolFacade - finished downloading. [2020-04-06T13:34:40.114Z] [INFO] 3702 [main] INFO ipse.emf.mwe.utils.DirectoryCleaner - Cleaning /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/../org.eclipse.xpect/src-gen [2020-04-06T13:34:40.114Z] [INFO] 3703 [main] INFO ipse.emf.mwe.utils.DirectoryCleaner - Cleaning /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/../org.eclipse.xpect.ui/src-gen [2020-04-06T13:34:40.114Z] [INFO] 3869 [main] INFO clipse.emf.mwe.utils.GenModelHelper - Registered GenModel 'http://www.eclipse.org/xpect/Xpect' from 'platform:/resource/org.eclipse.xpect/model/Xpect.genmodel' [2020-04-06T13:34:40.114Z] [INFO] 3869 [main] INFO clipse.emf.mwe.utils.GenModelHelper - Registered GenModel 'http://www.eclipse.org/xpect/XpectJavaModel' from 'platform:/resource/org.eclipse.xpect/model/Xpect.genmodel' [2020-04-06T13:34:40.114Z] [INFO] 3871 [main] INFO lipse.emf.mwe2.ecore.EcoreGenerator - generating EMF code for platform:/resource/org.eclipse.xpect/model/Xpect.genmodel [2020-04-06T13:34:58.195Z] [INFO] error(208): ../org.eclipse.xpect/src-gen/org/eclipse/xpect/parser/antlr/lexer/InternalXpectLexer.g:47:1: The following token definitions can never be matched because prior tokens match the same input: RULE_INVOCATION [2020-04-06T13:34:58.195Z] [INFO] 21894 [main] INFO or.validation.JavaValidatorFragment - generating Java-based EValidator API [2020-04-06T13:34:59.195Z] [INFO] error(208): ../org.eclipse.xpect.ui/src-gen/org/eclipse/xpect/ui/contentassist/antlr/lexer/InternalXpectLexer.g:47:1: The following token definitions can never be matched because prior tokens match the same input: RULE_INVOCATION [2020-04-06T13:35:02.472Z] [INFO] 26235 [main] INFO text.generator.junit.Junit4Fragment - generating Junit4 Test support classes [2020-04-06T13:35:02.472Z] [INFO] 26248 [main] INFO i.generator.compare.CompareFragment - generating Compare Framework infrastructure [2020-04-06T13:35:02.728Z] [INFO] 26413 [main] INFO .emf.mwe2.runtime.workflow.Workflow - Done. [2020-04-06T13:35:02.984Z] [INFO] Workflow 'src/org/eclipse/xpect/GenerateXpect.mwe2' finished. [2020-04-06T13:35:02.984Z] [INFO] [2020-04-06T13:35:02.984Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect --- [2020-04-06T13:35:07.154Z] [INFO] [2020-04-06T13:35:07.154Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect --- [2020-04-06T13:35:07.717Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:07.717Z] [INFO] Copying 1 resource [2020-04-06T13:35:07.717Z] [INFO] [2020-04-06T13:35:07.717Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xpect --- [2020-04-06T13:35:08.676Z] [INFO] Compiling 246 source files to /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/target/classes [2020-04-06T13:35:13.937Z] [INFO] [2020-04-06T13:35:13.937Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect --- [2020-04-06T13:35:13.937Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:13.937Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/src/test/resources [2020-04-06T13:35:13.937Z] [INFO] [2020-04-06T13:35:13.937Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect --- [2020-04-06T13:35:13.937Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/target/org.eclipse.xpect-0.2.0.v20190619-sources.jar [2020-04-06T13:35:14.231Z] [INFO] [2020-04-06T13:35:14.231Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect --- [2020-04-06T13:35:14.231Z] [INFO] [2020-04-06T13:35:14.231Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xpect --- [2020-04-06T13:35:14.503Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/target/org.eclipse.xpect-0.2.0.v20190619.jar [2020-04-06T13:35:14.759Z] [INFO] [2020-04-06T13:35:14.759Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect --- [2020-04-06T13:35:14.759Z] [INFO] [2020-04-06T13:35:14.759Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect --- [2020-04-06T13:35:15.015Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/target/org.eclipse.xpect-0.2.0.v20190619.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0.v20190619/org.eclipse.xpect-0.2.0.v20190619.jar [2020-04-06T13:35:15.015Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0.v20190619/org.eclipse.xpect-0.2.0.v20190619.pom [2020-04-06T13:35:15.015Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/target/org.eclipse.xpect-0.2.0.v20190619-sources.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0.v20190619/org.eclipse.xpect-0.2.0.v20190619-sources.jar [2020-04-06T13:35:15.015Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0.v20190619/org.eclipse.xpect-0.2.0.v20190619-p2metadata.xml [2020-04-06T13:35:15.015Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0.v20190619/org.eclipse.xpect-0.2.0.v20190619-p2artifacts.xml [2020-04-06T13:35:15.015Z] [INFO] [2020-04-06T13:35:15.015Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect --- [2020-04-06T13:35:15.015Z] [INFO] [2020-04-06T13:35:15.015Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:15.015Z] [INFO] Building org.eclipse.xpect.ui 0.2.0.v20190619 [2020-04-06T13:35:15.015Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:15.015Z] [INFO] [2020-04-06T13:35:15.015Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:15.015Z] [INFO] [2020-04-06T13:35:15.015Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:15.015Z] [INFO] The project's OSGi version is 0.2.0.v20190619 [2020-04-06T13:35:15.015Z] [INFO] [2020-04-06T13:35:15.015Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:15.015Z] [INFO] [2020-04-06T13:35:15.015Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:15.015Z] [INFO] [2020-04-06T13:35:15.015Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:16.407Z] [INFO] [2020-04-06T13:35:16.407Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:16.407Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:16.407Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui/src/main/resources [2020-04-06T13:35:16.407Z] [INFO] [2020-04-06T13:35:16.407Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:16.407Z] [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui/target/classes [2020-04-06T13:35:17.332Z] [INFO] [2020-04-06T13:35:17.332Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:17.332Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:17.332Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui/src/test/resources [2020-04-06T13:35:17.332Z] [INFO] [2020-04-06T13:35:17.332Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:17.332Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui/target/org.eclipse.xpect.ui-0.2.0.v20190619-sources.jar [2020-04-06T13:35:17.332Z] [INFO] [2020-04-06T13:35:17.332Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:17.332Z] [INFO] [2020-04-06T13:35:17.332Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:17.332Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui/target/org.eclipse.xpect.ui-0.2.0.v20190619.jar [2020-04-06T13:35:17.332Z] [INFO] [2020-04-06T13:35:17.332Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:17.587Z] [INFO] [2020-04-06T13:35:17.587Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:17.587Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui/target/org.eclipse.xpect.ui-0.2.0.v20190619.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui/0.2.0.v20190619/org.eclipse.xpect.ui-0.2.0.v20190619.jar [2020-04-06T13:35:17.587Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui/0.2.0.v20190619/org.eclipse.xpect.ui-0.2.0.v20190619.pom [2020-04-06T13:35:17.587Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui/target/org.eclipse.xpect.ui-0.2.0.v20190619-sources.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui/0.2.0.v20190619/org.eclipse.xpect.ui-0.2.0.v20190619-sources.jar [2020-04-06T13:35:17.587Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui/0.2.0.v20190619/org.eclipse.xpect.ui-0.2.0.v20190619-p2metadata.xml [2020-04-06T13:35:17.587Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui/0.2.0.v20190619/org.eclipse.xpect.ui-0.2.0.v20190619-p2artifacts.xml [2020-04-06T13:35:17.587Z] [INFO] [2020-04-06T13:35:17.587Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.ui --- [2020-04-06T13:35:17.587Z] [INFO] [2020-04-06T13:35:17.587Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:17.587Z] [INFO] Building org.eclipse.xpect.ui.junit 0.2.0.v20190619 [2020-04-06T13:35:17.587Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:17.587Z] [INFO] [2020-04-06T13:35:17.587Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:17.587Z] [INFO] [2020-04-06T13:35:17.587Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:17.587Z] [INFO] The project's OSGi version is 0.2.0.v20190619 [2020-04-06T13:35:17.587Z] [INFO] [2020-04-06T13:35:17.587Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:17.587Z] [INFO] [2020-04-06T13:35:17.587Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:17.587Z] [INFO] [2020-04-06T13:35:17.587Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:17.841Z] [INFO] [2020-04-06T13:35:17.841Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:17.841Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:17.841Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui.junit/src/main/resources [2020-04-06T13:35:17.842Z] [INFO] [2020-04-06T13:35:17.842Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:17.842Z] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui.junit/target/classes [2020-04-06T13:35:18.409Z] [INFO] [2020-04-06T13:35:18.410Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:18.410Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:18.410Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui.junit/src/test/resources [2020-04-06T13:35:18.410Z] [INFO] [2020-04-06T13:35:18.410Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:18.410Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui.junit/target/org.eclipse.xpect.ui.junit-0.2.0.v20190619-sources.jar [2020-04-06T13:35:18.410Z] [INFO] [2020-04-06T13:35:18.410Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:18.410Z] [INFO] [2020-04-06T13:35:18.410Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:18.410Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui.junit/target/org.eclipse.xpect.ui.junit-0.2.0.v20190619.jar [2020-04-06T13:35:18.410Z] [INFO] [2020-04-06T13:35:18.410Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:18.410Z] [INFO] [2020-04-06T13:35:18.410Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:18.410Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui.junit/target/org.eclipse.xpect.ui.junit-0.2.0.v20190619.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui.junit/0.2.0.v20190619/org.eclipse.xpect.ui.junit-0.2.0.v20190619.jar [2020-04-06T13:35:18.410Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui.junit/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui.junit/0.2.0.v20190619/org.eclipse.xpect.ui.junit-0.2.0.v20190619.pom [2020-04-06T13:35:18.410Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui.junit/target/org.eclipse.xpect.ui.junit-0.2.0.v20190619-sources.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui.junit/0.2.0.v20190619/org.eclipse.xpect.ui.junit-0.2.0.v20190619-sources.jar [2020-04-06T13:35:18.410Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui.junit/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui.junit/0.2.0.v20190619/org.eclipse.xpect.ui.junit-0.2.0.v20190619-p2metadata.xml [2020-04-06T13:35:18.410Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.ui.junit/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui.junit/0.2.0.v20190619/org.eclipse.xpect.ui.junit-0.2.0.v20190619-p2artifacts.xml [2020-04-06T13:35:18.410Z] [INFO] [2020-04-06T13:35:18.410Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.ui.junit --- [2020-04-06T13:35:18.410Z] [INFO] [2020-04-06T13:35:18.410Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:18.410Z] [INFO] Building org.eclipse.xpect.xtext.lib 0.2.0.v20190619 [2020-04-06T13:35:18.410Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:18.410Z] [INFO] [2020-04-06T13:35:18.410Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:18.410Z] [INFO] [2020-04-06T13:35:18.410Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:18.410Z] [INFO] The project's OSGi version is 0.2.0.v20190619 [2020-04-06T13:35:18.410Z] [INFO] [2020-04-06T13:35:18.410Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:18.410Z] [INFO] [2020-04-06T13:35:18.410Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:18.410Z] [INFO] [2020-04-06T13:35:18.410Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:18.979Z] [INFO] [2020-04-06T13:35:18.979Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:18.979Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:18.979Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib/src/main/resources [2020-04-06T13:35:18.979Z] [INFO] [2020-04-06T13:35:18.979Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:18.979Z] [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib/target/classes [2020-04-06T13:35:19.906Z] [INFO] [2020-04-06T13:35:19.906Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:19.906Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:19.906Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib/src/test/resources [2020-04-06T13:35:19.906Z] [INFO] [2020-04-06T13:35:19.906Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:19.906Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib/target/org.eclipse.xpect.xtext.lib-0.2.0.v20190619-sources.jar [2020-04-06T13:35:19.906Z] [INFO] [2020-04-06T13:35:19.906Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:19.906Z] [INFO] [2020-04-06T13:35:19.906Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:19.906Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib/target/org.eclipse.xpect.xtext.lib-0.2.0.v20190619.jar [2020-04-06T13:35:19.906Z] [INFO] [2020-04-06T13:35:19.906Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:19.906Z] [INFO] [2020-04-06T13:35:19.906Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:19.906Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib/target/org.eclipse.xpect.xtext.lib-0.2.0.v20190619.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib/0.2.0.v20190619/org.eclipse.xpect.xtext.lib-0.2.0.v20190619.jar [2020-04-06T13:35:19.906Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib/0.2.0.v20190619/org.eclipse.xpect.xtext.lib-0.2.0.v20190619.pom [2020-04-06T13:35:19.906Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib/target/org.eclipse.xpect.xtext.lib-0.2.0.v20190619-sources.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib/0.2.0.v20190619/org.eclipse.xpect.xtext.lib-0.2.0.v20190619-sources.jar [2020-04-06T13:35:19.906Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib/0.2.0.v20190619/org.eclipse.xpect.xtext.lib-0.2.0.v20190619-p2metadata.xml [2020-04-06T13:35:19.906Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib/0.2.0.v20190619/org.eclipse.xpect.xtext.lib-0.2.0.v20190619-p2artifacts.xml [2020-04-06T13:35:19.906Z] [INFO] [2020-04-06T13:35:19.906Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.xtext.lib --- [2020-04-06T13:35:19.906Z] [INFO] [2020-04-06T13:35:19.906Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:19.906Z] [INFO] Building org.eclipse.xpect.xtext.xbase.lib 0.2.0.v20190619 [2020-04-06T13:35:19.906Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:19.906Z] [INFO] [2020-04-06T13:35:19.906Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:19.906Z] [INFO] [2020-04-06T13:35:19.906Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:19.906Z] [INFO] The project's OSGi version is 0.2.0.v20190619 [2020-04-06T13:35:19.906Z] [INFO] [2020-04-06T13:35:19.906Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:19.906Z] [INFO] [2020-04-06T13:35:19.906Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:19.906Z] [INFO] [2020-04-06T13:35:19.906Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:20.708Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:20.708Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib/src/main/resources [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:20.708Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib/target/classes [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:20.708Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:20.708Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib/src/test/resources [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:20.708Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib/target/org.eclipse.xpect.xtext.xbase.lib-0.2.0.v20190619-sources.jar [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:20.708Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib/target/org.eclipse.xpect.xtext.xbase.lib-0.2.0.v20190619.jar [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:20.708Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib/target/org.eclipse.xpect.xtext.xbase.lib-0.2.0.v20190619.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib/0.2.0.v20190619/org.eclipse.xpect.xtext.xbase.lib-0.2.0.v20190619.jar [2020-04-06T13:35:20.708Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib/0.2.0.v20190619/org.eclipse.xpect.xtext.xbase.lib-0.2.0.v20190619.pom [2020-04-06T13:35:20.708Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib/target/org.eclipse.xpect.xtext.xbase.lib-0.2.0.v20190619-sources.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib/0.2.0.v20190619/org.eclipse.xpect.xtext.xbase.lib-0.2.0.v20190619-sources.jar [2020-04-06T13:35:20.708Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib/0.2.0.v20190619/org.eclipse.xpect.xtext.xbase.lib-0.2.0.v20190619-p2metadata.xml [2020-04-06T13:35:20.708Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib/0.2.0.v20190619/org.eclipse.xpect.xtext.xbase.lib-0.2.0.v20190619-p2artifacts.xml [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.xtext.xbase.lib --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:20.708Z] [INFO] Building org.eclipse.xpect.xtext.lib.feature 0.2.0.v20190619 [2020-04-06T13:35:20.708Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.xtext.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xpect.xtext.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] The project's OSGi version is 0.2.0.v20190619 [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib.feature/src/main/java]' does not exists. [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.xpect.xtext.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib.feature/target/org.eclipse.xpect.xtext.lib.feature-0.2.0.v20190619.jar [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xpect.xtext.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.xtext.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib.feature/target/org.eclipse.xpect.xtext.lib.feature-0.2.0.v20190619.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib.feature/0.2.0.v20190619/org.eclipse.xpect.xtext.lib.feature-0.2.0.v20190619.jar [2020-04-06T13:35:20.708Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib.feature/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib.feature/0.2.0.v20190619/org.eclipse.xpect.xtext.lib.feature-0.2.0.v20190619.pom [2020-04-06T13:35:20.708Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib.feature/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib.feature/0.2.0.v20190619/org.eclipse.xpect.xtext.lib.feature-0.2.0.v20190619-p2metadata.xml [2020-04-06T13:35:20.708Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.lib.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib.feature/0.2.0.v20190619/org.eclipse.xpect.xtext.lib.feature-0.2.0.v20190619-p2artifacts.xml [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.xtext.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:20.708Z] [INFO] Building org.eclipse.xpect.xtext.xbase.lib.feature 0.2.0.v20190619 [2020-04-06T13:35:20.708Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.xtext.xbase.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xpect.xtext.xbase.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] The project's OSGi version is 0.2.0.v20190619 [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.xbase.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.xbase.lib.feature --- [2020-04-06T13:35:20.708Z] [INFO] [2020-04-06T13:35:20.708Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.xbase.lib.feature --- [2020-04-06T13:35:20.964Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib.feature/src/main/java]' does not exists. [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.xbase.lib.feature --- [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.xbase.lib.feature --- [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.xpect.xtext.xbase.lib.feature --- [2020-04-06T13:35:20.964Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib.feature/target/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0.v20190619.jar [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.xbase.lib.feature --- [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xpect.xtext.xbase.lib.feature --- [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.xtext.xbase.lib.feature --- [2020-04-06T13:35:20.964Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib.feature/target/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0.v20190619.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib.feature/0.2.0.v20190619/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0.v20190619.jar [2020-04-06T13:35:20.964Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib.feature/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib.feature/0.2.0.v20190619/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0.v20190619.pom [2020-04-06T13:35:20.964Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib.feature/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib.feature/0.2.0.v20190619/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0.v20190619-p2metadata.xml [2020-04-06T13:35:20.964Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.xtext.xbase.lib.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib.feature/0.2.0.v20190619/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0.v20190619-p2artifacts.xml [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.xtext.xbase.lib.feature --- [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:20.964Z] [INFO] Building org.eclipse.xpect.sdk 0.2.0.v20190619 [2020-04-06T13:35:20.964Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.sdk --- [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xpect.sdk --- [2020-04-06T13:35:20.964Z] [INFO] The project's OSGi version is 0.2.0.v20190619 [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.sdk --- [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.sdk --- [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.sdk --- [2020-04-06T13:35:20.964Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.sdk/src/main/java]' does not exists. [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.sdk --- [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.sdk --- [2020-04-06T13:35:20.964Z] [INFO] [2020-04-06T13:35:20.964Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.xpect.sdk --- [2020-04-06T13:35:20.964Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.sdk/target/org.eclipse.xpect.sdk-0.2.0.v20190619.jar [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.sdk --- [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xpect.sdk --- [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.sdk --- [2020-04-06T13:35:21.226Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.sdk/target/org.eclipse.xpect.sdk-0.2.0.v20190619.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.sdk/0.2.0.v20190619/org.eclipse.xpect.sdk-0.2.0.v20190619.jar [2020-04-06T13:35:21.226Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.sdk/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.sdk/0.2.0.v20190619/org.eclipse.xpect.sdk-0.2.0.v20190619.pom [2020-04-06T13:35:21.226Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.sdk/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.sdk/0.2.0.v20190619/org.eclipse.xpect.sdk-0.2.0.v20190619-p2metadata.xml [2020-04-06T13:35:21.226Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.sdk/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.sdk/0.2.0.v20190619/org.eclipse.xpect.sdk-0.2.0.v20190619-p2artifacts.xml [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.sdk --- [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:21.226Z] [INFO] Building org.eclipse.xpect.repository 0.2.0.v20190619 [2020-04-06T13:35:21.226Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:21.226Z] [INFO] The project's OSGi version is 0.2.0.v20190619 [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:21.226Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/p2-repository/src/main/java]' does not exists. [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:21.226Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:21.226Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/p2-repository/src/main/resources [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:21.226Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [2020-04-06T13:35:21.226Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:21.226Z] [INFO] [2020-04-06T13:35:21.226Z] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:25.407Z] [INFO] [2020-04-06T13:35:25.407Z] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:25.407Z] [INFO] Building zip: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/p2-repository/target/org.eclipse.xpect.repository-0.2.0.v20190619.zip [2020-04-06T13:35:25.662Z] [INFO] [2020-04-06T13:35:25.662Z] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:27.037Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/p2-repository/target/org.eclipse.xpect.repository-0.2.0.v20190619.zip to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.repository/0.2.0.v20190619/org.eclipse.xpect.repository-0.2.0.v20190619.zip [2020-04-06T13:35:27.037Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/p2-repository/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.repository/0.2.0.v20190619/org.eclipse.xpect.repository-0.2.0.v20190619.pom [2020-04-06T13:35:27.037Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/p2-repository/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.repository/0.2.0.v20190619/org.eclipse.xpect.repository-0.2.0.v20190619-p2metadata.xml [2020-04-06T13:35:27.037Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/p2-repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.repository/0.2.0.v20190619/org.eclipse.xpect.repository-0.2.0.v20190619-p2artifacts.xml [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.repository --- [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:27.037Z] [INFO] Building org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 0.2.0.v20190619 [2020-04-06T13:35:27.037Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 --- [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 --- [2020-04-06T13:35:27.037Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/target-platforms/eclipse_4_4_2-xtext_2_9_2/src/main/java]' does not exists. [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 --- [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-target-definition (default-package-target-definition) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 --- [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 --- [2020-04-06T13:35:27.037Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/target-platforms/eclipse_4_4_2-xtext_2_9_2/org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2.target to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2/0.2.0.v20190619/org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2-0.2.0.v20190619.target [2020-04-06T13:35:27.037Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/target-platforms/eclipse_4_4_2-xtext_2_9_2/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2/0.2.0.v20190619/org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2-0.2.0.v20190619.pom [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:27.037Z] [INFO] Building org.eclipse.xtext.example.maven_parents.grammar_plugin 0.2.0.v20190619 [2020-04-06T13:35:27.037Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xtext.example.maven_parents.grammar_plugin --- [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.maven_parents.grammar_plugin --- [2020-04-06T13:35:27.037Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/maven-parents/grammar-plugin/src/main/java]' does not exists. [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.maven_parents.grammar_plugin --- [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.xtext.example.maven_parents.grammar_plugin --- [2020-04-06T13:35:27.037Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/maven-parents/grammar-plugin/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/org.eclipse.xtext.example.maven_parents.grammar_plugin/0.2.0.v20190619/org.eclipse.xtext.example.maven_parents.grammar_plugin-0.2.0.v20190619.pom [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:27.037Z] [INFO] Building org.eclipse.xtext.example.arithmetics 2.9.2-SNAPSHOT [2020-04-06T13:35:27.037Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:27.037Z] [INFO] The project's OSGi version is 2.9.2.202004061332 [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:27.037Z] [INFO] [2020-04-06T13:35:27.037Z] [INFO] --- fornax-oaw-m2-plugin:3.6.0:run-workflow (default) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:27.037Z] [INFO] Fornax Model Workflow Maven2 Plugin V3.6.0 [2020-04-06T13:35:27.037Z] [INFO] Executing workflow in forked mode. [2020-04-06T13:35:30.308Z] [INFO] 0 INFO XtextGenerator - Initializing Xtext generator [2020-04-06T13:35:30.308Z] [INFO] 10 INFO StandaloneSetup - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage' [2020-04-06T13:35:30.308Z] [INFO] 68 WARN StandaloneSetup - No project file found for /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder. [2020-04-06T13:35:30.308Z] [INFO] 126 WARN StandaloneSetup - Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' instead. [2020-04-06T13:35:30.308Z] [INFO] 126 WARN StandaloneSetup - Skipping conflicting project ant at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/.cache/tycho/org.apache.ant-1.9.2.v201404171502.jar/lib/ant.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/apache/ant/ant/1.8.3/ant-1.8.3.jar!/' instead. [2020-04-06T13:35:30.308Z] [INFO] 127 WARN StandaloneSetup - Skipping conflicting project ant-launcher at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/.cache/tycho/org.apache.ant-1.9.2.v201404171502.jar/lib/ant-launcher.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar!/' instead. [2020-04-06T13:35:30.308Z] [INFO] 128 WARN StandaloneSetup - Skipping conflicting project org.apache.commons.lang at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.apache.commons.lang/2.6.0.v201404270220/org.apache.commons.lang-2.6.0.v201404270220.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' instead. [2020-04-06T13:35:30.308Z] [INFO] 136 INFO StandaloneSetup - Registering project org.eclipse.xtext.example.arithmetics at 'file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/' [2020-04-06T13:35:30.308Z] [INFO] 137 INFO StandaloneSetup - Registering project org.eclipse.xtext.example.arithmetics.tests at 'file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/' [2020-04-06T13:35:30.308Z] [INFO] 137 INFO StandaloneSetup - Registering project org.eclipse.xtext.example.arithmetics.ide at 'file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/' [2020-04-06T13:35:30.308Z] [INFO] 138 INFO StandaloneSetup - Registering project org.eclipse.xtext.example.arithmetics.ui at 'file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/' [2020-04-06T13:35:30.308Z] [INFO] 148 INFO StandaloneSetup - Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE! [2020-04-06T13:35:30.564Z] [INFO] 388 INFO GenModelHelper - Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' [2020-04-06T13:35:30.564Z] [INFO] 395 INFO GenModelHelper - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' [2020-04-06T13:35:30.564Z] [INFO] 428 INFO GenModelHelper - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' [2020-04-06T13:35:30.564Z] [INFO] 428 INFO GenModelHelper - Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel' [2020-04-06T13:35:31.133Z] [INFO] 1031 INFO AntlrToolFacade - downloading file from 'http://download.itemis.com/antlr-generator-3.2.0-patch.jar' ... [2020-04-06T13:35:33.655Z] [INFO] 3359 INFO AntlrToolFacade - finished downloading. [2020-04-06T13:35:33.655Z] [INFO] 3367 INFO XtextGenerator - Generating org.eclipse.xtext.example.arithmetics.Arithmetics [2020-04-06T13:35:36.956Z] [INFO] 6525 INFO EMFGeneratorFragment2 - Generating EMF model code [2020-04-06T13:35:36.956Z] [INFO] 6553 INFO GenModelHelper - Registered GenModel 'http://www.eclipse.org/Xtext/example/Arithmetics' from 'platform:/resource/org.eclipse.xtext.example.arithmetics/model/generated/Arithmetics.genmodel' [2020-04-06T13:35:46.910Z] [INFO] 15115 INFO XtextGenerator - Generating common infrastructure [2020-04-06T13:35:46.910Z] [INFO] 15214 INFO Workflow - Done. [2020-04-06T13:35:46.910Z] [INFO] Workflow 'src/org/eclipse/xtext/example/arithmetics/GenerateArithmetics.mwe2' finished. [2020-04-06T13:35:46.910Z] [INFO] [2020-04-06T13:35:46.910Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:51.105Z] [INFO] [2020-04-06T13:35:51.105Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:51.105Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:51.105Z] [INFO] Copying 1 resource [2020-04-06T13:35:51.105Z] [INFO] [2020-04-06T13:35:51.105Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:51.105Z] [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/classes [2020-04-06T13:35:51.362Z] [INFO] [2020-04-06T13:35:51.362Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:51.362Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:51.362Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/src/test/resources [2020-04-06T13:35:51.362Z] [INFO] [2020-04-06T13:35:51.362Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:51.362Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-04-06T13:35:51.362Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT-sources.jar [2020-04-06T13:35:51.362Z] [INFO] [2020-04-06T13:35:51.362Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:51.362Z] [INFO] [2020-04-06T13:35:51.362Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:51.362Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT.jar [2020-04-06T13:35:51.362Z] [INFO] [2020-04-06T13:35:51.362Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:51.628Z] [INFO] [2020-04-06T13:35:51.628Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:51.628Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT.jar [2020-04-06T13:35:51.628Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT.pom [2020-04-06T13:35:51.628Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT-sources.jar [2020-04-06T13:35:51.628Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT-p2metadata.xml [2020-04-06T13:35:51.628Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT-p2artifacts.xml [2020-04-06T13:35:51.628Z] [INFO] [2020-04-06T13:35:51.629Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.arithmetics --- [2020-04-06T13:35:51.629Z] [INFO] [2020-04-06T13:35:51.629Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:51.629Z] [INFO] Building org.eclipse.xtext.example.arithmetics.ide 2.9.2-SNAPSHOT [2020-04-06T13:35:51.629Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:51.629Z] [INFO] [2020-04-06T13:35:51.629Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:51.629Z] [INFO] [2020-04-06T13:35:51.629Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:51.629Z] [INFO] The project's OSGi version is 2.9.2.202004061332 [2020-04-06T13:35:51.629Z] [INFO] [2020-04-06T13:35:51.629Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:51.629Z] [INFO] [2020-04-06T13:35:51.629Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:51.629Z] [INFO] [2020-04-06T13:35:51.629Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:51.885Z] [INFO] [2020-04-06T13:35:51.885Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:51.885Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:51.885Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/src/main/resources [2020-04-06T13:35:51.885Z] [INFO] [2020-04-06T13:35:51.885Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:51.885Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/classes [2020-04-06T13:35:51.885Z] [INFO] [2020-04-06T13:35:51.885Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:51.885Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:51.885Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/src/test/resources [2020-04-06T13:35:51.885Z] [INFO] [2020-04-06T13:35:51.885Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:51.885Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-04-06T13:35:51.885Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/org.eclipse.xtext.example.arithmetics.ide-2.9.2-SNAPSHOT-sources.jar [2020-04-06T13:35:51.885Z] [INFO] [2020-04-06T13:35:51.885Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:51.885Z] [INFO] [2020-04-06T13:35:51.885Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:51.885Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/org.eclipse.xtext.example.arithmetics.ide-2.9.2-SNAPSHOT.jar [2020-04-06T13:35:52.158Z] [INFO] [2020-04-06T13:35:52.158Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:52.158Z] [INFO] [2020-04-06T13:35:52.158Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:52.158Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/org.eclipse.xtext.example.arithmetics.ide-2.9.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics.ide/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics.ide-2.9.2-SNAPSHOT.jar [2020-04-06T13:35:52.158Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics.ide/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics.ide-2.9.2-SNAPSHOT.pom [2020-04-06T13:35:52.158Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/org.eclipse.xtext.example.arithmetics.ide-2.9.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics.ide/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics.ide-2.9.2-SNAPSHOT-sources.jar [2020-04-06T13:35:52.158Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics.ide/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics.ide-2.9.2-SNAPSHOT-p2metadata.xml [2020-04-06T13:35:52.159Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics.ide/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics.ide-2.9.2-SNAPSHOT-p2artifacts.xml [2020-04-06T13:35:52.159Z] [INFO] [2020-04-06T13:35:52.159Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.arithmetics.ide --- [2020-04-06T13:35:52.159Z] [INFO] [2020-04-06T13:35:52.159Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:52.159Z] [INFO] Building org.eclipse.xtext.example.arithmetics.ui 2.9.2-SNAPSHOT [2020-04-06T13:35:52.159Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:52.159Z] [INFO] [2020-04-06T13:35:52.159Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:52.159Z] [INFO] [2020-04-06T13:35:52.159Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:52.159Z] [INFO] The project's OSGi version is 2.9.2.202004061332 [2020-04-06T13:35:52.159Z] [INFO] [2020-04-06T13:35:52.159Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:52.159Z] [INFO] [2020-04-06T13:35:52.159Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:52.159Z] [INFO] [2020-04-06T13:35:52.159Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:57.435Z] [INFO] [2020-04-06T13:35:57.435Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:57.435Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:57.435Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/src/main/resources [2020-04-06T13:35:57.435Z] [INFO] [2020-04-06T13:35:57.435Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:57.435Z] [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/classes [2020-04-06T13:35:57.706Z] [INFO] [2020-04-06T13:35:57.706Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:57.706Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:35:57.706Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/src/test/resources [2020-04-06T13:35:57.706Z] [INFO] [2020-04-06T13:35:57.706Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:57.706Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-04-06T13:35:57.706Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/org.eclipse.xtext.example.arithmetics.ui-2.9.2-SNAPSHOT-sources.jar [2020-04-06T13:35:57.706Z] [INFO] [2020-04-06T13:35:57.706Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:57.706Z] [INFO] [2020-04-06T13:35:57.706Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:57.706Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/org.eclipse.xtext.example.arithmetics.ui-2.9.2-SNAPSHOT.jar [2020-04-06T13:35:57.706Z] [INFO] [2020-04-06T13:35:57.706Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:57.706Z] [INFO] [2020-04-06T13:35:57.706Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:57.706Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/org.eclipse.xtext.example.arithmetics.ui-2.9.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics.ui/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics.ui-2.9.2-SNAPSHOT.jar [2020-04-06T13:35:57.706Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics.ui/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics.ui-2.9.2-SNAPSHOT.pom [2020-04-06T13:35:57.706Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/org.eclipse.xtext.example.arithmetics.ui-2.9.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics.ui/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics.ui-2.9.2-SNAPSHOT-sources.jar [2020-04-06T13:35:57.706Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics.ui/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics.ui-2.9.2-SNAPSHOT-p2metadata.xml [2020-04-06T13:35:57.706Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/arithmetics/org.eclipse.xtext.example.arithmetics.ui/2.9.2-SNAPSHOT/org.eclipse.xtext.example.arithmetics.ui-2.9.2-SNAPSHOT-p2artifacts.xml [2020-04-06T13:35:57.706Z] [INFO] [2020-04-06T13:35:57.706Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.arithmetics.ui --- [2020-04-06T13:35:57.961Z] [INFO] [2020-04-06T13:35:57.961Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:57.961Z] [INFO] Building org.eclipse.xtext.example.domainmodel 2.9.2-SNAPSHOT [2020-04-06T13:35:57.961Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:35:57.961Z] [INFO] [2020-04-06T13:35:57.961Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:35:57.961Z] [INFO] [2020-04-06T13:35:57.961Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:35:57.961Z] [INFO] The project's OSGi version is 2.9.2.202004061332 [2020-04-06T13:35:57.961Z] [INFO] [2020-04-06T13:35:57.961Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:35:57.961Z] [INFO] [2020-04-06T13:35:57.961Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:35:57.961Z] [INFO] [2020-04-06T13:35:57.961Z] [INFO] --- fornax-oaw-m2-plugin:3.6.0:run-workflow (default) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:35:57.961Z] [INFO] Fornax Model Workflow Maven2 Plugin V3.6.0 [2020-04-06T13:35:57.961Z] [INFO] Executing workflow in forked mode. [2020-04-06T13:36:01.236Z] [INFO] 0 WARN StandaloneSetup - No project file found for /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder. [2020-04-06T13:36:01.236Z] [INFO] 79 WARN StandaloneSetup - Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' instead. [2020-04-06T13:36:01.236Z] [INFO] 81 WARN StandaloneSetup - Skipping conflicting project ant at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/.cache/tycho/org.apache.ant-1.9.2.v201404171502.jar/lib/ant.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/apache/ant/ant/1.8.3/ant-1.8.3.jar!/' instead. [2020-04-06T13:36:01.236Z] [INFO] 82 WARN StandaloneSetup - Skipping conflicting project ant-launcher at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/.cache/tycho/org.apache.ant-1.9.2.v201404171502.jar/lib/ant-launcher.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar!/' instead. [2020-04-06T13:36:01.236Z] [INFO] 84 WARN StandaloneSetup - Skipping conflicting project org.apache.commons.lang at 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/p2/osgi/bundle/org.apache.commons.lang/2.6.0.v201404270220/org.apache.commons.lang-2.6.0.v201404270220.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' instead. [2020-04-06T13:36:01.236Z] [INFO] 133 INFO StandaloneSetup - Registering platform uri '/home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples' [2020-04-06T13:36:01.492Z] [INFO] 317 INFO StandaloneSetup - Adding generated EPackage 'org.eclipse.xtext.xbase.XbasePackage' [2020-04-06T13:36:01.747Z] [INFO] 575 INFO GenModelHelper - Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' [2020-04-06T13:36:01.747Z] [INFO] 581 INFO GenModelHelper - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' [2020-04-06T13:36:01.747Z] [INFO] 627 INFO GenModelHelper - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' [2020-04-06T13:36:01.747Z] [INFO] 627 INFO GenModelHelper - Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel' [2020-04-06T13:36:02.675Z] [INFO] [2020-04-06T13:36:02.675Z] [INFO] *ATTENTION* [2020-04-06T13:36:02.675Z] [INFO] It is recommended to use the ANTLR 3 parser generator (BSD licence - http://www.antlr.org/license.html). [2020-04-06T13:36:02.675Z] [INFO] Do you agree to download it (size 1MB) from 'http://download.itemis.com/antlr-generator-3.2.0-patch.jar'? (type 'y' or 'n' and hit enter)1303 INFO StandaloneSetup - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage' [2020-04-06T13:36:02.675Z] [INFO] 1310 INFO AntlrToolFacade - downloading file from 'http://download.itemis.com/antlr-generator-3.2.0-patch.jar' ... [2020-04-06T13:36:04.564Z] [INFO] 3465 INFO AntlrToolFacade - finished downloading. [2020-04-06T13:36:04.564Z] [INFO] 3470 INFO DirectoryCleaner - Cleaning /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/../org.eclipse.xtext.example.domainmodel/src-gen [2020-04-06T13:36:04.564Z] [INFO] 3471 INFO DirectoryCleaner - Cleaning /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/../org.eclipse.xtext.example.domainmodel.ui/src-gen [2020-04-06T13:36:04.564Z] [INFO] 3472 INFO DirectoryCleaner - Cleaning /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/../org.eclipse.xtext.example.domainmodel.tests/src-gen [2020-04-06T13:36:09.832Z] [INFO] 8347 INFO GenModelHelper - Registered GenModel 'http://www.xtext.org/example/Domainmodel' from 'platform:/resource/org.eclipse.xtext.example.domainmodel/model/generated/Domainmodel.genmodel' [2020-04-06T13:36:36.363Z] [INFO] 33174 INFO JavaValidatorFragment - generating Java-based EValidator API [2020-04-06T13:36:36.363Z] [INFO] 33281 INFO Junit4Fragment - generating Junit4 Test support classes [2020-04-06T13:36:46.334Z] [INFO] 43524 INFO CompareFragment - generating Compare Framework infrastructure [2020-04-06T13:36:46.334Z] [INFO] 44049 INFO Workflow - Done. [2020-04-06T13:36:46.334Z] [INFO] Workflow 'src/org/eclipse/xtext/example/domainmodel/GenerateDomainmodel.mwe2' finished. [2020-04-06T13:36:46.334Z] [INFO] [2020-04-06T13:36:46.334Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:36:48.859Z] [INFO] [2020-04-06T13:36:48.859Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:36:48.859Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:36:48.859Z] [INFO] Copying 1 resource [2020-04-06T13:36:48.859Z] [INFO] [2020-04-06T13:36:48.859Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:36:48.859Z] [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/classes [2020-04-06T13:36:49.804Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/FeatureImpl.java:[91] [2020-04-06T13:36:49.804Z] public String getName() [2020-04-06T13:36:49.804Z] ^^^^^^^^^ [2020-04-06T13:36:49.804Z] The method getName() of type FeatureImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.804Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/FeatureImpl.java:[101] [2020-04-06T13:36:49.804Z] public void setName(String newName) [2020-04-06T13:36:49.804Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.804Z] The method setName(String) of type FeatureImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.804Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/FeatureImpl.java:[114] [2020-04-06T13:36:49.805Z] public JvmTypeReference getType() [2020-04-06T13:36:49.805Z] ^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getType() of type FeatureImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/FeatureImpl.java:[141] [2020-04-06T13:36:49.805Z] public void setType(JvmTypeReference newType) [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method setType(JvmTypeReference) of type FeatureImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[84] [2020-04-06T13:36:49.805Z] public DomainModel createDomainModel() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method createDomainModel() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[95] [2020-04-06T13:36:49.805Z] public AbstractElement createAbstractElement() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method createAbstractElement() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[106] [2020-04-06T13:36:49.805Z] public PackageDeclaration createPackageDeclaration() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method createPackageDeclaration() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[117] [2020-04-06T13:36:49.805Z] public Entity createEntity() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method createEntity() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[128] [2020-04-06T13:36:49.805Z] public Feature createFeature() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method createFeature() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[139] [2020-04-06T13:36:49.805Z] public Property createProperty() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method createProperty() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[150] [2020-04-06T13:36:49.805Z] public Operation createOperation() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method createOperation() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[161] [2020-04-06T13:36:49.805Z] public DomainmodelPackage getDomainmodelPackage() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getDomainmodelPackage() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/PackageDeclarationImpl.java:[72] [2020-04-06T13:36:49.805Z] public EList getElements() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getElements() of type PackageDeclarationImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[157] [2020-04-06T13:36:49.805Z] public EClass getDomainModel() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getDomainModel() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[167] [2020-04-06T13:36:49.805Z] public EReference getDomainModel_ImportSection() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getDomainModel_ImportSection() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[177] [2020-04-06T13:36:49.805Z] public EReference getDomainModel_Elements() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getDomainModel_Elements() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[187] [2020-04-06T13:36:49.805Z] public EClass getAbstractElement() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getAbstractElement() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[197] [2020-04-06T13:36:49.805Z] public EAttribute getAbstractElement_Name() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getAbstractElement_Name() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[207] [2020-04-06T13:36:49.805Z] public EClass getPackageDeclaration() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getPackageDeclaration() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[217] [2020-04-06T13:36:49.805Z] public EReference getPackageDeclaration_Elements() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getPackageDeclaration_Elements() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[227] [2020-04-06T13:36:49.805Z] public EClass getEntity() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getEntity() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[237] [2020-04-06T13:36:49.805Z] public EReference getEntity_SuperType() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getEntity_SuperType() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[247] [2020-04-06T13:36:49.805Z] public EReference getEntity_Features() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getEntity_Features() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[257] [2020-04-06T13:36:49.805Z] public EClass getFeature() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getFeature() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[267] [2020-04-06T13:36:49.805Z] public EAttribute getFeature_Name() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getFeature_Name() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[277] [2020-04-06T13:36:49.805Z] public EReference getFeature_Type() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getFeature_Type() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[287] [2020-04-06T13:36:49.805Z] public EClass getProperty() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getProperty() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[297] [2020-04-06T13:36:49.805Z] public EClass getOperation() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getOperation() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[307] [2020-04-06T13:36:49.805Z] public EReference getOperation_Params() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getOperation_Params() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[317] [2020-04-06T13:36:49.805Z] public EReference getOperation_Body() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getOperation_Body() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[327] [2020-04-06T13:36:49.805Z] public DomainmodelFactory getDomainmodelFactory() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getDomainmodelFactory() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/validation/AbstractDomainmodelJavaValidator.java:[11] [2020-04-06T13:36:49.805Z] public class AbstractDomainmodelJavaValidator extends org.eclipse.xtext.xbase.validation.XbaseJavaValidator { [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The type XbaseJavaValidator is deprecated [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/EntityImpl.java:[88] [2020-04-06T13:36:49.805Z] public JvmParameterizedTypeReference getSuperType() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getSuperType() of type EntityImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/EntityImpl.java:[115] [2020-04-06T13:36:49.805Z] public void setSuperType(JvmParameterizedTypeReference newSuperType) [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method setSuperType(JvmParameterizedTypeReference) of type EntityImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/EntityImpl.java:[136] [2020-04-06T13:36:49.805Z] public EList getFeatures() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getFeatures() of type EntityImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainModelImpl.java:[89] [2020-04-06T13:36:49.805Z] public XImportSection getImportSection() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getImportSection() of type DomainModelImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainModelImpl.java:[116] [2020-04-06T13:36:49.805Z] public void setImportSection(XImportSection newImportSection) [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method setImportSection(XImportSection) of type DomainModelImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainModelImpl.java:[137] [2020-04-06T13:36:49.805Z] public EList getElements() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getElements() of type DomainModelImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/OperationImpl.java:[89] [2020-04-06T13:36:49.805Z] public EList getParams() [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getParams() of type OperationImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/OperationImpl.java:[103] [2020-04-06T13:36:49.805Z] public XExpression getBody() [2020-04-06T13:36:49.805Z] ^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getBody() of type OperationImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/OperationImpl.java:[130] [2020-04-06T13:36:49.805Z] public void setBody(XExpression newBody) [2020-04-06T13:36:49.805Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method setBody(XExpression) of type OperationImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/AbstractElementImpl.java:[76] [2020-04-06T13:36:49.805Z] public String getName() [2020-04-06T13:36:49.805Z] ^^^^^^^^^ [2020-04-06T13:36:49.805Z] The method getName() of type AbstractElementImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.805Z] [WARNING] /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/AbstractElementImpl.java:[86] [2020-04-06T13:36:49.806Z] public void setName(String newName) [2020-04-06T13:36:49.806Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2020-04-06T13:36:49.806Z] The method setName(String) of type AbstractElementImpl should be tagged with @Override since it actually overrides a superinterface method [2020-04-06T13:36:49.806Z] 43 problems (43 warnings) [2020-04-06T13:36:49.806Z] [INFO] [2020-04-06T13:36:49.806Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:36:49.806Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:36:49.806Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src/test/resources [2020-04-06T13:36:49.806Z] [INFO] [2020-04-06T13:36:49.806Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:36:49.806Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT-sources.jar [2020-04-06T13:36:50.061Z] [INFO] [2020-04-06T13:36:50.061Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:36:50.061Z] [INFO] [2020-04-06T13:36:50.061Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:36:50.061Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT.jar [2020-04-06T13:36:50.061Z] [INFO] [2020-04-06T13:36:50.061Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:36:50.061Z] [INFO] [2020-04-06T13:36:50.061Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:36:50.061Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/domainmodel/org.eclipse.xtext.example.domainmodel/2.9.2-SNAPSHOT/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT.jar [2020-04-06T13:36:50.061Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/domainmodel/org.eclipse.xtext.example.domainmodel/2.9.2-SNAPSHOT/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT.pom [2020-04-06T13:36:50.062Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/domainmodel/org.eclipse.xtext.example.domainmodel/2.9.2-SNAPSHOT/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT-sources.jar [2020-04-06T13:36:50.062Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/domainmodel/org.eclipse.xtext.example.domainmodel/2.9.2-SNAPSHOT/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT-p2metadata.xml [2020-04-06T13:36:50.062Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/domainmodel/org.eclipse.xtext.example.domainmodel/2.9.2-SNAPSHOT/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT-p2artifacts.xml [2020-04-06T13:36:50.062Z] [INFO] [2020-04-06T13:36:50.062Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.domainmodel --- [2020-04-06T13:36:50.062Z] [INFO] [2020-04-06T13:36:50.062Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:36:50.062Z] [INFO] Building org.eclipse.xtext.example.domainmodel.ui 2.9.2-SNAPSHOT [2020-04-06T13:36:50.062Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:36:50.062Z] [INFO] [2020-04-06T13:36:50.062Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:50.062Z] [INFO] [2020-04-06T13:36:50.062Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:50.062Z] [INFO] The project's OSGi version is 2.9.2.202004061332 [2020-04-06T13:36:50.062Z] [INFO] [2020-04-06T13:36:50.062Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:50.062Z] [INFO] [2020-04-06T13:36:50.062Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:50.062Z] [INFO] [2020-04-06T13:36:50.062Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:51.006Z] [INFO] [2020-04-06T13:36:51.006Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:51.006Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:36:51.006Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/src/main/resources [2020-04-06T13:36:51.006Z] [INFO] [2020-04-06T13:36:51.006Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:51.006Z] [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/classes [2020-04-06T13:36:52.371Z] [INFO] [2020-04-06T13:36:52.371Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:52.371Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-04-06T13:36:52.371Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/src/test/resources [2020-04-06T13:36:52.371Z] [INFO] [2020-04-06T13:36:52.371Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:52.371Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-04-06T13:36:52.371Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/org.eclipse.xtext.example.domainmodel.ui-2.9.2-SNAPSHOT-sources.jar [2020-04-06T13:36:52.371Z] [INFO] [2020-04-06T13:36:52.371Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:52.371Z] [INFO] [2020-04-06T13:36:52.371Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:52.372Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/org.eclipse.xtext.example.domainmodel.ui-2.9.2-SNAPSHOT.jar [2020-04-06T13:36:52.372Z] [INFO] [2020-04-06T13:36:52.372Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:52.372Z] [INFO] [2020-04-06T13:36:52.372Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:52.372Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/org.eclipse.xtext.example.domainmodel.ui-2.9.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/domainmodel/org.eclipse.xtext.example.domainmodel.ui/2.9.2-SNAPSHOT/org.eclipse.xtext.example.domainmodel.ui-2.9.2-SNAPSHOT.jar [2020-04-06T13:36:52.372Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/domainmodel/org.eclipse.xtext.example.domainmodel.ui/2.9.2-SNAPSHOT/org.eclipse.xtext.example.domainmodel.ui-2.9.2-SNAPSHOT.pom [2020-04-06T13:36:52.372Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/org.eclipse.xtext.example.domainmodel.ui-2.9.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/domainmodel/org.eclipse.xtext.example.domainmodel.ui/2.9.2-SNAPSHOT/org.eclipse.xtext.example.domainmodel.ui-2.9.2-SNAPSHOT-sources.jar [2020-04-06T13:36:52.372Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/p2content.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/domainmodel/org.eclipse.xtext.example.domainmodel.ui/2.9.2-SNAPSHOT/org.eclipse.xtext.example.domainmodel.ui-2.9.2-SNAPSHOT-p2metadata.xml [2020-04-06T13:36:52.372Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xtext/example/domainmodel/org.eclipse.xtext.example.domainmodel.ui/2.9.2-SNAPSHOT/org.eclipse.xtext.example.domainmodel.ui-2.9.2-SNAPSHOT-p2artifacts.xml [2020-04-06T13:36:52.372Z] [INFO] [2020-04-06T13:36:52.372Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.domainmodel.ui --- [2020-04-06T13:36:52.372Z] [INFO] [2020-04-06T13:36:52.372Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:36:52.372Z] [INFO] Building org.eclipse.xpect.root 0.2.0-SNAPSHOT [2020-04-06T13:36:52.372Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:36:52.372Z] [INFO] [2020-04-06T13:36:52.372Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.root --- [2020-04-06T13:36:52.372Z] [INFO] [2020-04-06T13:36:52.372Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.xpect.root --- [2020-04-06T13:36:52.372Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect_release_0.2.0/pom.xml to /home/jenkins/agent/workspace/Xpect_release_0.2.0/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.root/0.2.0-SNAPSHOT/org.eclipse.xpect.root-0.2.0-SNAPSHOT.pom [2020-04-06T13:36:52.372Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:36:52.372Z] [INFO] Reactor Summary: [2020-04-06T13:36:52.372Z] [INFO] [2020-04-06T13:36:52.372Z] [INFO] Xpect .............................................. SUCCESS [ 29.062 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xpect .................................. SUCCESS [ 43.975 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xpect.ui ............................... SUCCESS [ 2.532 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xpect.ui.junit ......................... SUCCESS [ 0.992 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xpect.xtext.lib ........................ SUCCESS [ 1.419 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xpect.xtext.xbase.lib .................. SUCCESS [ 0.652 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xpect.xtext.lib.feature ................ SUCCESS [ 0.220 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xpect.xtext.xbase.lib.feature .......... SUCCESS [ 0.194 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xpect.sdk .............................. SUCCESS [ 0.181 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xpect.repository ....................... SUCCESS [ 5.713 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 . SUCCESS [ 0.017 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xtext.example.maven_parents.grammar_plugin SUCCESS [ 0.011 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xtext.example.arithmetics .............. SUCCESS [ 24.664 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xtext.example.arithmetics.ide .......... SUCCESS [ 0.519 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xtext.example.arithmetics.ui ........... SUCCESS [ 5.772 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xtext.example.domainmodel .............. SUCCESS [ 52.239 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xtext.example.domainmodel.ui ........... SUCCESS [ 2.261 s] [2020-04-06T13:36:52.372Z] [INFO] org.eclipse.xpect.root ............................. SUCCESS [ 0.064 s] [2020-04-06T13:36:52.372Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:36:52.372Z] [INFO] BUILD SUCCESS [2020-04-06T13:36:52.372Z] [INFO] ------------------------------------------------------------------------ [2020-04-06T13:36:52.372Z] [INFO] Total time: 04:04 min [2020-04-06T13:36:52.372Z] [INFO] Finished at: 2020-04-06T13:36:52+00:00 [2020-04-06T13:36:52.938Z] [INFO] Final Memory: 127M/459M [2020-04-06T13:36:52.938Z] [INFO] ------------------------------------------------------------------------ [Pipeline] archive [2020-04-06T13:36:54.310Z] The archive step is deprecated, please use archiveArtifacts instead. [Pipeline] } [Pipeline] // stage [Pipeline] wrap [2020-04-06T13:36:55.805Z] $ pkill Xvnc [2020-04-06T13:36:55.827Z] $ pkill Xrealvnc [2020-04-06T13:36:55.840Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [2020-04-06T13:36:55.868Z] Starting xvnc [2020-04-06T13:36:55.874Z] [Xpect_release_0.2.0] $ Xvnc :18 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] // wrap [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // timestamps [Pipeline] End of Pipeline java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.(Unknown Source) at java.lang.ProcessImpl.start(Unknown Source) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.129.8.1/10.129.8.1:46228 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:957) at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060) at hudson.Launcher$ProcStarter.start(Launcher.java:455) at hudson.plugins.xvnc.Xvnc.doSetUp(Xvnc.java:130) at hudson.plugins.xvnc.Xvnc.setUp(Xvnc.java:96) at org.jenkinsci.plugins.workflow.steps.CoreWrapperStep$Execution2.doStart(CoreWrapperStep.java:97) at org.jenkinsci.plugins.workflow.steps.CoreWrapperStep$Execution2$$Lambda$422/00000000200B4330.run(Unknown Source) at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77) at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution$$Lambda$423/00000000200B54A0.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) Caused: java.io.IOException: Cannot run program "Xvnc" (in directory "/home/jenkins/agent/workspace/Xpect_release_0.2.0"): error=2, No such file or directory at java.lang.ProcessBuilder.start(Unknown Source) at hudson.Proc$LocalProc.(Proc.java:250) at hudson.Proc$LocalProc.(Proc.java:219) at hudson.Launcher$LocalLauncher.launch(Launcher.java:937) at hudson.Launcher$ProcStarter.start(Launcher.java:455) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1319) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1272) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:97) at hudson.remoting.Engine$1$$Lambda$4/000000003C03E920.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Finished: FAILURE