Skip to content
Failed

Console Output

Started by user Marcus Mews
Running as Marcus Mews
Lightweight checkout support not available, falling back to full checkout.
Checking out git https://github.com/eclipse/Xpect.git into /var/jenkins_home/workspace/Xpect-Integration-Release@script to read Jenkinsfile
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/Xpect.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/Xpect.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/GH-275^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/GH-275^{commit} # timeout=10
Checking out Revision 217cc12cf4e3195be0cad20630a668f5966f548a (refs/remotes/origin/GH-275)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 217cc12cf4e3195be0cad20630a668f5966f548a # timeout=10
Commit message: "update maven tool"
First time build. Skipping changelog.
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] node
07:59:21 [2020-04-06T11:59:21.161Z] Still waiting to schedule task
07:59:21 [2020-04-06T11:59:21.162Z] Waiting for next available executor
08:00:12 [2020-04-06T12:00:12.259Z] Agent basic-agent-0h592 is provisioned from template basic-agent
08:00:12 [2020-04-06T12:00:12.269Z] ---
08:00:12 [2020-04-06T12:00:12.270Z] apiVersion: "v1"
08:00:12 [2020-04-06T12:00:12.270Z] kind: "Pod"
08:00:12 [2020-04-06T12:00:12.270Z] metadata:
08:00:12 [2020-04-06T12:00:12.270Z]   annotations: {}
08:00:12 [2020-04-06T12:00:12.270Z]   labels:
08:00:12 [2020-04-06T12:00:12.270Z]     jenkins: "slave"
08:00:12 [2020-04-06T12:00:12.270Z]     jenkins/label: ""
08:00:12 [2020-04-06T12:00:12.270Z]   name: "basic-agent-0h592"
08:00:12 [2020-04-06T12:00:12.270Z] spec:
08:00:12 [2020-04-06T12:00:12.270Z]   containers:
08:00:12 [2020-04-06T12:00:12.270Z]   - env:
08:00:12 [2020-04-06T12:00:12.270Z]     - name: "MAVEN_OPTS"
08:00:12 [2020-04-06T12:00:12.270Z]       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
08:00:12 [2020-04-06T12:00:12.270Z]     - name: "JENKINS_SECRET"
08:00:12 [2020-04-06T12:00:12.270Z]       value: "********"
08:00:12 [2020-04-06T12:00:12.270Z]     - name: "JENKINS_TUNNEL"
08:00:12 [2020-04-06T12:00:12.270Z]       value: "jenkins-discovery.xpect.svc.cluster.local:50000"
08:00:12 [2020-04-06T12:00:12.270Z]     - name: "JENKINS_AGENT_NAME"
08:00:12 [2020-04-06T12:00:12.270Z]       value: "basic-agent-0h592"
08:00:12 [2020-04-06T12:00:12.270Z]     - name: "MAVEN_CONFIG"
08:00:12 [2020-04-06T12:00:12.270Z]       value: "-B -e"
08:00:12 [2020-04-06T12:00:12.270Z]     - name: "JENKINS_NAME"
08:00:12 [2020-04-06T12:00:12.270Z]       value: "basic-agent-0h592"
08:00:12 [2020-04-06T12:00:12.270Z]     - name: "JENKINS_AGENT_WORKDIR"
08:00:12 [2020-04-06T12:00:12.270Z]       value: "/home/jenkins/agent"
08:00:12 [2020-04-06T12:00:12.270Z]     - name: "JENKINS_URL"
08:00:12 [2020-04-06T12:00:12.271Z]       value: "http://jenkins-ui.xpect.svc.cluster.local/xpect/"
08:00:12 [2020-04-06T12:00:12.271Z]     - name: "HOME"
08:00:12 [2020-04-06T12:00:12.271Z]       value: "/home/jenkins"
08:00:12 [2020-04-06T12:00:12.271Z]     image: "eclipsecbijenkins/basic-agent:3.35"
08:00:12 [2020-04-06T12:00:12.271Z]     imagePullPolicy: "Always"
08:00:12 [2020-04-06T12:00:12.271Z]     name: "jnlp"
08:00:12 [2020-04-06T12:00:12.271Z]     resources:
08:00:12 [2020-04-06T12:00:12.271Z]       limits:
08:00:12 [2020-04-06T12:00:12.271Z]         memory: "4096Mi"
08:00:12 [2020-04-06T12:00:12.271Z]         cpu: "2000m"
08:00:12 [2020-04-06T12:00:12.271Z]       requests:
08:00:12 [2020-04-06T12:00:12.271Z]         memory: "4096Mi"
08:00:12 [2020-04-06T12:00:12.271Z]         cpu: "1000m"
08:00:12 [2020-04-06T12:00:12.271Z]     securityContext:
08:00:12 [2020-04-06T12:00:12.271Z]       privileged: false
08:00:12 [2020-04-06T12:00:12.271Z]     tty: true
08:00:12 [2020-04-06T12:00:12.271Z]     volumeMounts:
08:00:12 [2020-04-06T12:00:12.271Z]     - mountPath: "/home/jenkins/.m2/toolchains.xml"
08:00:12 [2020-04-06T12:00:12.271Z]       name: "m2-dir"
08:00:12 [2020-04-06T12:00:12.271Z]       readOnly: true
08:00:12 [2020-04-06T12:00:12.271Z]       subPath: "toolchains.xml"
08:00:12 [2020-04-06T12:00:12.271Z]     - mountPath: "/opt/tools"
08:00:12 [2020-04-06T12:00:12.271Z]       name: "volume-0"
08:00:12 [2020-04-06T12:00:12.271Z]       readOnly: false
08:00:12 [2020-04-06T12:00:12.271Z]     - mountPath: "/home/jenkins"
08:00:12 [2020-04-06T12:00:12.271Z]       name: "volume-2"
08:00:12 [2020-04-06T12:00:12.271Z]       readOnly: false
08:00:12 [2020-04-06T12:00:12.271Z]     - mountPath: "/home/jenkins/.m2/repository"
08:00:12 [2020-04-06T12:00:12.271Z]       name: "volume-3"
08:00:12 [2020-04-06T12:00:12.271Z]       readOnly: false
08:00:12 [2020-04-06T12:00:12.271Z]     - mountPath: "/home/jenkins/.m2/settings-security.xml"
08:00:12 [2020-04-06T12:00:12.272Z]       name: "m2-secret-dir"
08:00:12 [2020-04-06T12:00:12.272Z]       readOnly: true
08:00:12 [2020-04-06T12:00:12.272Z]       subPath: "settings-security.xml"
08:00:12 [2020-04-06T12:00:12.272Z]     - mountPath: "/home/jenkins/.m2/wrapper"
08:00:12 [2020-04-06T12:00:12.272Z]       name: "volume-4"
08:00:12 [2020-04-06T12:00:12.272Z]       readOnly: false
08:00:12 [2020-04-06T12:00:12.272Z]     - mountPath: "/home/jenkins/.m2/settings.xml"
08:00:12 [2020-04-06T12:00:12.272Z]       name: "m2-secret-dir"
08:00:12 [2020-04-06T12:00:12.272Z]       readOnly: true
08:00:12 [2020-04-06T12:00:12.272Z]       subPath: "settings.xml"
08:00:12 [2020-04-06T12:00:12.272Z]     - mountPath: "/home/jenkins/.ssh"
08:00:12 [2020-04-06T12:00:12.272Z]       name: "volume-1"
08:00:12 [2020-04-06T12:00:12.272Z]       readOnly: false
08:00:12 [2020-04-06T12:00:12.272Z]     - mountPath: "/home/jenkins/agent"
08:00:12 [2020-04-06T12:00:12.272Z]       name: "workspace-volume"
08:00:12 [2020-04-06T12:00:12.272Z]       readOnly: false
08:00:12 [2020-04-06T12:00:12.272Z]     workingDir: "/home/jenkins/agent"
08:00:12 [2020-04-06T12:00:12.272Z]   nodeSelector:
08:00:12 [2020-04-06T12:00:12.272Z]     beta.kubernetes.io/os: "linux"
08:00:12 [2020-04-06T12:00:12.272Z]   restartPolicy: "Never"
08:00:12 [2020-04-06T12:00:12.272Z]   securityContext: {}
08:00:12 [2020-04-06T12:00:12.272Z]   volumes:
08:00:12 [2020-04-06T12:00:12.272Z]   - name: "volume-0"
08:00:12 [2020-04-06T12:00:12.272Z]     persistentVolumeClaim:
08:00:12 [2020-04-06T12:00:12.272Z]       claimName: "tools-claim-jiro-xpect"
08:00:12 [2020-04-06T12:00:12.272Z]       readOnly: true
08:00:12 [2020-04-06T12:00:12.272Z]   - name: "m2-secret-dir"
08:00:12 [2020-04-06T12:00:12.273Z]     secret:
08:00:12 [2020-04-06T12:00:12.273Z]       secretName: "m2-secret-dir"
08:00:12 [2020-04-06T12:00:12.273Z]   - emptyDir:
08:00:12 [2020-04-06T12:00:12.273Z]       medium: ""
08:00:12 [2020-04-06T12:00:12.273Z]     name: "volume-2"
08:00:12 [2020-04-06T12:00:12.273Z]   - configMap:
08:00:12 [2020-04-06T12:00:12.273Z]       name: "m2-dir"
08:00:12 [2020-04-06T12:00:12.273Z]     name: "m2-dir"
08:00:12 [2020-04-06T12:00:12.273Z]   - configMap:
08:00:12 [2020-04-06T12:00:12.273Z]       name: "known-hosts"
08:00:12 [2020-04-06T12:00:12.273Z]     name: "volume-1"
08:00:12 [2020-04-06T12:00:12.273Z]   - emptyDir:
08:00:12 [2020-04-06T12:00:12.273Z]       medium: ""
08:00:12 [2020-04-06T12:00:12.273Z]     name: "workspace-volume"
08:00:12 [2020-04-06T12:00:12.273Z]   - emptyDir:
08:00:12 [2020-04-06T12:00:12.273Z]       medium: ""
08:00:12 [2020-04-06T12:00:12.273Z]     name: "volume-4"
08:00:12 [2020-04-06T12:00:12.273Z]   - emptyDir:
08:00:12 [2020-04-06T12:00:12.273Z]       medium: ""
08:00:12 [2020-04-06T12:00:12.273Z]     name: "volume-3"
08:00:12 [2020-04-06T12:00:12.273Z] 
08:00:12 [2020-04-06T12:00:12.809Z] Running on basic-agent-0h592 in /home/jenkins/agent/workspace/Xpect-Integration-Release
[Pipeline] {
[Pipeline] tool
[Pipeline] timeout
08:00:12 [2020-04-06T12:00:12.934Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (prepare workspace)
[Pipeline] cleanWs
08:00:13 [2020-04-06T12:00:13.495Z] [WS-CLEANUP] Deleting project workspace...
08:00:13 [2020-04-06T12:00:13.499Z] [WS-CLEANUP] Deferred wipeout is used...
08:00:13 [2020-04-06T12:00:13.584Z] [WS-CLEANUP] done
[Pipeline] checkout
08:00:16 [2020-04-06T12:00:16.469Z] No credentials specified
08:00:16 [2020-04-06T12:00:16.473Z] Cloning the remote Git repository
08:00:16 [2020-04-06T12:00:16.501Z] Cloning repository https://github.com/eclipse/Xpect.git
08:00:16 [2020-04-06T12:00:16.520Z]  > git init /home/jenkins/agent/workspace/Xpect-Integration-Release # timeout=10
08:00:16 [2020-04-06T12:00:16.603Z] Fetching upstream changes from https://github.com/eclipse/Xpect.git
08:00:16 [2020-04-06T12:00:16.604Z]  > git --version # timeout=10
08:00:16 [2020-04-06T12:00:16.611Z]  > git fetch --tags --force --progress -- https://github.com/eclipse/Xpect.git +refs/heads/*:refs/remotes/origin/* # timeout=10
08:00:22 [2020-04-06T12:00:22.305Z]  > git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10
08:00:22 [2020-04-06T12:00:22.313Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
08:00:22 [2020-04-06T12:00:22.324Z]  > git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10
08:00:22 [2020-04-06T12:00:22.342Z] Fetching upstream changes from https://github.com/eclipse/Xpect.git
08:00:22 [2020-04-06T12:00:22.343Z]  > git fetch --tags --force --progress -- https://github.com/eclipse/Xpect.git +refs/heads/*:refs/remotes/origin/* # timeout=10
08:00:22 [2020-04-06T12:00:22.601Z] Checking out Revision 217cc12cf4e3195be0cad20630a668f5966f548a (refs/remotes/origin/GH-275)
08:00:22 [2020-04-06T12:00:22.565Z]  > git rev-parse refs/remotes/origin/GH-275^{commit} # timeout=10
08:00:22 [2020-04-06T12:00:22.583Z]  > git rev-parse refs/remotes/origin/origin/GH-275^{commit} # timeout=10
08:00:22 [2020-04-06T12:00:22.608Z]  > git config core.sparsecheckout # timeout=10
08:00:22 [2020-04-06T12:00:22.613Z]  > git checkout -f 217cc12cf4e3195be0cad20630a668f5966f548a # timeout=10
08:00:27 [2020-04-06T12:00:27.026Z] Commit message: "update maven tool"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (log configuration)
[Pipeline] echo
08:00:27 [2020-04-06T12:00:27.175Z] ===== checking tools versions =====
[Pipeline] sh
08:00:28 [2020-04-06T12:00:28.055Z] + git config --get remote.origin.url
08:00:28 [2020-04-06T12:00:28.055Z] https://github.com/eclipse/Xpect.git
08:00:28 [2020-04-06T12:00:28.055Z] + git reset --hard
08:00:28 [2020-04-06T12:00:28.055Z] HEAD is now at 217cc12 update maven tool
08:00:28 [2020-04-06T12:00:28.055Z] + pwd
08:00:28 [2020-04-06T12:00:28.055Z] /home/jenkins/agent/workspace/Xpect-Integration-Release
08:00:28 [2020-04-06T12:00:28.056Z] + ls -la
08:00:28 [2020-04-06T12:00:28.056Z] total 56
08:00:28 [2020-04-06T12:00:28.056Z] drwxr-sr-x 18 default 1002040000  4096 Apr  6 12:00 .
08:00:28 [2020-04-06T12:00:28.056Z] drwxr-sr-x  4 default 1002040000    76 Apr  6 12:00 ..
08:00:28 [2020-04-06T12:00:28.056Z] drwxr-sr-x  8 default 1002040000   179 Apr  6 12:00 .git
08:00:28 [2020-04-06T12:00:28.056Z] -rw-r--r--  1 default 1002040000    35 Apr  6 12:00 .gitignore
08:00:28 [2020-04-06T12:00:28.056Z] -rw-r--r--  1 default 1002040000   198 Apr  6 12:00 .project
08:00:28 [2020-04-06T12:00:28.056Z] -rw-r--r--  1 default 1002040000 12535 Apr  6 12:00 EPL-1.0.html
08:00:28 [2020-04-06T12:00:28.056Z] -rw-r--r--  1 default 1002040000  3848 Apr  6 12:00 Jenkinsfile
08:00:28 [2020-04-06T12:00:28.056Z] -rw-r--r--  1 default 1002040000  2155 Apr  6 12:00 README.md
08:00:28 [2020-04-06T12:00:28.056Z] -rw-r--r--  1 default 1002040000  9013 Apr  6 12:00 notice.html
08:00:28 [2020-04-06T12:00:28.056Z] drwxr-sr-x  8 default 1002040000   253 Apr  6 12:00 org.eclipse.xpect
08:00:28 [2020-04-06T12:00:28.056Z] drwxr-sr-x  6 default 1002040000   185 Apr  6 12:00 org.eclipse.xpect.doc
08:00:28 [2020-04-06T12:00:28.056Z] drwxr-sr-x  6 default 1002040000   168 Apr  6 12:00 org.eclipse.xpect.examples
08:00:28 [2020-04-06T12:00:28.056Z] drwxr-sr-x  8 default 1002040000  4096 Apr  6 12:00 org.eclipse.xpect.releng
08:00:28 [2020-04-06T12:00:28.056Z] drwxr-sr-x  3 default 1002040000   123 Apr  6 12:00 org.eclipse.xpect.sdk
08:00:28 [2020-04-06T12:00:28.056Z] drwxr-sr-x  7 default 1002040000   198 Apr  6 12:00 org.eclipse.xpect.tests
08:00:28 [2020-04-06T12:00:28.056Z] drwxr-sr-x  7 default 1002040000   234 Apr  6 12:00 org.eclipse.xpect.ui
08:00:28 [2020-04-06T12:00:28.057Z] drwxr-sr-x  6 default 1002040000   197 Apr  6 12:00 org.eclipse.xpect.ui.junit
08:00:28 [2020-04-06T12:00:28.057Z] drwxr-sr-x  5 default 1002040000   166 Apr  6 12:00 org.eclipse.xpect.xtext.lib
08:00:28 [2020-04-06T12:00:28.057Z] drwxr-sr-x  3 default 1002040000   123 Apr  6 12:00 org.eclipse.xpect.xtext.lib.feature
08:00:28 [2020-04-06T12:00:28.057Z] drwxr-sr-x  5 default 1002040000   184 Apr  6 12:00 org.eclipse.xpect.xtext.lib.tests
08:00:28 [2020-04-06T12:00:28.057Z] drwxr-sr-x  5 default 1002040000   166 Apr  6 12:00 org.eclipse.xpect.xtext.xbase.lib
08:00:28 [2020-04-06T12:00:28.057Z] drwxr-sr-x  3 default 1002040000   123 Apr  6 12:00 org.eclipse.xpect.xtext.xbase.lib.feature
08:00:28 [2020-04-06T12:00:28.057Z] drwxr-sr-x  6 default 1002040000   204 Apr  6 12:00 org.eclipse.xtext.example.arithmetics.xpect.tests
08:00:28 [2020-04-06T12:00:28.057Z] drwxr-sr-x  6 default 1002040000   183 Apr  6 12:00 org.eclipse.xtext.example.domainmodel.xpect.tests
08:00:28 [2020-04-06T12:00:28.057Z] -rw-r--r--  1 default 1002040000  3188 Apr  6 12:00 pom.xml
08:00:28 [2020-04-06T12:00:28.057Z] + /opt/tools/apache-maven/3.2.5/bin/mvn -v
08:00:29 [2020-04-06T12:00:29.440Z] Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T17:29:23+00:00)
08:00:29 [2020-04-06T12:00:29.440Z] Maven home: /opt/tools/apache-maven/3.2.5
08:00:29 [2020-04-06T12:00:29.440Z] Java version: 1.8.0_242, vendor: Eclipse OpenJ9
08:00:29 [2020-04-06T12:00:29.441Z] Java home: /opt/java/openjdk/jre
08:00:29 [2020-04-06T12:00:29.441Z] Default locale: en_US, platform encoding: UTF-8
08:00:29 [2020-04-06T12:00:29.441Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[Pipeline] echo
08:00:29 [2020-04-06T12:00:29.511Z] ===================================
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (compile with Eclipse Luna and Xtext 2.9.2)
[Pipeline] sh
08:00:29 [2020-04-06T12:00:29.934Z] + /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
08:00:32 [2020-04-06T12:00:32.471Z] [INFO] Scanning for projects...
08:01:28 [2020-04-06T12:01:28.719Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/pom.xml
08:01:29 [2020-04-06T12:01:29.293Z] [INFO] Adding repository http://download.itemis.com/updates/releases/2.1.1
08:01:29 [2020-04-06T12:01:29.864Z] [INFO] Fetching content.jar from http://download.itemis.com/updates/releases/2.1.1/ (5.47kB)
08:01:30 [2020-04-06T12:01:30.129Z] [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/
08:01:30 [2020-04-06T12:01:30.129Z] [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/
08:01:30 [2020-04-06T12:01:30.129Z] [INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2
08:01:30 [2020-04-06T12:01:30.129Z] [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (38.25kB)
08:01:30 [2020-04-06T12:01:30.129Z] [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (38.25kB)
08:01:31 [2020-04-06T12:01:31.070Z] [INFO] Adding repository http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1
08:01:31 [2020-04-06T12:01:31.070Z] [INFO] Fetching content.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/ (11.42kB)
08:01:31 [2020-04-06T12:01:31.070Z] [INFO] Fetching content.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/ (11.42kB)
08:01:31 [2020-04-06T12:01:31.329Z] [INFO] Adding repository http://meysholdt.github.io/xtext_stateful_lexer/updatesite
08:01:31 [2020-04-06T12:01:31.330Z] [INFO] Fetching content.jar from http://meysholdt.github.io/xtext_stateful_lexer/updatesite/ (1.3kB)
08:01:31 [2020-04-06T12:01:31.330Z] [INFO] Fetching content.jar from http://meysholdt.github.io/xtext_stateful_lexer/updatesite/ (1.3kB)
08:01:31 [2020-04-06T12:01:31.589Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201502271000/
08:01:31 [2020-04-06T12:01:31.589Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201502271000/
08:01:31 [2020-04-06T12:01:31.590Z] [INFO] Adding repository http://download.eclipse.org/releases/luna/201502271000
08:01:31 [2020-04-06T12:01:31.590Z] [INFO] Fetching content.jar from http://download.eclipse.org/releases/luna/201502271000/ (2.61MB)
08:01:31 [2020-04-06T12:01:31.590Z] [INFO] Fetching content.jar from http://download.eclipse.org/releases/luna/201502271000/ (2.61MB)
08:01:36 [2020-04-06T12:01:36.875Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/
08:01:36 [2020-04-06T12:01:36.875Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/
08:01:36 [2020-04-06T12:01:36.875Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository
08:01:36 [2020-04-06T12:01:36.875Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/
08:01:36 [2020-04-06T12:01:36.875Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/
08:01:37 [2020-04-06T12:01:37.134Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB)
08:01:37 [2020-04-06T12:01:37.134Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB)
08:01:37 [2020-04-06T12:01:37.395Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/
08:01:37 [2020-04-06T12:01:37.395Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/
08:01:37 [2020-04-06T12:01:37.655Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/
08:01:37 [2020-04-06T12:01:37.655Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/
08:01:41 [2020-04-06T12:01:41.873Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
08:01:41 [2020-04-06T12:01:41.873Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
08:01:42 [2020-04-06T12:01:42.132Z] [INFO] Adding repository http://download.eclipse.org/cbi/updates/license
08:01:42 [2020-04-06T12:01:42.132Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
08:01:42 [2020-04-06T12:01:42.133Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
08:01:42 [2020-04-06T12:01:42.133Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
08:01:42 [2020-04-06T12:01:42.133Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
08:01:42 [2020-04-06T12:01:42.391Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
08:01:42 [2020-04-06T12:01:42.392Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
08:01:42 [2020-04-06T12:01:42.392Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
08:01:42 [2020-04-06T12:01:42.392Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
08:01:42 [2020-04-06T12:01:42.651Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
08:01:42 [2020-04-06T12:01:42.651Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
08:01:42 [2020-04-06T12:01:42.651Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/pom.xml
08:01:47 [2020-04-06T12:01:47.959Z] [INFO] Fetching com.google.guava_18.0.0.v20161115-1643.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (593.54kB)
08:01:47 [2020-04-06T12:01:47.959Z] [INFO] Fetching com.google.guava_18.0.0.v20161115-1643.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (593.54kB)
08:01:49 [2020-04-06T12:01:49.338Z] [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20181102183712/repository/
08:01:49 [2020-04-06T12:01:49.597Z] [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (141.47kB)
08:01:49 [2020-04-06T12:01:49.597Z] [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (141.47kB)
08:01:49 [2020-04-06T12:01:49.856Z] [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/
08:01:50 [2020-04-06T12:01:50.115Z] [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)
08:01:50 [2020-04-06T12:01:50.115Z] [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)
08:01:50 [2020-04-06T12:01:50.374Z] [INFO] Fetching de.itemis.statefullexer_1.0.0.201706281509.jar from http://meysholdt.github.io/xtext_stateful_lexer/updatesite/plugins/ (167.38kB)
08:01:51 [2020-04-06T12:01:51.752Z] [INFO] Fetching de.itemis.statefullexer_1.0.0.201706281509.jar from http://meysholdt.github.io/xtext_stateful_lexer/updatesite/plugins/ (167.38kB)
08:01:52 [2020-04-06T12:01:52.012Z] [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)
08:01:52 [2020-04-06T12:01:52.012Z] [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)
08:01:57 [2020-04-06T12:01:57.298Z] [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)
08:01:57 [2020-04-06T12:01:57.298Z] [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)
08:01:57 [2020-04-06T12:01:57.298Z] [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)
08:02:01 [2020-04-06T12:02:01.482Z] [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)
08:02:01 [2020-04-06T12:02:01.482Z] [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)
08:02:01 [2020-04-06T12:02:01.483Z] [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)
08:02:02 [2020-04-06T12:02:02.048Z] [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (170.74kB)
08:02:02 [2020-04-06T12:02:02.049Z] [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (170.74kB)
08:02:02 [2020-04-06T12:02:02.307Z] [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/luna/201502271000/
08:02:02 [2020-04-06T12:02:02.307Z] [INFO] Fetching org.eclipse.osgi_3.10.2.v20150203-1939.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (387.71kB)
08:02:02 [2020-04-06T12:02:02.570Z] [INFO] Fetching org.eclipse.osgi_3.10.2.v20150203-1939.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (387.71kB)
08:02:03 [2020-04-06T12:02:03.508Z] [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)
08:02:21 [2020-04-06T12:02:21.588Z] [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)
08:02:28 [2020-04-06T12:02:28.145Z] [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)
08:02:32 [2020-04-06T12:02:32.329Z] [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)
08:02:32 [2020-04-06T12:02:32.330Z] [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (36.22kB)
08:02:32 [2020-04-06T12:02:32.330Z] [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (36.22kB)
08:02:32 [2020-04-06T12:02:32.587Z] [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)
08:02:33 [2020-04-06T12:02:33.521Z] [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)
08:02:34 [2020-04-06T12:02:34.457Z] [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)
08:02:34 [2020-04-06T12:02:34.716Z] [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)
08:02:34 [2020-04-06T12:02:34.974Z] [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)
08:02:34 [2020-04-06T12:02:34.974Z] [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)
08:02:35 [2020-04-06T12:02:35.232Z] [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)
08:02:35 [2020-04-06T12:02:35.232Z] [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)
08:02:35 [2020-04-06T12:02:35.494Z] [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)
08:02:35 [2020-04-06T12:02:35.494Z] [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)
08:02:36 [2020-04-06T12:02:36.060Z] [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)
08:02:36 [2020-04-06T12:02:36.060Z] [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)
08:02:36 [2020-04-06T12:02:36.317Z] [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)
08:02:36 [2020-04-06T12:02:36.317Z] [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)
08:02:36 [2020-04-06T12:02:36.576Z] [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)
08:02:36 [2020-04-06T12:02:36.576Z] [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)
08:02:36 [2020-04-06T12:02:36.576Z] [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)
08:02:36 [2020-04-06T12:02:36.576Z] [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)
08:02:36 [2020-04-06T12:02:36.836Z] [INFO] Fetching org.eclipse.core.resources_3.9.1.v20140825-1431.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (814.2kB)
08:02:36 [2020-04-06T12:02:36.836Z] [INFO] Fetching org.eclipse.core.resources_3.9.1.v20140825-1431.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (814.2kB)
08:02:37 [2020-04-06T12:02:37.094Z] [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)
08:02:37 [2020-04-06T12:02:37.094Z] [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)
08:02:37 [2020-04-06T12:02:37.094Z] [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)
08:02:37 [2020-04-06T12:02:37.094Z] [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)
08:02:37 [2020-04-06T12:02:37.352Z] [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)
08:02:37 [2020-04-06T12:02:37.352Z] [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)
08:02:37 [2020-04-06T12:02:37.620Z] [INFO] Fetching com.ibm.icu_52.1.1.v201501240615.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (7.77MB)
08:02:37 [2020-04-06T12:02:37.879Z] [INFO] Fetching com.ibm.icu_52.1.1.v201501240615.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (7.77MB)
08:02:43 [2020-04-06T12:02:43.172Z] [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)
08:02:43 [2020-04-06T12:02:43.172Z] [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)
08:02:43 [2020-04-06T12:02:43.172Z] [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)
08:02:43 [2020-04-06T12:02:43.172Z] [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)
08:02:43 [2020-04-06T12:02:43.430Z] [INFO] Fetching org.eclipse.jdt.core_3.10.2.v20150120-1634.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (5.32MB)
08:02:43 [2020-04-06T12:02:43.430Z] [INFO] Fetching org.eclipse.jdt.core_3.10.2.v20150120-1634.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (5.32MB)
08:02:43 [2020-04-06T12:02:43.998Z] [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)
08:02:43 [2020-04-06T12:02:43.998Z] [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)
08:02:44 [2020-04-06T12:02:44.256Z] [INFO] Fetching org.eclipse.text_3.5.300.v20130515-1451.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (78.99kB)
08:02:44 [2020-04-06T12:02:44.257Z] [INFO] Fetching org.eclipse.text_3.5.300.v20130515-1451.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (78.99kB)
08:02:44 [2020-04-06T12:02:44.518Z] [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)
08:02:44 [2020-04-06T12:02:44.518Z] [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)
08:02:45 [2020-04-06T12:02:45.085Z] [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)
08:02:45 [2020-04-06T12:02:45.085Z] [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)
08:02:45 [2020-04-06T12:02:45.651Z] [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)
08:02:45 [2020-04-06T12:02:45.651Z] [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)
08:02:45 [2020-04-06T12:02:45.910Z] [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)
08:02:45 [2020-04-06T12:02:45.910Z] [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)
08:02:46 [2020-04-06T12:02:46.172Z] [INFO] Fetching org.apache.ant_1.9.2.v201404171502.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (2.17MB)
08:02:46 [2020-04-06T12:02:46.172Z] [INFO] Fetching org.apache.ant_1.9.2.v201404171502.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (2.17MB)
08:02:46 [2020-04-06T12:02:46.738Z] [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)
08:02:46 [2020-04-06T12:02:46.996Z] [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)
08:02:46 [2020-04-06T12:02:46.996Z] [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)
08:02:46 [2020-04-06T12:02:46.996Z] [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)
08:02:46 [2020-04-06T12:02:46.996Z] [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)
08:02:46 [2020-04-06T12:02:46.996Z] [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)
08:02:47 [2020-04-06T12:02:47.257Z] [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)
08:02:47 [2020-04-06T12:02:47.257Z] [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)
08:02:47 [2020-04-06T12:02:47.823Z] [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)
08:02:47 [2020-04-06T12:02:47.823Z] [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)
08:02:48 [2020-04-06T12:02:48.082Z] [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)
08:02:48 [2020-04-06T12:02:48.082Z] [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)
08:02:48 [2020-04-06T12:02:48.082Z] [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)
08:02:48 [2020-04-06T12:02:48.340Z] [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)
08:02:48 [2020-04-06T12:02:48.340Z] [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)
08:02:48 [2020-04-06T12:02:48.340Z] [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)
08:02:48 [2020-04-06T12:02:48.598Z] [INFO] Fetching org.eclipse.xpand_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (79.66kB)
08:02:48 [2020-04-06T12:02:48.598Z] [INFO] Fetching org.eclipse.xpand_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (79.66kB)
08:02:48 [2020-04-06T12:02:48.859Z] [INFO] Fetching org.eclipse.xtend_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (147.66kB)
08:02:48 [2020-04-06T12:02:48.859Z] [INFO] Fetching org.eclipse.xtend_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (147.66kB)
08:02:49 [2020-04-06T12:02:49.428Z] [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)
08:02:49 [2020-04-06T12:02:49.429Z] [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)
08:02:49 [2020-04-06T12:02:49.429Z] [INFO] Fetching org.junit_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (222.27kB)
08:02:49 [2020-04-06T12:02:49.429Z] [INFO] Fetching org.junit_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (222.27kB)
08:02:49 [2020-04-06T12:02:49.688Z] [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)
08:02:49 [2020-04-06T12:02:49.688Z] [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)
08:02:49 [2020-04-06T12:02:49.947Z] [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)
08:02:49 [2020-04-06T12:02:49.947Z] [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)
08:02:50 [2020-04-06T12:02:50.204Z] [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)
08:02:50 [2020-04-06T12:02:50.205Z] [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)
08:02:50 [2020-04-06T12:02:50.205Z] [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)
08:02:50 [2020-04-06T12:02:50.205Z] [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)
08:02:50 [2020-04-06T12:02:50.466Z] [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)
08:02:50 [2020-04-06T12:02:50.466Z] [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)
08:02:50 [2020-04-06T12:02:50.466Z] [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)
08:02:50 [2020-04-06T12:02:50.724Z] [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)
08:02:50 [2020-04-06T12:02:50.724Z] [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)
08:02:50 [2020-04-06T12:02:50.724Z] [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)
08:02:51 [2020-04-06T12:02:51.660Z] [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (19.79kB)
08:02:51 [2020-04-06T12:02:51.660Z] [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (19.79kB)
08:02:51 [2020-04-06T12:02:51.660Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/pom.xml
08:02:52 [2020-04-06T12:02:52.225Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui/pom.xml
08:02:52 [2020-04-06T12:02:52.225Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui/pom.xml
08:02:52 [2020-04-06T12:02:52.482Z] [INFO] Fetching javax.annotation_1.2.0.v201401042248.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (21.11kB)
08:02:52 [2020-04-06T12:02:52.482Z] [INFO] Fetching javax.annotation_1.2.0.v201401042248.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (21.11kB)
08:02:52 [2020-04-06T12:02:52.482Z] [INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (63.94kB)
08:02:52 [2020-04-06T12:02:52.482Z] [INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (63.94kB)
08:02:52 [2020-04-06T12:02:52.741Z] [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (88.73kB)
08:02:52 [2020-04-06T12:02:52.741Z] [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (88.73kB)
08:02:53 [2020-04-06T12:02:53.000Z] [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (60.88kB)
08:02:53 [2020-04-06T12:02:53.000Z] [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (60.88kB)
08:02:53 [2020-04-06T12:02:53.259Z] [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)
08:02:53 [2020-04-06T12:02:53.259Z] [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)
08:02:53 [2020-04-06T12:02:53.519Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (18.5kB)
08:02:53 [2020-04-06T12:02:53.519Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (18.5kB)
08:02:53 [2020-04-06T12:02:53.519Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (27.84kB)
08:02:53 [2020-04-06T12:02:53.519Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (27.84kB)
08:02:53 [2020-04-06T12:02:53.778Z] [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)
08:02:53 [2020-04-06T12:02:53.778Z] [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)
08:02:54 [2020-04-06T12:02:54.037Z] [INFO] Fetching org.eclipse.osgi.services_3.4.0.v20140312-2051.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (33kB)
08:02:54 [2020-04-06T12:02:54.037Z] [INFO] Fetching org.eclipse.osgi.services_3.4.0.v20140312-2051.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (33kB)
08:02:54 [2020-04-06T12:02:54.295Z] [INFO] Fetching org.eclipse.compare_3.5.501.v20140817-1445.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (225.93kB)
08:02:54 [2020-04-06T12:02:54.295Z] [INFO] Fetching org.eclipse.compare_3.5.501.v20140817-1445.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (225.93kB)
08:02:54 [2020-04-06T12:02:54.553Z] [INFO] Fetching org.eclipse.ui_3.106.1.v20141002-1150.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (162.22kB)
08:02:54 [2020-04-06T12:02:54.812Z] [INFO] Fetching org.eclipse.ui_3.106.1.v20141002-1150.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (162.22kB)
08:02:54 [2020-04-06T12:02:54.813Z] [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)
08:02:55 [2020-04-06T12:02:55.072Z] [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)
08:02:55 [2020-04-06T12:02:55.642Z] [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)
08:02:55 [2020-04-06T12:02:55.642Z] [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)
08:02:56 [2020-04-06T12:02:56.579Z] [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)
08:02:56 [2020-04-06T12:02:56.579Z] [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)
08:02:56 [2020-04-06T12:02:56.579Z] [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)
08:02:56 [2020-04-06T12:02:56.579Z] [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)
08:02:57 [2020-04-06T12:02:57.147Z] [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)
08:02:57 [2020-04-06T12:02:57.147Z] [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)
08:02:57 [2020-04-06T12:02:57.405Z] [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)
08:02:57 [2020-04-06T12:02:57.405Z] [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)
08:02:57 [2020-04-06T12:02:57.664Z] [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)
08:02:57 [2020-04-06T12:02:57.665Z] [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)
08:02:57 [2020-04-06T12:02:57.923Z] [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)
08:02:57 [2020-04-06T12:02:57.923Z] [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)
08:02:57 [2020-04-06T12:02:57.923Z] [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)
08:02:58 [2020-04-06T12:02:58.180Z] [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)
08:03:00 [2020-04-06T12:03:00.709Z] [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)
08:03:00 [2020-04-06T12:03:00.709Z] [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)
08:03:00 [2020-04-06T12:03:00.981Z] [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)
08:03:00 [2020-04-06T12:03:00.981Z] [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)
08:03:00 [2020-04-06T12:03:00.981Z] [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)
08:03:00 [2020-04-06T12:03:00.982Z] [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)
08:03:02 [2020-04-06T12:03:02.358Z] [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)
08:03:02 [2020-04-06T12:03:02.358Z] [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)
08:03:02 [2020-04-06T12:03:02.358Z] [INFO] Fetching org.eclipse.help_3.6.0.v20130326-1254.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (107.95kB)
08:03:02 [2020-04-06T12:03:02.619Z] [INFO] Fetching org.eclipse.help_3.6.0.v20130326-1254.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (107.95kB)
08:03:02 [2020-04-06T12:03:02.881Z] [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)
08:03:02 [2020-04-06T12:03:02.882Z] [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)
08:03:03 [2020-04-06T12:03:03.140Z] [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)
08:03:03 [2020-04-06T12:03:03.140Z] [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)
08:03:03 [2020-04-06T12:03:03.140Z] [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)
08:03:03 [2020-04-06T12:03:03.140Z] [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)
08:03:03 [2020-04-06T12:03:03.398Z] [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)
08:03:03 [2020-04-06T12:03:03.398Z] [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)
08:03:03 [2020-04-06T12:03:03.398Z] [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)
08:03:03 [2020-04-06T12:03:03.398Z] [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)
08:03:03 [2020-04-06T12:03:03.659Z] [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)
08:03:03 [2020-04-06T12:03:03.659Z] [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)
08:03:03 [2020-04-06T12:03:03.659Z] [INFO] Fetching org.eclipse.swt_3.103.2.v20150203-1313.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (16.84kB)
08:03:03 [2020-04-06T12:03:03.924Z] [INFO] Fetching org.eclipse.swt_3.103.2.v20150203-1313.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (16.84kB)
08:03:03 [2020-04-06T12:03:03.924Z] [INFO] Fetching org.eclipse.jface_3.10.2.v20141021-1035.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (337.88kB)
08:03:03 [2020-04-06T12:03:03.924Z] [INFO] Fetching org.eclipse.jface_3.10.2.v20141021-1035.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (337.88kB)
08:03:04 [2020-04-06T12:03:04.491Z] [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)
08:03:04 [2020-04-06T12:03:04.491Z] [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)
08:03:04 [2020-04-06T12:03:04.749Z] [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)
08:03:04 [2020-04-06T12:03:04.749Z] [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)
08:03:05 [2020-04-06T12:03:05.006Z] [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)
08:03:05 [2020-04-06T12:03:05.006Z] [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)
08:03:05 [2020-04-06T12:03:05.006Z] [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)
08:03:05 [2020-04-06T12:03:05.006Z] [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)
08:03:05 [2020-04-06T12:03:05.264Z] [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)
08:03:05 [2020-04-06T12:03:05.264Z] [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)
08:03:05 [2020-04-06T12:03:05.524Z] [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)
08:03:05 [2020-04-06T12:03:05.524Z] [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)
08:03:05 [2020-04-06T12:03:05.782Z] [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)
08:03:05 [2020-04-06T12:03:05.782Z] [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)
08:03:05 [2020-04-06T12:03:05.782Z] [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)
08:03:05 [2020-04-06T12:03:05.783Z] [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)
08:03:06 [2020-04-06T12:03:06.040Z] [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)
08:03:06 [2020-04-06T12:03:06.300Z] [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)
08:03:06 [2020-04-06T12:03:06.300Z] [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)
08:03:06 [2020-04-06T12:03:06.300Z] [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)
08:03:06 [2020-04-06T12:03:06.566Z] [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)
08:03:06 [2020-04-06T12:03:06.566Z] [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)
08:03:06 [2020-04-06T12:03:06.833Z] [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)
08:03:06 [2020-04-06T12:03:06.834Z] [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)
08:03:07 [2020-04-06T12:03:07.091Z] [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)
08:03:07 [2020-04-06T12:03:07.091Z] [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)
08:03:07 [2020-04-06T12:03:07.348Z] [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)
08:03:07 [2020-04-06T12:03:07.348Z] [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)
08:03:07 [2020-04-06T12:03:07.348Z] [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)
08:03:07 [2020-04-06T12:03:07.348Z] [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)
08:03:07 [2020-04-06T12:03:07.605Z] [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)
08:03:07 [2020-04-06T12:03:07.605Z] [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)
08:03:07 [2020-04-06T12:03:07.866Z] [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)
08:03:07 [2020-04-06T12:03:07.866Z] [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)
08:03:08 [2020-04-06T12:03:08.125Z] [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)
08:03:08 [2020-04-06T12:03:08.125Z] [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)
08:03:08 [2020-04-06T12:03:08.384Z] [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)
08:03:08 [2020-04-06T12:03:08.384Z] [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)
08:03:08 [2020-04-06T12:03:08.385Z] [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)
08:03:08 [2020-04-06T12:03:08.385Z] [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)
08:03:08 [2020-04-06T12:03:08.642Z] [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)
08:03:08 [2020-04-06T12:03:08.643Z] [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)
08:03:10 [2020-04-06T12:03:10.545Z] [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)
08:03:10 [2020-04-06T12:03:10.545Z] [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)
08:03:10 [2020-04-06T12:03:10.545Z] [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)
08:03:10 [2020-04-06T12:03:10.545Z] [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)
08:03:10 [2020-04-06T12:03:10.545Z] [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)
08:03:10 [2020-04-06T12:03:10.545Z] [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)
08:03:10 [2020-04-06T12:03:10.804Z] [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)
08:03:10 [2020-04-06T12:03:10.804Z] [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)
08:03:11 [2020-04-06T12:03:11.062Z] [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)
08:03:11 [2020-04-06T12:03:11.063Z] [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)
08:03:11 [2020-04-06T12:03:11.320Z] [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)
08:03:11 [2020-04-06T12:03:11.321Z] [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)
08:03:11 [2020-04-06T12:03:11.321Z] [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)
08:03:11 [2020-04-06T12:03:11.579Z] [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)
08:03:11 [2020-04-06T12:03:11.579Z] [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)
08:03:11 [2020-04-06T12:03:11.579Z] [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)
08:03:11 [2020-04-06T12:03:11.837Z] [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)
08:03:11 [2020-04-06T12:03:11.837Z] [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)
08:03:12 [2020-04-06T12:03:12.095Z] [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)
08:03:12 [2020-04-06T12:03:12.095Z] [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)
08:03:12 [2020-04-06T12:03:12.353Z] [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)
08:03:12 [2020-04-06T12:03:12.353Z] [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)
08:03:17 [2020-04-06T12:03:17.618Z] [INFO] Fetching org.eclipse.search_3.9.100.v20140226-1637.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (146.93kB)
08:03:17 [2020-04-06T12:03:17.618Z] [INFO] Fetching org.eclipse.search_3.9.100.v20140226-1637.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (146.93kB)
08:03:17 [2020-04-06T12:03:17.618Z] [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)
08:03:17 [2020-04-06T12:03:17.618Z] [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)
08:03:17 [2020-04-06T12:03:17.876Z] [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)
08:03:20 [2020-04-06T12:03:20.406Z] [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)
08:03:20 [2020-04-06T12:03:20.666Z] [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)
08:03:20 [2020-04-06T12:03:20.667Z] [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)
08:03:20 [2020-04-06T12:03:20.926Z] [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)
08:03:21 [2020-04-06T12:03:21.185Z] [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)
08:03:21 [2020-04-06T12:03:21.443Z] [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)
08:03:21 [2020-04-06T12:03:21.444Z] [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)
08:03:21 [2020-04-06T12:03:21.444Z] [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)
08:03:21 [2020-04-06T12:03:21.444Z] [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)
08:03:21 [2020-04-06T12:03:21.702Z] [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)
08:03:21 [2020-04-06T12:03:21.702Z] [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)
08:03:22 [2020-04-06T12:03:22.635Z] [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)
08:03:22 [2020-04-06T12:03:22.635Z] [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)
08:03:22 [2020-04-06T12:03:22.893Z] [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)
08:03:22 [2020-04-06T12:03:22.893Z] [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)
08:03:22 [2020-04-06T12:03:22.893Z] [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)
08:03:23 [2020-04-06T12:03:23.151Z] [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)
08:03:23 [2020-04-06T12:03:23.151Z] [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)
08:03:24 [2020-04-06T12:03:24.087Z] [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)
08:03:24 [2020-04-06T12:03:24.345Z] [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)
08:03:24 [2020-04-06T12:03:24.345Z] [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)
08:03:24 [2020-04-06T12:03:24.602Z] [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)
08:03:24 [2020-04-06T12:03:24.602Z] [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)
08:03:24 [2020-04-06T12:03:24.860Z] [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)
08:03:24 [2020-04-06T12:03:24.861Z] [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)
08:03:25 [2020-04-06T12:03:25.119Z] [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)
08:03:25 [2020-04-06T12:03:25.119Z] [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)
08:03:25 [2020-04-06T12:03:25.377Z] [INFO] Fetching org.w3c.dom.smil_1.0.0.v200806040011.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (12.78kB)
08:03:25 [2020-04-06T12:03:25.377Z] [INFO] Fetching org.w3c.dom.smil_1.0.0.v200806040011.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (12.78kB)
08:03:25 [2020-04-06T12:03:25.377Z] [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)
08:03:25 [2020-04-06T12:03:25.377Z] [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)
08:03:26 [2020-04-06T12:03:26.750Z] [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)
08:03:26 [2020-04-06T12:03:26.750Z] [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)
08:03:28 [2020-04-06T12:03:28.126Z] [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)
08:03:28 [2020-04-06T12:03:28.126Z] [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)
08:03:54 [2020-04-06T12:03:54.657Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui/pom.xml
08:03:54 [2020-04-06T12:03:54.657Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui.junit:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui.junit/pom.xml
08:03:54 [2020-04-06T12:03:54.657Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui.junit:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui.junit/pom.xml
08:03:54 [2020-04-06T12:03:54.657Z] [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)
08:03:54 [2020-04-06T12:03:54.914Z] [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)
08:03:54 [2020-04-06T12:03:54.914Z] [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)
08:03:54 [2020-04-06T12:03:54.914Z] [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)
08:03:55 [2020-04-06T12:03:55.172Z] [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)
08:03:55 [2020-04-06T12:03:55.172Z] [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)
08:03:55 [2020-04-06T12:03:55.172Z] [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)
08:03:56 [2020-04-06T12:03:56.546Z] [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)
08:03:56 [2020-04-06T12:03:56.803Z] [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)
08:03:56 [2020-04-06T12:03:56.804Z] [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)
08:03:57 [2020-04-06T12:03:57.061Z] [INFO] Fetching org.eclipse.jdt.debug.ui_3.6.300.v20140512-1926.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.32MB)
08:03:57 [2020-04-06T12:03:57.061Z] [INFO] Fetching org.eclipse.jdt.debug.ui_3.6.300.v20140512-1926.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.32MB)
08:03:57 [2020-04-06T12:03:57.319Z] [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)
08:03:57 [2020-04-06T12:03:57.319Z] [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)
08:03:57 [2020-04-06T12:03:57.885Z] [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)
08:03:57 [2020-04-06T12:03:57.885Z] [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)
08:03:57 [2020-04-06T12:03:57.885Z] [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)
08:03:57 [2020-04-06T12:03:57.885Z] [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)
08:03:58 [2020-04-06T12:03:58.142Z] [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)
08:03:58 [2020-04-06T12:03:58.142Z] [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)
08:03:58 [2020-04-06T12:03:58.142Z] [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)
08:03:58 [2020-04-06T12:03:58.142Z] [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)
08:03:58 [2020-04-06T12:03:58.399Z] [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)
08:03:58 [2020-04-06T12:03:58.399Z] [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)
08:03:58 [2020-04-06T12:03:58.400Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (103.9kB)
08:03:58 [2020-04-06T12:03:58.400Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (103.9kB)
08:03:58 [2020-04-06T12:03:58.658Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (73.46kB)
08:03:58 [2020-04-06T12:03:58.916Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (73.46kB)
08:03:58 [2020-04-06T12:03:58.917Z] [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)
08:03:58 [2020-04-06T12:03:58.917Z] [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)
08:03:59 [2020-04-06T12:03:59.176Z] [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)
08:03:59 [2020-04-06T12:03:59.176Z] [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)
08:03:59 [2020-04-06T12:03:59.176Z] [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)
08:03:59 [2020-04-06T12:03:59.176Z] [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)
08:03:59 [2020-04-06T12:03:59.434Z] [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)
08:03:59 [2020-04-06T12:03:59.434Z] [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)
08:03:59 [2020-04-06T12:03:59.434Z] [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)
08:03:59 [2020-04-06T12:03:59.434Z] [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)
08:03:59 [2020-04-06T12:03:59.692Z] [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)
08:03:59 [2020-04-06T12:03:59.692Z] [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)
08:03:59 [2020-04-06T12:03:59.950Z] [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)
08:03:59 [2020-04-06T12:03:59.950Z] [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)
08:03:59 [2020-04-06T12:03:59.950Z] [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)
08:03:59 [2020-04-06T12:03:59.950Z] [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)
08:04:00 [2020-04-06T12:04:00.209Z] [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)
08:04:00 [2020-04-06T12:04:00.209Z] [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)
08:04:00 [2020-04-06T12:04:00.467Z] [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)
08:04:00 [2020-04-06T12:04:00.467Z] [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)
08:04:00 [2020-04-06T12:04:00.725Z] [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)
08:04:00 [2020-04-06T12:04:00.725Z] [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)
08:04:00 [2020-04-06T12:04:00.983Z] [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)
08:04:00 [2020-04-06T12:04:00.983Z] [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)
08:04:00 [2020-04-06T12:04:00.983Z] [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)
08:04:00 [2020-04-06T12:04:00.983Z] [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)
08:04:01 [2020-04-06T12:04:01.242Z] [INFO] Fetching org.eclipse.pde.build_3.9.0.v20140415-2029.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (489.35kB)
08:04:01 [2020-04-06T12:04:01.242Z] [INFO] Fetching org.eclipse.pde.build_3.9.0.v20140415-2029.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (489.35kB)
08:04:01 [2020-04-06T12:04:01.499Z] [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)
08:04:01 [2020-04-06T12:04:01.499Z] [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)
08:04:01 [2020-04-06T12:04:01.499Z] [INFO] Fetching org.eclipse.pde.core_3.10.2.v20150127-1015.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.21MB)
08:04:01 [2020-04-06T12:04:01.499Z] [INFO] Fetching org.eclipse.pde.core_3.10.2.v20150127-1015.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.21MB)
08:04:01 [2020-04-06T12:04:01.757Z] [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)
08:04:02 [2020-04-06T12:04:02.019Z] [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)
08:04:03 [2020-04-06T12:04:03.395Z] [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)
08:04:03 [2020-04-06T12:04:03.652Z] [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)
08:04:05 [2020-04-06T12:04:05.551Z] [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)
08:04:05 [2020-04-06T12:04:05.551Z] [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)
08:04:05 [2020-04-06T12:04:05.809Z] [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)
08:04:05 [2020-04-06T12:04:05.809Z] [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)
08:04:06 [2020-04-06T12:04:06.067Z] [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)
08:04:06 [2020-04-06T12:04:06.068Z] [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)
08:04:06 [2020-04-06T12:04:06.328Z] [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)
08:04:06 [2020-04-06T12:04:06.328Z] [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)
08:04:06 [2020-04-06T12:04:06.587Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui.junit:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui.junit/pom.xml
08:04:07 [2020-04-06T12:04:07.564Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib/pom.xml
08:04:07 [2020-04-06T12:04:07.564Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib/pom.xml
08:04:07 [2020-04-06T12:04:07.823Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib/pom.xml
08:04:08 [2020-04-06T12:04:08.399Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib/pom.xml
08:04:08 [2020-04-06T12:04:08.399Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib/pom.xml
08:04:08 [2020-04-06T12:04:08.399Z] [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)
08:04:08 [2020-04-06T12:04:08.399Z] [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)
08:04:10 [2020-04-06T12:04:10.939Z] [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)
08:04:10 [2020-04-06T12:04:10.939Z] [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)
08:04:10 [2020-04-06T12:04:10.939Z] [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)
08:04:10 [2020-04-06T12:04:10.939Z] [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)
08:04:10 [2020-04-06T12:04:10.939Z] [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)
08:04:10 [2020-04-06T12:04:10.939Z] [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)
08:04:10 [2020-04-06T12:04:10.939Z] [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)
08:04:10 [2020-04-06T12:04:10.939Z] [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)
08:04:11 [2020-04-06T12:04:11.503Z] [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)
08:04:11 [2020-04-06T12:04:11.503Z] [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)
08:04:11 [2020-04-06T12:04:11.762Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib/pom.xml
08:04:12 [2020-04-06T12:04:12.328Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.sdk:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.sdk/pom.xml
08:04:13 [2020-04-06T12:04:13.708Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.sdk:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.sdk/pom.xml
08:04:13 [2020-04-06T12:04:13.708Z] [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)
08:04:13 [2020-04-06T12:04:13.708Z] [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)
08:04:13 [2020-04-06T12:04:13.708Z] [INFO] Fetching io.github.classgraph.source_4.8.35.v20190528-1517.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (434.22kB)
08:04:13 [2020-04-06T12:04:13.708Z] [INFO] Fetching io.github.classgraph.source_4.8.35.v20190528-1517.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (434.22kB)
08:04:13 [2020-04-06T12:04:13.708Z] [INFO] Fetching org.junit.source_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (100.83kB)
08:04:13 [2020-04-06T12:04:13.708Z] [INFO] Fetching org.junit.source_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (100.83kB)
08:04:13 [2020-04-06T12:04:13.970Z] [INFO] Fetching org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (25.74kB)
08:04:13 [2020-04-06T12:04:13.970Z] [INFO] Fetching org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (25.74kB)
08:04:14 [2020-04-06T12:04:14.229Z] [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)
08:04:14 [2020-04-06T12:04:14.229Z] [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)
08:04:14 [2020-04-06T12:04:14.229Z] [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)
08:04:14 [2020-04-06T12:04:14.229Z] [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)
08:04:14 [2020-04-06T12:04:14.488Z] [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)
08:04:14 [2020-04-06T12:04:14.488Z] [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)
08:04:14 [2020-04-06T12:04:14.747Z] [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)
08:04:14 [2020-04-06T12:04:14.747Z] [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)
08:04:14 [2020-04-06T12:04:14.747Z] [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)
08:04:14 [2020-04-06T12:04:14.747Z] [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)
08:04:15 [2020-04-06T12:04:15.005Z] [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)
08:04:15 [2020-04-06T12:04:15.005Z] [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)
08:04:15 [2020-04-06T12:04:15.264Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.sdk:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.sdk/pom.xml
08:04:15 [2020-04-06T12:04:15.265Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.feature:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib.feature/pom.xml
08:04:15 [2020-04-06T12:04:15.524Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.feature:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib.feature/pom.xml
08:04:15 [2020-04-06T12:04:15.524Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.feature:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib.feature/pom.xml
08:04:15 [2020-04-06T12:04:15.783Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib.feature:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib.feature/pom.xml
08:04:15 [2020-04-06T12:04:15.783Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib.feature:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib.feature/pom.xml
08:04:15 [2020-04-06T12:04:15.783Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib.feature:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib.feature/pom.xml
08:04:16 [2020-04-06T12:04:16.057Z] [INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.repository:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/p2-repository/pom.xml
08:04:16 [2020-04-06T12:04:16.057Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.repository:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/p2-repository/pom.xml
08:04:16 [2020-04-06T12:04:16.315Z] [INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.repository:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/p2-repository/pom.xml
08:04:16 [2020-04-06T12:04:16.574Z] [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-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/pom.xml
08:04:16 [2020-04-06T12:04:16.574Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/pom.xml
08:04:16 [2020-04-06T12:04:16.575Z] [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-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/pom.xml
08:04:16 [2020-04-06T12:04:16.833Z] [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-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/pom.xml
08:04:16 [2020-04-06T12:04:16.834Z] [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-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/pom.xml
08:04:17 [2020-04-06T12:04:17.094Z] [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-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/pom.xml
08:04:17 [2020-04-06T12:04:17.356Z] [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-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/pom.xml
08:04:17 [2020-04-06T12:04:17.356Z] [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-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/pom.xml
08:04:17 [2020-04-06T12:04:17.615Z] [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-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/pom.xml
08:04:17 [2020-04-06T12:04:17.875Z] [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-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/pom.xml
08:04:17 [2020-04-06T12:04:17.875Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/pom.xml
08:04:18 [2020-04-06T12:04:18.133Z] [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-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/pom.xml
08:04:18 [2020-04-06T12:04:18.392Z] [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-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/pom.xml
08:04:18 [2020-04-06T12:04:18.392Z] [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-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/pom.xml
08:04:18 [2020-04-06T12:04:18.392Z] [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-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/pom.xml
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] ------------------------------------------------------------------------
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] Reactor Build Order:
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] 
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xpect.parent
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xpect
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xpect.ui
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xpect.ui.junit
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xpect.xtext.lib
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xpect.xtext.xbase.lib
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xpect.xtext.lib.feature
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xpect.xtext.xbase.lib.feature
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xpect.sdk
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xpect.repository
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xtext.example.maven_parents.grammar_plugin
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xtext.example.arithmetics
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xtext.example.arithmetics.ide
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xtext.example.arithmetics.ui
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xtext.example.domainmodel
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xtext.example.domainmodel.ui
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] org.eclipse.xpect.root
08:04:18 [2020-04-06T12:04:18.958Z] [INFO]                                                                         
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] ------------------------------------------------------------------------
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] Building org.eclipse.xpect.parent 0.2.0-SNAPSHOT
08:04:18 [2020-04-06T12:04:18.958Z] [INFO] ------------------------------------------------------------------------
08:04:19 [2020-04-06T12:04:19.215Z] [INFO] 
08:04:19 [2020-04-06T12:04:19.215Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.parent ---
08:04:19 [2020-04-06T12:04:19.782Z] [INFO] 
08:04:19 [2020-04-06T12:04:19.782Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.parent ---
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/maven-plugin-parent/src/main/java]' does not exists.
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] 
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.parent ---
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] 
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.xpect.parent ---
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/maven-plugin-parent/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.parent/0.2.0-SNAPSHOT/org.eclipse.xpect.parent-0.2.0-SNAPSHOT.pom
08:05:41 [2020-04-06T12:05:41.204Z] [INFO]                                                                         
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] ------------------------------------------------------------------------
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] Building org.eclipse.xpect 0.2.0-SNAPSHOT
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] ------------------------------------------------------------------------
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] 
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect ---
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] 
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect ---
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] The project's OSGi version is 0.2.0.202004061200
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] 
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect ---
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] 
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect ---
08:05:41 [2020-04-06T12:05:41.204Z] [INFO] 
08:05:41 [2020-04-06T12:05:41.205Z] [INFO] --- fornax-oaw-m2-plugin:3.6.0:run-workflow (default) @ org.eclipse.xpect ---
08:05:41 [2020-04-06T12:05:41.205Z] [INFO] Fornax Model Workflow Maven2 Plugin V3.6.0
08:05:41 [2020-04-06T12:05:41.205Z] [INFO] Executing workflow in forked mode.
08:05:45 [2020-04-06T12:05:45.408Z] [INFO] 0    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
08:05:45 [2020-04-06T12:05:45.408Z] [INFO] 116  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project junit at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/.cache/tycho/org.junit-4.11.0.v201303080030.jar/junit.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/junit/junit/3.8.1/junit-3.8.1.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.408Z] [INFO] 116  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.408Z] [INFO] 117  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project ant at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/apache/ant/ant/1.8.3/ant-1.8.3.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.408Z] [INFO] 118  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project ant-launcher at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.408Z] [INFO] 119  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.apache.commons.lang at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.408Z] [INFO] 171  [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Registering platform uri '/home/jenkins/agent/workspace/Xpect-Integration-Release'
08:05:45 [2020-04-06T12:05:45.668Z] [INFO] 385  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.668Z] [INFO] 386  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.668Z] [INFO] 397  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.668Z] [INFO] 403  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.668Z] [INFO] 406  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.668Z] [INFO] 408  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.668Z] [INFO] 409  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.668Z] [INFO] 415  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.668Z] [INFO] 416  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.668Z] [INFO] 454  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.osgi.compatibility.state at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.668Z] [INFO] 457  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.668Z] [INFO] 461  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 464  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 467  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 469  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 472  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 475  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 477  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 479  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 482  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 484  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 486  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 489  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 491  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 496  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.debug.core/3.15.0/org.eclipse.debug.core-3.15.0.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 498  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 503  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.9.2/org.eclipse.xtend.lib-2.9.2.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 504  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 513  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext/2.9.2/org.eclipse.xtext-2.9.2.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 515  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.util/2.9.2/org.eclipse.xtext.util-2.9.2.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 516  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 517  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 518  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.smap at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.smap/2.9.2/org.eclipse.xtext.smap-2.9.2.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 526  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/jdt/org.eclipse.jdt.core/3.10.0/org.eclipse.jdt.core-3.10.0.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 529  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.10.0/org.eclipse.jdt.launching-3.10.0.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 535  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 535  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 536  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 537  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.669Z] [INFO] 538  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.670Z] [INFO] 538  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.670Z] [INFO] 551  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.commands/3.6.0/org.eclipse.core.commands-3.6.0.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.670Z] [INFO] 553  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.670Z] [INFO] 554  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.670Z] [INFO] 555  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.670Z] [INFO] 556  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.670Z] [INFO] 557  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.670Z] [INFO] 558  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/text/org.eclipse.text/3.5.101/org.eclipse.text-3.5.101.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.670Z] [INFO] 563  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.670Z] [INFO] 565  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 573  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 576  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.codegen/2.19.0/org.eclipse.emf.codegen-2.19.0.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 577  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.mwe2.lib at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 578  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 592  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project maven-install-plugin at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 603  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-utils at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 604  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-utils at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 604  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-utils at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 605  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-utils at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 606  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-utils at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 608  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-interpolation at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 609  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-interpolation at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 610  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-interpolation at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.8.1/plexus-interpolation-1.8.1.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 612  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-component-annotations at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 617  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-cipher at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 626  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.tukaani.xz at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/tukaani/xz/1.5/xz-1.5.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 628  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.objectweb.asm.tree at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 629  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/ow2/asm/asm/7.0/asm-7.0.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.930Z] [INFO] 630  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/ow2/asm/asm/7.0/asm-7.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 655  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 662  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext/2.9.2/org.eclipse.xtext-2.9.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext/2.9.2.v201603040440/org.eclipse.xtext-2.9.2.v201603040440.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 663  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.9.2/org.eclipse.xtend.lib-2.9.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.9.2.v201603040440/org.eclipse.xtend.lib-2.9.2.v201603040440.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 664  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.9.2/org.eclipse.xtext.xbase.lib-2.9.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 669  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.osgi/3.10.2.v20150203-1939/org.eclipse.osgi-3.10.2.v20150203-1939.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 671  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.apache.commons.lang at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 672  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/org.apache.commons.logging/1.1.1.v201101211721/org.apache.commons.logging-1.1.1.v201101211721.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 673  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.commands/3.6.0/org.eclipse.core.commands-3.6.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 673  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 674  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 675  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 676  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 677  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 678  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 678  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 679  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 680  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 681  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 682  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 683  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/platform/org.eclipse.debug.core/3.15.0/org.eclipse.debug.core-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 696  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.codegen/2.19.0/org.eclipse.emf.codegen-2.19.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 697  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 701  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/jdt/org.eclipse.jdt.core/3.10.0/org.eclipse.jdt.core-3.10.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 702  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.10.0/org.eclipse.jdt.launching-3.10.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 703  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.text/3.5.300.v20130515-1451/org.eclipse.text-3.5.300.v20130515-1451.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 706  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 707  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.931Z] [INFO] 709  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.8.3/org.eclipse.emf.mwe2.runtime-2.8.3.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 713  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.9.2/org.eclipse.xtext.common.types-2.9.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 716  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.mwe2.lib at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.8.3/org.eclipse.emf.mwe2.lib-2.8.3.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 716  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.jdt.debug at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/jdt/org.eclipse.jdt.debug/3.10.1/org.eclipse.jdt.debug-3.10.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 721  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.util/2.9.2/org.eclipse.xtext.util-2.9.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext.util/2.9.2.v201603040440/org.eclipse.xtext.util-2.9.2.v201603040440.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 722  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/org.objectweb.asm/5.0.1.v201404251740/org.objectweb.asm-5.0.1.v201404251740.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 723  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.9.2/org.eclipse.xtend.lib.macro-2.9.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 724  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.smap at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.smap/2.9.2/org.eclipse.xtext.smap-2.9.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext.smap/2.9.2.v201603040440/org.eclipse.xtext.smap-2.9.2.v201603040440.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 734  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.osgi.services at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 780  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.ds at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 791  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.util at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 791  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.core at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 792  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.engine at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 794  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.metadata at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 794  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.metadata.repository at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 795  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.repository at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 796  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.security at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 850  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.frameworkadmin at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 851  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.frameworkadmin.equinox at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 852  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.artifact.repository at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 852  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.jarprocessor at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 853  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.director at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 854  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.sat4j.core at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.sat4j.core_2.3.5.v201308161310.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/org.sat4j.core/2.3.5.v201308161310/org.sat4j.core-2.3.5.v201308161310.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 855  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.sat4j.pb at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.sat4j.pb_2.3.5.v201404071733.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/org.sat4j.pb/2.3.5.v201404071733/org.sat4j.pb-2.3.5.v201404071733.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 856  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.simpleconfigurator at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 856  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.director.app at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 857  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.garbagecollector at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.932Z] [INFO] 858  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.publisher at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.933Z] [INFO] 859  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.publisher.eclipse at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.933Z] [INFO] 860  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.simpleconfigurator.manipulator at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.933Z] [INFO] 861  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.repository.tools at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.933Z] [INFO] 862  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.touchpoint.eclipse at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.933Z] [INFO] 885  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.9.2/org.eclipse.xtext.xbase-2.9.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.9.2.v201603040440/org.eclipse.xtext.xbase-2.9.2.v201603040440.jar!/' instead.
08:05:45 [2020-04-06T12:05:45.933Z] [INFO] 886  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.xbase.junit at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/2.9.2/org.eclipse.xtext.xbase.junit-2.9.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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!/' instead.
08:05:45 [2020-04-06T12:05:45.933Z] [INFO] 887  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.junit4 at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.junit4/2.9.2/org.eclipse.xtext.junit4-2.9.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext.junit4/2.9.2.v201603040440/org.eclipse.xtext.junit4-2.9.2.v201603040440.jar!/' instead.
08:05:46 [2020-04-06T12:05:46.191Z] [INFO] 896  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:46 [2020-04-06T12:05:46.191Z] [INFO] 897  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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.
08:05:46 [2020-04-06T12:05:46.191Z] [INFO] 900  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/com.google.guava/18.0.0.v20161115-1643/com.google.guava-18.0.0.v20161115-1643.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar!/' instead.
08:05:46 [2020-04-06T12:05:46.191Z] [INFO] 904  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/com/google/inject/guice/3.0/guice-3.0.jar!/' instead.
08:05:46 [2020-04-06T12:05:46.191Z] [INFO] 904  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' instead.
08:05:46 [2020-04-06T12:05:46.191Z] [INFO] 906  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' instead.
08:05:46 [2020-04-06T12:05:46.191Z] [INFO] 909  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project junit at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/junit/junit/3.8.1/junit-3.8.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/junit/junit/4.8.1/junit-4.8.1.jar!/' instead.
08:05:46 [2020-04-06T12:05:46.191Z] [INFO] 909  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project junit at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/junit/junit/4.8.1/junit-4.8.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/junit/junit/3.8.1/junit-3.8.1.jar!/' instead.
08:05:46 [2020-04-06T12:05:46.191Z] [INFO] 912  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.apache.commons.lang at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' instead.
08:05:46 [2020-04-06T12:05:46.191Z] [INFO] 915  [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
08:05:46 [2020-04-06T12:05:46.450Z] [INFO] 1183 [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'
08:05:47 [2020-04-06T12:05:47.015Z] [INFO] 
08:05:47 [2020-04-06T12:05:47.015Z] [INFO] *ATTENTION*
08:05:47 [2020-04-06T12:05:47.015Z] [INFO] It is recommended to use the ANTLR 3 parser generator (BSD licence - http://www.antlr.org/license.html).
08:05:47 [2020-04-06T12:05:47.015Z] [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)1923 [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
08:05:47 [2020-04-06T12:05:47.015Z] [INFO] 1943 [main] INFO  erator.parser.antlr.AntlrToolFacade  - downloading file from 'http://download.itemis.com/antlr-generator-3.2.0-patch.jar' ...
08:05:50 [2020-04-06T12:05:50.290Z] [INFO] 4629 [main] INFO  erator.parser.antlr.AntlrToolFacade  - finished downloading.
08:05:50 [2020-04-06T12:05:50.290Z] [INFO] 4634 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/../org.eclipse.xpect/src-gen
08:05:50 [2020-04-06T12:05:50.290Z] [INFO] 4634 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/../org.eclipse.xpect.ui/src-gen
08:05:50 [2020-04-06T12:05:50.290Z] [INFO] 4954 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/xpect/Xpect' from 'platform:/resource/org.eclipse.xpect/model/Xpect.genmodel'
08:05:50 [2020-04-06T12:05:50.290Z] [INFO] 4954 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/xpect/XpectJavaModel' from 'platform:/resource/org.eclipse.xpect/model/Xpect.genmodel'
08:05:50 [2020-04-06T12:05:50.290Z] [INFO] 4957 [main] INFO  lipse.emf.mwe2.ecore.EcoreGenerator  - generating EMF code for platform:/resource/org.eclipse.xpect/model/Xpect.genmodel
08:06:28 [2020-04-06T12:06:28.980Z] [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
08:06:37 [2020-04-06T12:06:37.108Z] [INFO] 50734 [main] INFO  or.validation.JavaValidatorFragment  - generating Java-based EValidator API
08:06:37 [2020-04-06T12:06:37.675Z] [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
08:06:47 [2020-04-06T12:06:47.709Z] [INFO] 62310 [main] INFO  text.generator.junit.Junit4Fragment  - generating Junit4 Test support classes
08:06:47 [2020-04-06T12:06:47.709Z] [INFO] 62341 [main] INFO  i.generator.compare.CompareFragment  - generating Compare Framework infrastructure
08:06:47 [2020-04-06T12:06:47.709Z] [INFO] 62648 [main] INFO  .emf.mwe2.runtime.workflow.Workflow  - Done.
08:06:48 [2020-04-06T12:06:48.275Z] [INFO] Workflow 'src/org/eclipse/xpect/GenerateXpect.mwe2' finished.
08:06:48 [2020-04-06T12:06:48.275Z] [INFO] 
08:06:48 [2020-04-06T12:06:48.275Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect ---
08:06:58 [2020-04-06T12:06:58.284Z] [INFO] 
08:06:58 [2020-04-06T12:06:58.284Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect ---
08:07:10 [2020-04-06T12:07:10.469Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:07:10 [2020-04-06T12:07:10.469Z] [INFO] Copying 1 resource
08:07:10 [2020-04-06T12:07:10.469Z] [INFO] 
08:07:10 [2020-04-06T12:07:10.469Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xpect ---
08:07:18 [2020-04-06T12:07:18.573Z] [INFO] Compiling 246 source files to /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/target/classes
08:07:30 [2020-04-06T12:07:30.819Z] [INFO] 
08:07:30 [2020-04-06T12:07:30.819Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect ---
08:07:30 [2020-04-06T12:07:30.819Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:07:30 [2020-04-06T12:07:30.819Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/src/test/resources
08:07:30 [2020-04-06T12:07:30.819Z] [INFO] 
08:07:30 [2020-04-06T12:07:30.819Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect ---
08:07:31 [2020-04-06T12:07:31.077Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/target/org.eclipse.xpect-0.2.0-SNAPSHOT-sources.jar
08:07:31 [2020-04-06T12:07:31.663Z] [INFO] 
08:07:31 [2020-04-06T12:07:31.663Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect ---
08:07:31 [2020-04-06T12:07:31.663Z] [INFO] 
08:07:31 [2020-04-06T12:07:31.663Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xpect ---
08:07:32 [2020-04-06T12:07:32.257Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/target/org.eclipse.xpect-0.2.0-SNAPSHOT.jar
08:07:32 [2020-04-06T12:07:32.516Z] [INFO] 
08:07:32 [2020-04-06T12:07:32.516Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect ---
08:07:32 [2020-04-06T12:07:32.774Z] [INFO] 
08:07:32 [2020-04-06T12:07:32.774Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect ---
08:07:32 [2020-04-06T12:07:32.774Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/target/org.eclipse.xpect-0.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0-SNAPSHOT/org.eclipse.xpect-0.2.0-SNAPSHOT.jar
08:07:32 [2020-04-06T12:07:32.774Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0-SNAPSHOT/org.eclipse.xpect-0.2.0-SNAPSHOT.pom
08:07:32 [2020-04-06T12:07:32.774Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/target/org.eclipse.xpect-0.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0-SNAPSHOT/org.eclipse.xpect-0.2.0-SNAPSHOT-sources.jar
08:07:32 [2020-04-06T12:07:32.774Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0-SNAPSHOT/org.eclipse.xpect-0.2.0-SNAPSHOT-p2metadata.xml
08:07:33 [2020-04-06T12:07:33.037Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0-SNAPSHOT/org.eclipse.xpect-0.2.0-SNAPSHOT-p2artifacts.xml
08:07:33 [2020-04-06T12:07:33.037Z] [INFO] 
08:07:33 [2020-04-06T12:07:33.037Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect ---
08:07:33 [2020-04-06T12:07:33.037Z] [INFO]                                                                         
08:07:33 [2020-04-06T12:07:33.037Z] [INFO] ------------------------------------------------------------------------
08:07:33 [2020-04-06T12:07:33.037Z] [INFO] Building org.eclipse.xpect.ui 0.2.0-SNAPSHOT
08:07:33 [2020-04-06T12:07:33.037Z] [INFO] ------------------------------------------------------------------------
08:07:33 [2020-04-06T12:07:33.296Z] [INFO] 
08:07:33 [2020-04-06T12:07:33.296Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.ui ---
08:07:33 [2020-04-06T12:07:33.296Z] [INFO] 
08:07:33 [2020-04-06T12:07:33.296Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.ui ---
08:07:33 [2020-04-06T12:07:33.296Z] [INFO] The project's OSGi version is 0.2.0.202004061200
08:07:33 [2020-04-06T12:07:33.296Z] [INFO] 
08:07:33 [2020-04-06T12:07:33.296Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.ui ---
08:07:33 [2020-04-06T12:07:33.296Z] [INFO] 
08:07:33 [2020-04-06T12:07:33.296Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.ui ---
08:07:33 [2020-04-06T12:07:33.296Z] [INFO] 
08:07:33 [2020-04-06T12:07:33.296Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.ui ---
08:07:35 [2020-04-06T12:07:35.227Z] [INFO] 
08:07:35 [2020-04-06T12:07:35.227Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.ui ---
08:07:35 [2020-04-06T12:07:35.227Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:07:35 [2020-04-06T12:07:35.227Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui/src/main/resources
08:07:35 [2020-04-06T12:07:35.227Z] [INFO] 
08:07:35 [2020-04-06T12:07:35.227Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xpect.ui ---
08:07:35 [2020-04-06T12:07:35.227Z] [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui/target/classes
08:07:36 [2020-04-06T12:07:36.627Z] [INFO] 
08:07:36 [2020-04-06T12:07:36.627Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.ui ---
08:07:36 [2020-04-06T12:07:36.627Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:07:36 [2020-04-06T12:07:36.627Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui/src/test/resources
08:07:36 [2020-04-06T12:07:36.627Z] [INFO] 
08:07:36 [2020-04-06T12:07:36.627Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.ui ---
08:07:36 [2020-04-06T12:07:36.627Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui/target/org.eclipse.xpect.ui-0.2.0-SNAPSHOT-sources.jar
08:07:36 [2020-04-06T12:07:36.911Z] [INFO] 
08:07:36 [2020-04-06T12:07:36.911Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.ui ---
08:07:36 [2020-04-06T12:07:36.911Z] [INFO] 
08:07:36 [2020-04-06T12:07:36.911Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.ui ---
08:07:36 [2020-04-06T12:07:36.911Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui/target/org.eclipse.xpect.ui-0.2.0-SNAPSHOT.jar
08:07:36 [2020-04-06T12:07:36.911Z] [INFO] 
08:07:36 [2020-04-06T12:07:36.911Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.ui ---
08:07:37 [2020-04-06T12:07:37.169Z] [INFO] 
08:07:37 [2020-04-06T12:07:37.169Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.ui ---
08:07:37 [2020-04-06T12:07:37.169Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui/target/org.eclipse.xpect.ui-0.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui/0.2.0-SNAPSHOT/org.eclipse.xpect.ui-0.2.0-SNAPSHOT.jar
08:07:37 [2020-04-06T12:07:37.169Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui/0.2.0-SNAPSHOT/org.eclipse.xpect.ui-0.2.0-SNAPSHOT.pom
08:07:37 [2020-04-06T12:07:37.169Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui/target/org.eclipse.xpect.ui-0.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui/0.2.0-SNAPSHOT/org.eclipse.xpect.ui-0.2.0-SNAPSHOT-sources.jar
08:07:37 [2020-04-06T12:07:37.169Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui/0.2.0-SNAPSHOT/org.eclipse.xpect.ui-0.2.0-SNAPSHOT-p2metadata.xml
08:07:37 [2020-04-06T12:07:37.169Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui/0.2.0-SNAPSHOT/org.eclipse.xpect.ui-0.2.0-SNAPSHOT-p2artifacts.xml
08:07:37 [2020-04-06T12:07:37.169Z] [INFO] 
08:07:37 [2020-04-06T12:07:37.169Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.ui ---
08:07:37 [2020-04-06T12:07:37.169Z] [INFO]                                                                         
08:07:37 [2020-04-06T12:07:37.169Z] [INFO] ------------------------------------------------------------------------
08:07:37 [2020-04-06T12:07:37.169Z] [INFO] Building org.eclipse.xpect.ui.junit 0.2.0-SNAPSHOT
08:07:37 [2020-04-06T12:07:37.169Z] [INFO] ------------------------------------------------------------------------
08:07:37 [2020-04-06T12:07:37.427Z] [INFO] 
08:07:37 [2020-04-06T12:07:37.427Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.ui.junit ---
08:07:37 [2020-04-06T12:07:37.427Z] [INFO] 
08:07:37 [2020-04-06T12:07:37.427Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.ui.junit ---
08:07:37 [2020-04-06T12:07:37.427Z] [INFO] The project's OSGi version is 0.2.0.202004061200
08:07:37 [2020-04-06T12:07:37.427Z] [INFO] 
08:07:37 [2020-04-06T12:07:37.427Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.ui.junit ---
08:07:37 [2020-04-06T12:07:37.427Z] [INFO] 
08:07:37 [2020-04-06T12:07:37.427Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.ui.junit ---
08:07:37 [2020-04-06T12:07:37.427Z] [INFO] 
08:07:37 [2020-04-06T12:07:37.427Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.ui.junit ---
08:07:37 [2020-04-06T12:07:37.992Z] [INFO] 
08:07:37 [2020-04-06T12:07:37.993Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.ui.junit ---
08:07:37 [2020-04-06T12:07:37.993Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:07:37 [2020-04-06T12:07:37.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui.junit/src/main/resources
08:07:37 [2020-04-06T12:07:37.993Z] [INFO] 
08:07:37 [2020-04-06T12:07:37.993Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xpect.ui.junit ---
08:07:37 [2020-04-06T12:07:37.993Z] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui.junit/target/classes
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] 
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.ui.junit ---
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui.junit/src/test/resources
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] 
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.ui.junit ---
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui.junit/target/org.eclipse.xpect.ui.junit-0.2.0-SNAPSHOT-sources.jar
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] 
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.ui.junit ---
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] 
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.ui.junit ---
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui.junit/target/org.eclipse.xpect.ui.junit-0.2.0-SNAPSHOT.jar
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] 
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.ui.junit ---
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] 
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.ui.junit ---
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui.junit/target/org.eclipse.xpect.ui.junit-0.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui.junit/0.2.0-SNAPSHOT/org.eclipse.xpect.ui.junit-0.2.0-SNAPSHOT.jar
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui.junit/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui.junit/0.2.0-SNAPSHOT/org.eclipse.xpect.ui.junit-0.2.0-SNAPSHOT.pom
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui.junit/target/org.eclipse.xpect.ui.junit-0.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui.junit/0.2.0-SNAPSHOT/org.eclipse.xpect.ui.junit-0.2.0-SNAPSHOT-sources.jar
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui.junit/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui.junit/0.2.0-SNAPSHOT/org.eclipse.xpect.ui.junit-0.2.0-SNAPSHOT-p2metadata.xml
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.ui.junit/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui.junit/0.2.0-SNAPSHOT/org.eclipse.xpect.ui.junit-0.2.0-SNAPSHOT-p2artifacts.xml
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] 
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.ui.junit ---
08:07:38 [2020-04-06T12:07:38.931Z] [INFO]                                                                         
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] ------------------------------------------------------------------------
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] Building org.eclipse.xpect.xtext.lib 0.2.0-SNAPSHOT
08:07:38 [2020-04-06T12:07:38.931Z] [INFO] ------------------------------------------------------------------------
08:07:39 [2020-04-06T12:07:39.189Z] [INFO] 
08:07:39 [2020-04-06T12:07:39.189Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.xtext.lib ---
08:07:39 [2020-04-06T12:07:39.190Z] [INFO] 
08:07:39 [2020-04-06T12:07:39.190Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.xtext.lib ---
08:07:39 [2020-04-06T12:07:39.190Z] [INFO] The project's OSGi version is 0.2.0.202004061200
08:07:39 [2020-04-06T12:07:39.190Z] [INFO] 
08:07:39 [2020-04-06T12:07:39.190Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.lib ---
08:07:39 [2020-04-06T12:07:39.190Z] [INFO] 
08:07:39 [2020-04-06T12:07:39.190Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.lib ---
08:07:39 [2020-04-06T12:07:39.190Z] [INFO] 
08:07:39 [2020-04-06T12:07:39.190Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.lib ---
08:07:40 [2020-04-06T12:07:40.131Z] [INFO] 
08:07:40 [2020-04-06T12:07:40.131Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.xtext.lib ---
08:07:40 [2020-04-06T12:07:40.131Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:07:40 [2020-04-06T12:07:40.131Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib/src/main/resources
08:07:40 [2020-04-06T12:07:40.131Z] [INFO] 
08:07:40 [2020-04-06T12:07:40.131Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xpect.xtext.lib ---
08:07:40 [2020-04-06T12:07:40.131Z] [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib/target/classes
08:07:41 [2020-04-06T12:07:41.066Z] [INFO] 
08:07:41 [2020-04-06T12:07:41.066Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.xtext.lib ---
08:07:41 [2020-04-06T12:07:41.066Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:07:41 [2020-04-06T12:07:41.066Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib/src/test/resources
08:07:41 [2020-04-06T12:07:41.066Z] [INFO] 
08:07:41 [2020-04-06T12:07:41.066Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.lib ---
08:07:41 [2020-04-06T12:07:41.066Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib/target/org.eclipse.xpect.xtext.lib-0.2.0-SNAPSHOT-sources.jar
08:07:41 [2020-04-06T12:07:41.066Z] [INFO] 
08:07:41 [2020-04-06T12:07:41.066Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.lib ---
08:07:41 [2020-04-06T12:07:41.066Z] [INFO] 
08:07:41 [2020-04-06T12:07:41.066Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.xtext.lib ---
08:07:41 [2020-04-06T12:07:41.066Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib/target/org.eclipse.xpect.xtext.lib-0.2.0-SNAPSHOT.jar
08:07:41 [2020-04-06T12:07:41.323Z] [INFO] 
08:07:41 [2020-04-06T12:07:41.323Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.lib ---
08:07:41 [2020-04-06T12:07:41.323Z] [INFO] 
08:07:41 [2020-04-06T12:07:41.323Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.xtext.lib ---
08:07:41 [2020-04-06T12:07:41.323Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib/target/org.eclipse.xpect.xtext.lib-0.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.lib-0.2.0-SNAPSHOT.jar
08:07:41 [2020-04-06T12:07:41.323Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.lib-0.2.0-SNAPSHOT.pom
08:07:41 [2020-04-06T12:07:41.324Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib/target/org.eclipse.xpect.xtext.lib-0.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.lib-0.2.0-SNAPSHOT-sources.jar
08:07:41 [2020-04-06T12:07:41.324Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.lib-0.2.0-SNAPSHOT-p2metadata.xml
08:07:41 [2020-04-06T12:07:41.324Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.lib-0.2.0-SNAPSHOT-p2artifacts.xml
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] 
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.xtext.lib ---
08:07:41 [2020-04-06T12:07:41.581Z] [INFO]                                                                         
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] ------------------------------------------------------------------------
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] Building org.eclipse.xpect.xtext.xbase.lib 0.2.0-SNAPSHOT
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] ------------------------------------------------------------------------
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] 
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] 
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] The project's OSGi version is 0.2.0.202004061200
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] 
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] 
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] 
08:07:41 [2020-04-06T12:07:41.581Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:41 [2020-04-06T12:07:41.852Z] [INFO] 
08:07:41 [2020-04-06T12:07:41.852Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:41 [2020-04-06T12:07:41.852Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:07:42 [2020-04-06T12:07:42.110Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib/src/main/resources
08:07:42 [2020-04-06T12:07:42.110Z] [INFO] 
08:07:42 [2020-04-06T12:07:42.110Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:42 [2020-04-06T12:07:42.110Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib/target/classes
08:07:42 [2020-04-06T12:07:42.370Z] [INFO] 
08:07:42 [2020-04-06T12:07:42.370Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:42 [2020-04-06T12:07:42.370Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:07:42 [2020-04-06T12:07:42.370Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib/src/test/resources
08:07:42 [2020-04-06T12:07:42.370Z] [INFO] 
08:07:42 [2020-04-06T12:07:42.370Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:42 [2020-04-06T12:07:42.370Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib/target/org.eclipse.xpect.xtext.xbase.lib-0.2.0-SNAPSHOT-sources.jar
08:07:42 [2020-04-06T12:07:42.370Z] [INFO] 
08:07:42 [2020-04-06T12:07:42.370Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:42 [2020-04-06T12:07:42.656Z] [INFO] 
08:07:42 [2020-04-06T12:07:42.656Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:42 [2020-04-06T12:07:42.656Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib/target/org.eclipse.xpect.xtext.xbase.lib-0.2.0-SNAPSHOT.jar
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] 
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] 
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib/target/org.eclipse.xpect.xtext.xbase.lib-0.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.xbase.lib-0.2.0-SNAPSHOT.jar
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.xbase.lib-0.2.0-SNAPSHOT.pom
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib/target/org.eclipse.xpect.xtext.xbase.lib-0.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.xbase.lib-0.2.0-SNAPSHOT-sources.jar
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.xbase.lib-0.2.0-SNAPSHOT-p2metadata.xml
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.xbase.lib-0.2.0-SNAPSHOT-p2artifacts.xml
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] 
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.xtext.xbase.lib ---
08:07:42 [2020-04-06T12:07:42.915Z] [INFO]                                                                         
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] ------------------------------------------------------------------------
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] Building org.eclipse.xpect.xtext.lib.feature 0.2.0-SNAPSHOT
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] ------------------------------------------------------------------------
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] 
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.xtext.lib.feature ---
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] 
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xpect.xtext.lib.feature ---
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] The project's OSGi version is 0.2.0.202004061200
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] 
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.lib.feature ---
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] 
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.lib.feature ---
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] 
08:07:42 [2020-04-06T12:07:42.915Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.lib.feature ---
08:07:43 [2020-04-06T12:07:43.173Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib.feature/src/main/java]' does not exists.
08:07:43 [2020-04-06T12:07:43.173Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.173Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.lib.feature ---
08:07:43 [2020-04-06T12:07:43.173Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.173Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.lib.feature ---
08:07:43 [2020-04-06T12:07:43.173Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.173Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.xpect.xtext.lib.feature ---
08:07:43 [2020-04-06T12:07:43.173Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib.feature/target/org.eclipse.xpect.xtext.lib.feature-0.2.0-SNAPSHOT.jar
08:07:43 [2020-04-06T12:07:43.173Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.173Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.lib.feature ---
08:07:43 [2020-04-06T12:07:43.173Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.173Z] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xpect.xtext.lib.feature ---
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.xtext.lib.feature ---
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib.feature/target/org.eclipse.xpect.xtext.lib.feature-0.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib.feature/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.lib.feature-0.2.0-SNAPSHOT.jar
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib.feature/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib.feature/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.lib.feature-0.2.0-SNAPSHOT.pom
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib.feature/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib.feature/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.lib.feature-0.2.0-SNAPSHOT-p2metadata.xml
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.lib.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.lib.feature/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.lib.feature-0.2.0-SNAPSHOT-p2artifacts.xml
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.xtext.lib.feature ---
08:07:43 [2020-04-06T12:07:43.431Z] [INFO]                                                                         
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] ------------------------------------------------------------------------
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] Building org.eclipse.xpect.xtext.xbase.lib.feature 0.2.0-SNAPSHOT
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] ------------------------------------------------------------------------
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] The project's OSGi version is 0.2.0.202004061200
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib.feature/src/main/java]' does not exists.
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.431Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib.feature/target/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0-SNAPSHOT.jar
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib.feature/target/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib.feature/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0-SNAPSHOT.jar
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib.feature/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib.feature/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0-SNAPSHOT.pom
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib.feature/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib.feature/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0-SNAPSHOT-p2metadata.xml
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.xtext.xbase.lib.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.xtext.xbase.lib.feature/0.2.0-SNAPSHOT/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0-SNAPSHOT-p2artifacts.xml
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
08:07:43 [2020-04-06T12:07:43.711Z] [INFO]                                                                         
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] ------------------------------------------------------------------------
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] Building org.eclipse.xpect.sdk 0.2.0-SNAPSHOT
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] ------------------------------------------------------------------------
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.sdk ---
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xpect.sdk ---
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] The project's OSGi version is 0.2.0.202004061200
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xpect.sdk ---
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xpect.sdk ---
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.sdk ---
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.sdk/src/main/java]' does not exists.
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.sdk ---
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.711Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.sdk ---
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.xpect.sdk ---
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.sdk/target/org.eclipse.xpect.sdk-0.2.0-SNAPSHOT.jar
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.sdk ---
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xpect.sdk ---
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.sdk ---
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.sdk/target/org.eclipse.xpect.sdk-0.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.sdk/0.2.0-SNAPSHOT/org.eclipse.xpect.sdk-0.2.0-SNAPSHOT.jar
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.sdk/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.sdk/0.2.0-SNAPSHOT/org.eclipse.xpect.sdk-0.2.0-SNAPSHOT.pom
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.sdk/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.sdk/0.2.0-SNAPSHOT/org.eclipse.xpect.sdk-0.2.0-SNAPSHOT-p2metadata.xml
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.sdk/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.sdk/0.2.0-SNAPSHOT/org.eclipse.xpect.sdk-0.2.0-SNAPSHOT-p2artifacts.xml
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] 
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.sdk ---
08:07:43 [2020-04-06T12:07:43.969Z] [INFO]                                                                         
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] ------------------------------------------------------------------------
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] Building org.eclipse.xpect.repository 0.2.0-SNAPSHOT
08:07:43 [2020-04-06T12:07:43.969Z] [INFO] ------------------------------------------------------------------------
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] 
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.repository ---
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] 
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xpect.repository ---
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] The project's OSGi version is 0.2.0.202004061200
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] 
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.xpect.repository ---
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] 
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.repository ---
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/p2-repository/src/main/java]' does not exists.
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] 
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.repository ---
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/p2-repository/src/main/resources
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] 
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.repository ---
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] 
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xpect.repository ---
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] 
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.xpect.repository ---
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] 
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.xpect.repository ---
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] 
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.xpect.repository ---
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] 
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.xpect.repository ---
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] 
08:07:44 [2020-04-06T12:07:44.228Z] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.xpect.repository ---
08:07:50 [2020-04-06T12:07:50.787Z] [INFO] 
08:07:50 [2020-04-06T12:07:50.787Z] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.xpect.repository ---
08:07:50 [2020-04-06T12:07:50.787Z] [INFO] Building zip: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/p2-repository/target/org.eclipse.xpect.repository-0.2.0-SNAPSHOT.zip
08:07:50 [2020-04-06T12:07:50.787Z] [INFO] 
08:07:50 [2020-04-06T12:07:50.787Z] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default) @ org.eclipse.xpect.repository ---
08:07:56 [2020-04-06T12:07:56.051Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.051Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.repository ---
08:07:56 [2020-04-06T12:07:56.051Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/p2-repository/target/org.eclipse.xpect.repository-0.2.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.repository/0.2.0-SNAPSHOT/org.eclipse.xpect.repository-0.2.0-SNAPSHOT.zip
08:07:56 [2020-04-06T12:07:56.051Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/p2-repository/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.repository/0.2.0-SNAPSHOT/org.eclipse.xpect.repository-0.2.0-SNAPSHOT.pom
08:07:56 [2020-04-06T12:07:56.051Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/p2-repository/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.repository/0.2.0-SNAPSHOT/org.eclipse.xpect.repository-0.2.0-SNAPSHOT-p2metadata.xml
08:07:56 [2020-04-06T12:07:56.051Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/p2-repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.repository/0.2.0-SNAPSHOT/org.eclipse.xpect.repository-0.2.0-SNAPSHOT-p2artifacts.xml
08:07:56 [2020-04-06T12:07:56.051Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.051Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.repository ---
08:07:56 [2020-04-06T12:07:56.051Z] [INFO]                                                                         
08:07:56 [2020-04-06T12:07:56.051Z] [INFO] ------------------------------------------------------------------------
08:07:56 [2020-04-06T12:07:56.051Z] [INFO] Building org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 0.2.0-SNAPSHOT
08:07:56 [2020-04-06T12:07:56.051Z] [INFO] ------------------------------------------------------------------------
08:07:56 [2020-04-06T12:07:56.051Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/target-platforms/eclipse_4_4_2-xtext_2_9_2/src/main/java]' does not exists.
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [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 ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2/0.2.0-SNAPSHOT/org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2-0.2.0-SNAPSHOT.target
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/target-platforms/eclipse_4_4_2-xtext_2_9_2/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2/0.2.0-SNAPSHOT/org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2-0.2.0-SNAPSHOT.pom
08:07:56 [2020-04-06T12:07:56.052Z] [INFO]                                                                         
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] ------------------------------------------------------------------------
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] Building org.eclipse.xtext.example.maven_parents.grammar_plugin 0.2.0-SNAPSHOT
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] ------------------------------------------------------------------------
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xtext.example.maven_parents.grammar_plugin ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.maven_parents.grammar_plugin ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/maven-parents/grammar-plugin/src/main/java]' does not exists.
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.maven_parents.grammar_plugin ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.xtext.example.maven_parents.grammar_plugin ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/maven-parents/grammar-plugin/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xtext/example/org.eclipse.xtext.example.maven_parents.grammar_plugin/0.2.0-SNAPSHOT/org.eclipse.xtext.example.maven_parents.grammar_plugin-0.2.0-SNAPSHOT.pom
08:07:56 [2020-04-06T12:07:56.052Z] [INFO]                                                                         
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] ------------------------------------------------------------------------
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] Building org.eclipse.xtext.example.arithmetics 2.9.2-SNAPSHOT
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] ------------------------------------------------------------------------
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xtext.example.arithmetics ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.arithmetics ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] The project's OSGi version is 2.9.2.202004061200
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.arithmetics ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.arithmetics ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] 
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] --- fornax-oaw-m2-plugin:3.6.0:run-workflow (default) @ org.eclipse.xtext.example.arithmetics ---
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] Fornax Model Workflow Maven2 Plugin V3.6.0
08:07:56 [2020-04-06T12:07:56.052Z] [INFO] Executing workflow in forked mode.
08:08:01 [2020-04-06T12:08:01.336Z] [INFO] 0    INFO  XtextGenerator     - Initializing Xtext generator
08:08:01 [2020-04-06T12:08:01.341Z] [INFO] 11   INFO  StandaloneSetup    - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
08:08:01 [2020-04-06T12:08:01.341Z] [INFO] 112  WARN  StandaloneSetup    - No project file found for /home/jenkins/agent/workspace/Xpect-Integration-Release/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.
08:08:01 [2020-04-06T12:08:01.609Z] [INFO] 212  WARN  StandaloneSetup    - Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' instead.
08:08:01 [2020-04-06T12:08:01.609Z] [INFO] 213  WARN  StandaloneSetup    - Skipping conflicting project ant at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/apache/ant/ant/1.8.3/ant-1.8.3.jar!/' instead.
08:08:01 [2020-04-06T12:08:01.609Z] [INFO] 214  WARN  StandaloneSetup    - Skipping conflicting project ant-launcher at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar!/' instead.
08:08:01 [2020-04-06T12:08:01.609Z] [INFO] 216  WARN  StandaloneSetup    - Skipping conflicting project org.apache.commons.lang at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' instead.
08:08:01 [2020-04-06T12:08:01.609Z] [INFO] 227  INFO  StandaloneSetup    - Registering project org.eclipse.xtext.example.arithmetics at 'file:/home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/'
08:08:01 [2020-04-06T12:08:01.609Z] [INFO] 228  INFO  StandaloneSetup    - Registering project org.eclipse.xtext.example.arithmetics.tests at 'file:/home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/'
08:08:01 [2020-04-06T12:08:01.609Z] [INFO] 229  INFO  StandaloneSetup    - Registering project org.eclipse.xtext.example.arithmetics.ide at 'file:/home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/'
08:08:01 [2020-04-06T12:08:01.609Z] [INFO] 229  INFO  StandaloneSetup    - Registering project org.eclipse.xtext.example.arithmetics.ui at 'file:/home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/'
08:08:01 [2020-04-06T12:08:01.609Z] [INFO] 260  INFO  StandaloneSetup    - Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
08:08:01 [2020-04-06T12:08:01.867Z] [INFO] 664  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
08:08:01 [2020-04-06T12:08:01.867Z] [INFO] 679  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
08:08:02 [2020-04-06T12:08:02.125Z] [INFO] 719  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
08:08:02 [2020-04-06T12:08:02.125Z] [INFO] 720  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
08:08:03 [2020-04-06T12:08:03.059Z] [INFO] 1843 INFO  AntlrToolFacade    - downloading file from 'http://download.itemis.com/antlr-generator-3.2.0-patch.jar' ...
08:08:07 [2020-04-06T12:08:07.257Z] [INFO] 5552 INFO  AntlrToolFacade    - finished downloading.
08:08:07 [2020-04-06T12:08:07.257Z] [INFO] 5570 INFO  XtextGenerator     - Generating org.eclipse.xtext.example.arithmetics.Arithmetics
08:08:13 [2020-04-06T12:08:13.857Z] [INFO] 12285 INFO  EMFGeneratorFragment2 - Generating EMF model code
08:08:13 [2020-04-06T12:08:13.857Z] [INFO] 12322 INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/Xtext/example/Arithmetics' from 'platform:/resource/org.eclipse.xtext.example.arithmetics/model/generated/Arithmetics.genmodel'
08:08:26 [2020-04-06T12:08:26.096Z] [INFO] 23428 INFO  XtextGenerator     - Generating common infrastructure
08:08:26 [2020-04-06T12:08:26.096Z] [INFO] 23528 INFO  Workflow           - Done.
08:08:26 [2020-04-06T12:08:26.096Z] [INFO] Workflow 'src/org/eclipse/xtext/example/arithmetics/GenerateArithmetics.mwe2' finished.
08:08:26 [2020-04-06T12:08:26.096Z] [INFO] 
08:08:26 [2020-04-06T12:08:26.096Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.arithmetics ---
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.arithmetics ---
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] Copying 1 resource
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xtext.example.arithmetics ---
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/classes
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.arithmetics ---
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/src/test/resources
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.arithmetics ---
08:08:36 [2020-04-06T12:08:36.114Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT-sources.jar
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.arithmetics ---
08:08:36 [2020-04-06T12:08:36.114Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.arithmetics ---
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT.jar
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.arithmetics ---
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.arithmetics ---
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.arithmetics ---
08:08:36 [2020-04-06T12:08:36.115Z] [INFO]                                                                         
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] ------------------------------------------------------------------------
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] Building org.eclipse.xtext.example.arithmetics.ide 2.9.2-SNAPSHOT
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] ------------------------------------------------------------------------
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] The project's OSGi version is 2.9.2.202004061200
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.115Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:36 [2020-04-06T12:08:36.679Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.679Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:36 [2020-04-06T12:08:36.679Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:08:36 [2020-04-06T12:08:36.679Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/src/main/resources
08:08:36 [2020-04-06T12:08:36.679Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.679Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:36 [2020-04-06T12:08:36.679Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/classes
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/src/test/resources
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:36 [2020-04-06T12:08:36.952Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/org.eclipse.xtext.example.arithmetics.ide-2.9.2-SNAPSHOT.jar
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] 
08:08:36 [2020-04-06T12:08:36.952Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.arithmetics.ide ---
08:08:37 [2020-04-06T12:08:37.210Z] [INFO]                                                                         
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] ------------------------------------------------------------------------
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] Building org.eclipse.xtext.example.arithmetics.ui 2.9.2-SNAPSHOT
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] ------------------------------------------------------------------------
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] 
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] 
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] The project's OSGi version is 2.9.2.202004061200
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] 
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] 
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] 
08:08:37 [2020-04-06T12:08:37.210Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:45 [2020-04-06T12:08:45.337Z] [INFO] 
08:08:45 [2020-04-06T12:08:45.337Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:45 [2020-04-06T12:08:45.337Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:08:45 [2020-04-06T12:08:45.337Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/src/main/resources
08:08:45 [2020-04-06T12:08:45.337Z] [INFO] 
08:08:45 [2020-04-06T12:08:45.337Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:45 [2020-04-06T12:08:45.337Z] [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/classes
08:08:45 [2020-04-06T12:08:45.901Z] [INFO] 
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/src/test/resources
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] 
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:45 [2020-04-06T12:08:45.902Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] 
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] 
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/org.eclipse.xtext.example.arithmetics.ui-2.9.2-SNAPSHOT.jar
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] 
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] 
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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
08:08:45 [2020-04-06T12:08:45.902Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:08:46 [2020-04-06T12:08:46.159Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:08:46 [2020-04-06T12:08:46.159Z] [INFO] 
08:08:46 [2020-04-06T12:08:46.159Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.arithmetics.ui ---
08:08:46 [2020-04-06T12:08:46.159Z] [INFO]                                                                         
08:08:46 [2020-04-06T12:08:46.159Z] [INFO] ------------------------------------------------------------------------
08:08:46 [2020-04-06T12:08:46.159Z] [INFO] Building org.eclipse.xtext.example.domainmodel 2.9.2-SNAPSHOT
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] ------------------------------------------------------------------------
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] 
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xtext.example.domainmodel ---
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] 
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.domainmodel ---
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] The project's OSGi version is 2.9.2.202004061200
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] 
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.domainmodel ---
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] 
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.domainmodel ---
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] 
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] --- fornax-oaw-m2-plugin:3.6.0:run-workflow (default) @ org.eclipse.xtext.example.domainmodel ---
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] Fornax Model Workflow Maven2 Plugin V3.6.0
08:08:46 [2020-04-06T12:08:46.160Z] [INFO] Executing workflow in forked mode.
08:08:52 [2020-04-06T12:08:52.757Z] [INFO] 0    WARN  StandaloneSetup    - No project file found for /home/jenkins/agent/workspace/Xpect-Integration-Release/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.
08:08:52 [2020-04-06T12:08:52.757Z] [INFO] 134  WARN  StandaloneSetup    - Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' instead.
08:08:52 [2020-04-06T12:08:52.757Z] [INFO] 137  WARN  StandaloneSetup    - Skipping conflicting project ant at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/apache/ant/ant/1.8.3/ant-1.8.3.jar!/' instead.
08:08:52 [2020-04-06T12:08:52.757Z] [INFO] 140  WARN  StandaloneSetup    - Skipping conflicting project ant-launcher at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar!/' instead.
08:08:52 [2020-04-06T12:08:52.757Z] [INFO] 143  WARN  StandaloneSetup    - Skipping conflicting project org.apache.commons.lang at 'archive:file:/home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' instead.
08:08:52 [2020-04-06T12:08:52.757Z] [INFO] 191  INFO  StandaloneSetup    - Registering platform uri '/home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples'
08:08:52 [2020-04-06T12:08:52.757Z] [INFO] 462  INFO  StandaloneSetup    - Adding generated EPackage 'org.eclipse.xtext.xbase.XbasePackage'
08:08:52 [2020-04-06T12:08:52.757Z] [INFO] 810  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
08:08:52 [2020-04-06T12:08:52.757Z] [INFO] 819  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
08:08:52 [2020-04-06T12:08:52.757Z] [INFO] 862  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
08:08:52 [2020-04-06T12:08:52.757Z] [INFO] 863  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
08:08:53 [2020-04-06T12:08:53.688Z] [INFO] 1978 INFO  StandaloneSetup    - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
08:08:53 [2020-04-06T12:08:53.688Z] [INFO] 2025 INFO  AntlrToolFacade    - downloading file from 'http://download.itemis.com/antlr-generator-3.2.0-patch.jar' ...
08:08:53 [2020-04-06T12:08:53.688Z] [INFO] 
08:08:53 [2020-04-06T12:08:53.688Z] [INFO] *ATTENTION*
08:08:53 [2020-04-06T12:08:53.688Z] [INFO] It is recommended to use the ANTLR 3 parser generator (BSD licence - http://www.antlr.org/license.html).
08:08:56 [2020-04-06T12:08:56.215Z] [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)4456 INFO  AntlrToolFacade    - finished downloading.
08:08:56 [2020-04-06T12:08:56.215Z] [INFO] 4461 INFO  DirectoryCleaner   - Cleaning /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/../org.eclipse.xtext.example.domainmodel/src-gen
08:08:56 [2020-04-06T12:08:56.215Z] [INFO] 4462 INFO  DirectoryCleaner   - Cleaning /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/../org.eclipse.xtext.example.domainmodel.ui/src-gen
08:08:56 [2020-04-06T12:08:56.215Z] [INFO] 4462 INFO  DirectoryCleaner   - Cleaning /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/../org.eclipse.xtext.example.domainmodel.tests/src-gen
08:09:04 [2020-04-06T12:09:04.335Z] [INFO] 12646 INFO  GenModelHelper     - Registered GenModel 'http://www.xtext.org/example/Domainmodel' from 'platform:/resource/org.eclipse.xtext.example.domainmodel/model/generated/Domainmodel.genmodel'
08:09:30 [2020-04-06T12:09:30.907Z] [INFO] 36493 INFO  JavaValidatorFragment - generating Java-based EValidator API
08:09:30 [2020-04-06T12:09:30.907Z] [INFO] 36761 INFO  Junit4Fragment     - generating Junit4 Test support classes
08:09:45 [2020-04-06T12:09:45.795Z] [INFO] 53024 INFO  CompareFragment    - generating Compare Framework infrastructure
08:09:45 [2020-04-06T12:09:45.795Z] [INFO] 53408 INFO  Workflow           - Done.
08:09:45 [2020-04-06T12:09:45.795Z] [INFO] Workflow 'src/org/eclipse/xtext/example/domainmodel/GenerateDomainmodel.mwe2' finished.
08:09:45 [2020-04-06T12:09:45.795Z] [INFO] 
08:09:45 [2020-04-06T12:09:45.795Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.domainmodel ---
08:09:51 [2020-04-06T12:09:51.094Z] [INFO] 
08:09:51 [2020-04-06T12:09:51.094Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.domainmodel ---
08:09:51 [2020-04-06T12:09:51.094Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:09:51 [2020-04-06T12:09:51.094Z] [INFO] Copying 1 resource
08:09:51 [2020-04-06T12:09:51.094Z] [INFO] 
08:09:51 [2020-04-06T12:09:51.094Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xtext.example.domainmodel ---
08:09:51 [2020-04-06T12:09:51.094Z] [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/classes
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[84] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public DomainModel createDomainModel()
08:09:55 [2020-04-06T12:09:55.309Z] 	                   ^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method createDomainModel() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[95] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public AbstractElement createAbstractElement()
08:09:55 [2020-04-06T12:09:55.309Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method createAbstractElement() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[106] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public PackageDeclaration createPackageDeclaration()
08:09:55 [2020-04-06T12:09:55.309Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method createPackageDeclaration() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[117] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public Entity createEntity()
08:09:55 [2020-04-06T12:09:55.309Z] 	              ^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method createEntity() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[128] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public Feature createFeature()
08:09:55 [2020-04-06T12:09:55.309Z] 	               ^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method createFeature() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[139] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public Property createProperty()
08:09:55 [2020-04-06T12:09:55.309Z] 	                ^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method createProperty() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[150] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public Operation createOperation()
08:09:55 [2020-04-06T12:09:55.309Z] 	                 ^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method createOperation() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelFactoryImpl.java:[161] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public DomainmodelPackage getDomainmodelPackage()
08:09:55 [2020-04-06T12:09:55.309Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getDomainmodelPackage() of type DomainmodelFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainModelImpl.java:[89] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public XImportSection getImportSection()
08:09:55 [2020-04-06T12:09:55.309Z] 	                      ^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getImportSection() of type DomainModelImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainModelImpl.java:[116] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public void setImportSection(XImportSection newImportSection)
08:09:55 [2020-04-06T12:09:55.309Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method setImportSection(XImportSection) of type DomainModelImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainModelImpl.java:[137] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EList<AbstractElement> getElements()
08:09:55 [2020-04-06T12:09:55.309Z] 	                              ^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getElements() of type DomainModelImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/PackageDeclarationImpl.java:[72] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EList<AbstractElement> getElements()
08:09:55 [2020-04-06T12:09:55.309Z] 	                              ^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getElements() of type PackageDeclarationImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/AbstractElementImpl.java:[76] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public String getName()
08:09:55 [2020-04-06T12:09:55.309Z] 	              ^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getName() of type AbstractElementImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/AbstractElementImpl.java:[86] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public void setName(String newName)
08:09:55 [2020-04-06T12:09:55.309Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method setName(String) of type AbstractElementImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[157] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EClass getDomainModel()
08:09:55 [2020-04-06T12:09:55.309Z] 	              ^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getDomainModel() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[167] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EReference getDomainModel_ImportSection()
08:09:55 [2020-04-06T12:09:55.309Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getDomainModel_ImportSection() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[177] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EReference getDomainModel_Elements()
08:09:55 [2020-04-06T12:09:55.309Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getDomainModel_Elements() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[187] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EClass getAbstractElement()
08:09:55 [2020-04-06T12:09:55.309Z] 	              ^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getAbstractElement() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[197] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EAttribute getAbstractElement_Name()
08:09:55 [2020-04-06T12:09:55.309Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getAbstractElement_Name() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[207] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EClass getPackageDeclaration()
08:09:55 [2020-04-06T12:09:55.309Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getPackageDeclaration() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[217] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EReference getPackageDeclaration_Elements()
08:09:55 [2020-04-06T12:09:55.309Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getPackageDeclaration_Elements() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[227] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EClass getEntity()
08:09:55 [2020-04-06T12:09:55.309Z] 	              ^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getEntity() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[237] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EReference getEntity_SuperType()
08:09:55 [2020-04-06T12:09:55.309Z] 	                  ^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getEntity_SuperType() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[247] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EReference getEntity_Features()
08:09:55 [2020-04-06T12:09:55.309Z] 	                  ^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getEntity_Features() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[257] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EClass getFeature()
08:09:55 [2020-04-06T12:09:55.309Z] 	              ^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getFeature() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[267] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EAttribute getFeature_Name()
08:09:55 [2020-04-06T12:09:55.309Z] 	                  ^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getFeature_Name() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[277] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EReference getFeature_Type()
08:09:55 [2020-04-06T12:09:55.309Z] 	                  ^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getFeature_Type() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.309Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[287] 
08:09:55 [2020-04-06T12:09:55.309Z] 	public EClass getProperty()
08:09:55 [2020-04-06T12:09:55.309Z] 	              ^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.309Z] The method getProperty() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[297] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public EClass getOperation()
08:09:55 [2020-04-06T12:09:55.310Z] 	              ^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method getOperation() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[307] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public EReference getOperation_Params()
08:09:55 [2020-04-06T12:09:55.310Z] 	                  ^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method getOperation_Params() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[317] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public EReference getOperation_Body()
08:09:55 [2020-04-06T12:09:55.310Z] 	                  ^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method getOperation_Body() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/DomainmodelPackageImpl.java:[327] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public DomainmodelFactory getDomainmodelFactory()
08:09:55 [2020-04-06T12:09:55.310Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method getDomainmodelFactory() of type DomainmodelPackageImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/EntityImpl.java:[88] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public JvmParameterizedTypeReference getSuperType()
08:09:55 [2020-04-06T12:09:55.310Z] 	                                     ^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method getSuperType() of type EntityImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/EntityImpl.java:[115] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public void setSuperType(JvmParameterizedTypeReference newSuperType)
08:09:55 [2020-04-06T12:09:55.310Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method setSuperType(JvmParameterizedTypeReference) of type EntityImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/EntityImpl.java:[136] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public EList<Feature> getFeatures()
08:09:55 [2020-04-06T12:09:55.310Z] 	                      ^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method getFeatures() of type EntityImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/validation/AbstractDomainmodelJavaValidator.java:[11] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public class AbstractDomainmodelJavaValidator extends org.eclipse.xtext.xbase.validation.XbaseJavaValidator {
08:09:55 [2020-04-06T12:09:55.310Z] 	                                                                                         ^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The type XbaseJavaValidator is deprecated
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/OperationImpl.java:[89] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public EList<JvmFormalParameter> getParams()
08:09:55 [2020-04-06T12:09:55.310Z] 	                                 ^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method getParams() of type OperationImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/OperationImpl.java:[103] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public XExpression getBody()
08:09:55 [2020-04-06T12:09:55.310Z] 	                   ^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method getBody() of type OperationImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/OperationImpl.java:[130] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public void setBody(XExpression newBody)
08:09:55 [2020-04-06T12:09:55.310Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method setBody(XExpression) of type OperationImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/FeatureImpl.java:[91] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public String getName()
08:09:55 [2020-04-06T12:09:55.310Z] 	              ^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method getName() of type FeatureImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/FeatureImpl.java:[101] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public void setName(String newName)
08:09:55 [2020-04-06T12:09:55.310Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method setName(String) of type FeatureImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/FeatureImpl.java:[114] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public JvmTypeReference getType()
08:09:55 [2020-04-06T12:09:55.310Z] 	                        ^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method getType() of type FeatureImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] [WARNING] /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src-gen/org/eclipse/xtext/example/domainmodel/domainmodel/impl/FeatureImpl.java:[141] 
08:09:55 [2020-04-06T12:09:55.310Z] 	public void setType(JvmTypeReference newType)
08:09:55 [2020-04-06T12:09:55.310Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:09:55 [2020-04-06T12:09:55.310Z] The method setType(JvmTypeReference) of type FeatureImpl should be tagged with @Override since it actually overrides a superinterface method
08:09:55 [2020-04-06T12:09:55.310Z] 43 problems (43 warnings)
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] 
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.domainmodel ---
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src/test/resources
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] 
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.domainmodel ---
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT-sources.jar
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] 
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.domainmodel ---
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] 
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.domainmodel ---
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT.jar
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] 
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.domainmodel ---
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] 
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.domainmodel ---
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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
08:09:55 [2020-04-06T12:09:55.310Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:09:55 [2020-04-06T12:09:55.568Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:09:55 [2020-04-06T12:09:55.568Z] [INFO] 
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.domainmodel ---
08:09:55 [2020-04-06T12:09:55.569Z] [INFO]                                                                         
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] ------------------------------------------------------------------------
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] Building org.eclipse.xtext.example.domainmodel.ui 2.9.2-SNAPSHOT
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] ------------------------------------------------------------------------
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] 
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] 
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] The project's OSGi version is 2.9.2.202004061200
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] 
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] 
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] 
08:09:55 [2020-04-06T12:09:55.569Z] [INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:57 [2020-04-06T12:09:57.492Z] [INFO] 
08:09:57 [2020-04-06T12:09:57.492Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:57 [2020-04-06T12:09:57.492Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:09:57 [2020-04-06T12:09:57.492Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/src/main/resources
08:09:57 [2020-04-06T12:09:57.492Z] [INFO] 
08:09:57 [2020-04-06T12:09:57.492Z] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:57 [2020-04-06T12:09:57.492Z] [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/classes
08:09:59 [2020-04-06T12:09:59.398Z] [INFO] 
08:09:59 [2020-04-06T12:09:59.398Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:59 [2020-04-06T12:09:59.398Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:09:59 [2020-04-06T12:09:59.398Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/src/test/resources
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] 
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:59 [2020-04-06T12:09:59.399Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] 
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] 
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] Building jar: /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/org.eclipse.xtext.example.domainmodel.ui-2.9.2-SNAPSHOT.jar
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] 
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] 
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/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-Integration-Release/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
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/p2content.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/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
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] 
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.domainmodel.ui ---
08:09:59 [2020-04-06T12:09:59.399Z] [INFO]                                                                         
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] ------------------------------------------------------------------------
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] Building org.eclipse.xpect.root 0.2.0-SNAPSHOT
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] ------------------------------------------------------------------------
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] 
08:09:59 [2020-04-06T12:09:59.399Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xpect.root ---
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] 
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.xpect.root ---
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] Installing /home/jenkins/agent/workspace/Xpect-Integration-Release/pom.xml to /home/jenkins/agent/workspace/Xpect-Integration-Release/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.root/0.2.0-SNAPSHOT/org.eclipse.xpect.root-0.2.0-SNAPSHOT.pom
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] ------------------------------------------------------------------------
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] Reactor Summary:
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] 
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xpect.parent ........................... SUCCESS [01:18 min]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xpect .................................. SUCCESS [01:55 min]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xpect.ui ............................... SUCCESS [  4.189 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xpect.ui.junit ......................... SUCCESS [  1.858 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xpect.xtext.lib ........................ SUCCESS [  2.476 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xpect.xtext.xbase.lib .................. SUCCESS [  1.414 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xpect.xtext.lib.feature ................ SUCCESS [  0.511 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xpect.xtext.xbase.lib.feature .......... SUCCESS [  0.294 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xpect.sdk .............................. SUCCESS [  0.327 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xpect.repository ....................... SUCCESS [ 11.657 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 . SUCCESS [  0.049 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xtext.example.maven_parents.grammar_plugin SUCCESS [  0.028 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xtext.example.arithmetics .............. SUCCESS [ 40.317 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xtext.example.arithmetics.ide .......... SUCCESS [  1.007 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xtext.example.arithmetics.ui ........... SUCCESS [  9.141 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xtext.example.domainmodel .............. SUCCESS [01:09 min]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xtext.example.domainmodel.ui ........... SUCCESS [  3.912 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] org.eclipse.xpect.root ............................. SUCCESS [  0.131 s]
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] ------------------------------------------------------------------------
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] BUILD SUCCESS
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] ------------------------------------------------------------------------
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] Total time: 09:27 min
08:09:59 [2020-04-06T12:09:59.657Z] [INFO] Finished at: 2020-04-06T12:09:59+00:00
08:10:01 [2020-04-06T12:10:01.026Z] [INFO] Final Memory: 154M/443M
08:10:01 [2020-04-06T12:10:01.027Z] [INFO] ------------------------------------------------------------------------
[Pipeline] archive
08:10:02 [2020-04-06T12:10:02.953Z] The archive step is deprecated, please use archiveArtifacts instead.
[Pipeline] }
[Pipeline] // stage
[Pipeline] wrap
08:10:04 [2020-04-06T12:10:04.491Z] $ pkill Xvnc
08:10:04 [2020-04-06T12:10:04.508Z] $ pkill Xrealvnc
08:10:04 [2020-04-06T12:10:04.522Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
08:10:04 [2020-04-06T12:10:04.563Z] Starting xvnc
08:10:04 [2020-04-06T12:10:04.569Z] [Xpect-Integration-Release] $ Xvnc :70 -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.<init>(Unknown Source)
	at java.lang.ProcessImpl.start(Unknown Source)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.130.14.1/10.130.14.1:60288
		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-Integration-Release"): error=2, No such file or directory
	at java.lang.ProcessBuilder.start(Unknown Source)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(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/000000003403FAC0.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Finished: FAILURE