Skip to content

Console Output

Started by user jakub.siberski@gmail.com
Lightweight checkout support not available, falling back to full checkout.
Checking out git https://github.com/eclipse/Xpect.git into /home/hudson/genie.xpect/.jenkins/jobs/Xpect-Integration-Release/workspace@script to read Jenkinsfile
 > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/Xpect.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/Xpect.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 9a0c75a1a94b10f27f351b0cf43863382953cc04 (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 9a0c75a1a94b10f27f351b0cf43863382953cc04
Commit message: "adjust Jenkinsfile for eclipse infra (#227)"
First time build. Skipping changelog.
[Pipeline] timestamps
[Pipeline] {
[Pipeline] node
Running on master in /home/hudson/genie.xpect/.jenkins/jobs/Xpect-Integration-Release/workspace
[Pipeline] {
[Pipeline] tool
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (prepare workspace)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/Xpect.git
 > /usr/local/bin/git init /home/hudson/genie.xpect/.jenkins/jobs/Xpect-Integration-Release/workspace # timeout=10
Fetching upstream changes from https://github.com/eclipse/Xpect.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/Xpect.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/Xpect.git
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/Xpect.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 9a0c75a1a94b10f27f351b0cf43863382953cc04 (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 9a0c75a1a94b10f27f351b0cf43863382953cc04
Commit message: "adjust Jenkinsfile for eclipse infra (#227)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (log configuration)
[Pipeline] echo
===== checking tools versions =====
[Pipeline] sh
[workspace] Running shell script
+ git config --get remote.origin.url
https://github.com/eclipse/Xpect.git
+ git reset --hard
HEAD is now at 9a0c75a adjust Jenkinsfile for eclipse infra (#227)
+ pwd
/jobs/genie.xpect/Xpect-Integration-Release/workspace
+ ls -la
total 48
drwxrwsr-x 1 genie.xpect modeling.xpect  1034 Dec 15 10:33 .
drwxrwsr-x 1 genie.xpect modeling.xpect   186 Dec 15 10:33 ..
-rw-rw-r-- 1 genie.xpect modeling.xpect 12535 Dec 15 10:33 EPL-1.0.html
drwxrwsr-x 1 genie.xpect modeling.xpect   154 Dec 15 10:33 .git
-rw-rw-r-- 1 genie.xpect modeling.xpect    35 Dec 15 10:33 .gitignore
-rw-rw-r-- 1 genie.xpect modeling.xpect  2636 Dec 15 10:33 Jenkinsfile
-rw-rw-r-- 1 genie.xpect modeling.xpect  9013 Dec 15 10:33 notice.html
drwxrwsr-x 1 genie.xpect modeling.xpect   270 Dec 15 10:33 org.eclipse.xpect
drwxrwsr-x 1 genie.xpect modeling.xpect   198 Dec 15 10:33 org.eclipse.xpect.doc
drwxrwsr-x 1 genie.xpect modeling.xpect   180 Dec 15 10:33 org.eclipse.xpect.examples
drwxrwsr-x 1 genie.xpect modeling.xpect   584 Dec 15 10:33 org.eclipse.xpect.releng
drwxrwsr-x 1 genie.xpect modeling.xpect   138 Dec 15 10:33 org.eclipse.xpect.sdk
drwxrwsr-x 1 genie.xpect modeling.xpect   208 Dec 15 10:33 org.eclipse.xpect.tests
drwxrwsr-x 1 genie.xpect modeling.xpect   248 Dec 15 10:33 org.eclipse.xpect.ui
drwxrwsr-x 1 genie.xpect modeling.xpect   206 Dec 15 10:33 org.eclipse.xpect.ui.junit
drwxrwsr-x 1 genie.xpect modeling.xpect   176 Dec 15 10:33 org.eclipse.xpect.xtext.lib
drwxrwsr-x 1 genie.xpect modeling.xpect   138 Dec 15 10:33 org.eclipse.xpect.xtext.lib.feature
drwxrwsr-x 1 genie.xpect modeling.xpect   196 Dec 15 10:33 org.eclipse.xpect.xtext.lib.tests
drwxrwsr-x 1 genie.xpect modeling.xpect   176 Dec 15 10:33 org.eclipse.xpect.xtext.xbase.lib
drwxrwsr-x 1 genie.xpect modeling.xpect   138 Dec 15 10:33 org.eclipse.xpect.xtext.xbase.lib.feature
drwxrwsr-x 1 genie.xpect modeling.xpect   220 Dec 15 10:33 org.eclipse.xtext.example.arithmetics.xpect.tests
drwxrwsr-x 1 genie.xpect modeling.xpect   194 Dec 15 10:33 org.eclipse.xtext.example.domainmodel.xpect.tests
-rw-rw-r-- 1 genie.xpect modeling.xpect  3035 Dec 15 10:33 pom.xml
-rw-rw-r-- 1 genie.xpect modeling.xpect   198 Dec 15 10:33 .project
-rw-rw-r-- 1 genie.xpect modeling.xpect  1985 Dec 15 10:33 README.md
+ /shared/common/apache-maven-3.0.5/bin/mvn -v
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 08:51:28-0500)
Maven home: /shared/common/apache-maven-3.0.5
Java version: 1.8.0_131, vendor: Oracle Corporation
Java home: /opt/public/common/jdk1.8.0_131.x64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
[Pipeline] echo
===================================
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (compile with Eclipse Luna and Xtext 2.9.2)
[Pipeline] sh
[workspace] Running shell script
+ /shared/common/apache-maven-3.0.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 --batch-mode --update-snapshots clean install
[INFO] Scanning for projects...
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-maven-plugin/0.26.0/tycho-maven-plugin-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.26.0/tycho-maven-plugin-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.26.0/tycho-maven-plugin-0.26.0.pom (3 KB at 21.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho/0.26.0/tycho-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/0.26.0/tycho-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/0.26.0/tycho-0.26.0.pom (19 KB at 468.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-core/0.26.0/tycho-core-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.26.0/tycho-core-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.26.0/tycho-core-0.26.0.pom (5 KB at 144.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (7 KB at 185.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 KB at 929.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 KB at 1116.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/apache/6/apache-6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 KB at 568.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (4 KB at 172.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (3 KB at 111.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 550.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 300.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 441.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (2 KB at 91.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (3 KB at 86.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 42.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (6 KB at 227.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 844.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 39.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 147.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 107.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 316.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 390.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (5 KB at 239.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (9 KB at 80.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 510.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (2 KB at 94.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (2 KB at 94.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (3 KB at 159.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (6 KB at 276.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (4 KB at 179.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (3 KB at 149.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (2 KB at 71.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (8 KB at 330.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 KB at 389.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4 KB at 139.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 711.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (6 KB at 296.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 KB at 600.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (3 KB at 115.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (3 KB at 134.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (2 KB at 90.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (8 KB at 279.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (3 KB at 118.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (4 KB at 180.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (2 KB at 100.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom (5 KB at 213.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3 KB at 119.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 KB at 539.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom (4 KB at 182.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3 KB at 157.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 KB at 631.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 KB at 633.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 196.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/apache/9/apache-9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 KB at 822.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (12 KB at 360.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (55 KB at 2375.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/apache/13/apache-13.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 KB at 802.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom (2 KB at 46.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/sisu-equinox-embedder/0.26.0/sisu-equinox-embedder-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.26.0/sisu-equinox-embedder-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.26.0/sisu-equinox-embedder-0.26.0.pom (2 KB at 62.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/sisu-equinox/0.26.0/sisu-equinox-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/0.26.0/sisu-equinox-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/0.26.0/sisu-equinox-0.26.0.pom (2 KB at 37.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.pom (2 KB at 24.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/sisu-equinox-api/0.26.0/sisu-equinox-api-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.26.0/sisu-equinox-api-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.26.0/sisu-equinox-api-0.26.0.pom (2 KB at 60.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.26.0/tycho-metadata-model-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.26.0/tycho-metadata-model-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.26.0/tycho-metadata-model-0.26.0.pom (2 KB at 44.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/de/pdark/decentxml/1.3/decentxml-1.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (7 KB at 340.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-embedder-api/0.26.0/tycho-embedder-api-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.26.0/tycho-embedder-api-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.26.0/tycho-embedder-api-0.26.0.pom (3 KB at 69.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.26.0/org.eclipse.tycho.embedder.shared-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.26.0/org.eclipse.tycho.embedder.shared-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.26.0/org.eclipse.tycho.embedder.shared-0.26.0.pom (2 KB at 38.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-bundles/0.26.0/tycho-bundles-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/0.26.0/tycho-bundles-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/0.26.0/tycho-bundles-0.26.0.pom (4 KB at 12.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.26.0/org.eclipse.tycho.core.shared-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.26.0/org.eclipse.tycho.core.shared-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.26.0/org.eclipse.tycho.core.shared-0.26.0.pom (2 KB at 37.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-p2-facade/0.26.0/tycho-p2-facade-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.26.0/tycho-p2-facade-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.26.0/tycho-p2-facade-0.26.0.pom (3 KB at 75.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-p2/0.26.0/tycho-p2-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/0.26.0/tycho-p2-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/0.26.0/tycho-p2-0.26.0.pom (2 KB at 41.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.26.0/org.eclipse.tycho.p2.resolver.shared-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.26.0/org.eclipse.tycho.p2.resolver.shared-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.26.0/org.eclipse.tycho.p2.resolver.shared-0.26.0.pom (2 KB at 31.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.26.0/org.eclipse.tycho.p2.tools.shared-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.26.0/org.eclipse.tycho.p2.tools.shared-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.26.0/org.eclipse.tycho.p2.tools.shared-0.26.0.pom (2 KB at 34.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-maven-plugin/0.26.0/tycho-maven-plugin-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-core/0.26.0/tycho-core-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/sisu-equinox-embedder/0.26.0/sisu-equinox-embedder-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/sisu-equinox-api/0.26.0/sisu-equinox-api-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.26.0/tycho-metadata-model-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-embedder-api/0.26.0/tycho-embedder-api-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.26.0/org.eclipse.tycho.embedder.shared-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.26.0/org.eclipse.tycho.core.shared-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-p2-facade/0.26.0/tycho-p2-facade-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.26.0/org.eclipse.tycho.p2.resolver.shared-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.26.0/org.eclipse.tycho.p2.tools.shared-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.26.0/tycho-maven-plugin-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.26.0/tycho-core-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.26.0/tycho-maven-plugin-0.26.0.jar (6 KB at 162.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.26.0/tycho-core-0.26.0.jar (191 KB at 5437.6 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (106 KB at 2703.0 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (461 KB at 8226.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 1212.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (14 KB at 686.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (60 KB at 2208.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar (81 KB at 3834.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar (142 KB at 6172.7 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar (226 KB at 6619.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.26.0/sisu-equinox-embedder-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (170 KB at 5650.6 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.26.0/sisu-equinox-embedder-0.26.0.jar (13 KB at 679.7 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.26.0/sisu-equinox-api-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (370 KB at 12311.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.26.0/tycho-metadata-model-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar (239 KB at 7944.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.26.0/sisu-equinox-api-0.26.0.jar (4 KB at 139.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.26.0/tycho-embedder-api-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.26.0/tycho-metadata-model-0.26.0.jar (36 KB at 1367.7 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.26.0/org.eclipse.tycho.embedder.shared-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (109 KB at 3631.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.26.0/org.eclipse.tycho.core.shared-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.26.0/tycho-embedder-api-0.26.0.jar (7 KB at 488.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.26.0/tycho-p2-facade-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.26.0/org.eclipse.tycho.embedder.shared-0.26.0.jar (10 KB at 520.3 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.jar (1352 KB at 20797.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.26.0/org.eclipse.tycho.p2.resolver.shared-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.26.0/org.eclipse.tycho.core.shared-0.26.0.jar (37 KB at 1945.7 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.26.0/org.eclipse.tycho.p2.tools.shared-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.26.0/tycho-p2-facade-0.26.0.jar (34 KB at 2070.9 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.26.0/org.eclipse.tycho.p2.resolver.shared-0.26.0.jar (27 KB at 2001.0 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 216.4 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.26.0/org.eclipse.tycho.p2.tools.shared-0.26.0.jar (21 KB at 1466.0 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (150 KB at 630.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/tycho-bundles-external-0.26.0.zip
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/0.26.0/tycho-bundles-external-0.26.0.zip
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/0.26.0/tycho-bundles-external-0.26.0.zip (7207 KB at 32463.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.26.0/org.eclipse.tycho.p2.resolver.impl-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.26.0/org.eclipse.tycho.p2.resolver.impl-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.26.0/org.eclipse.tycho.p2.resolver.impl-0.26.0.jar (211 KB at 7267.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.26.0/org.eclipse.tycho.p2.maven.repository-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.26.0/org.eclipse.tycho.p2.maven.repository-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.26.0/org.eclipse.tycho.p2.maven.repository-0.26.0.jar (146 KB at 6062.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.26.0/org.eclipse.tycho.p2.tools.impl-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.26.0/org.eclipse.tycho.p2.tools.impl-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.26.0/org.eclipse.tycho.p2.tools.impl-0.26.0.jar (46 KB at 2298.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/target-platform-configuration/0.26.0/target-platform-configuration-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.26.0/target-platform-configuration-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.26.0/target-platform-configuration-0.26.0.pom (2 KB at 73.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/target-platform-configuration/0.26.0/target-platform-configuration-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.26.0/target-platform-configuration-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.26.0/target-platform-configuration-0.26.0.jar (8 KB at 374.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtend/xtend-maven-plugin/2.9.2/xtend-maven-plugin-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.9.2/xtend-maven-plugin-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.9.2/xtend-maven-plugin-2.9.2.pom (8 KB at 367.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.parent/2.9.2/org.eclipse.xtext.parent-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.parent/2.9.2/org.eclipse.xtext.parent-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.parent/2.9.2/org.eclipse.xtext.parent-2.9.2.pom (15 KB at 644.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (5 KB at 235.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtend/xtend-maven-plugin/2.9.2/xtend-maven-plugin-2.9.2.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.9.2/xtend-maven-plugin-2.9.2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.9.2/xtend-maven-plugin-2.9.2.jar (42 KB at 1645.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-source-plugin/0.26.0/tycho-source-plugin-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/0.26.0/tycho-source-plugin-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/0.26.0/tycho-source-plugin-0.26.0.pom (3 KB at 144.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-source-plugin/0.26.0/tycho-source-plugin-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/0.26.0/tycho-source-plugin-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/0.26.0/tycho-source-plugin-0.26.0.jar (23 KB at 1188.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5 KB at 233.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 KB at 677.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 1758.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/apache/5/apache-5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (5 KB at 200.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 233.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 447.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 1287.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/apache/10/apache-10.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 KB at 760.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 45.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 826.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-packaging-plugin/0.26.0/tycho-packaging-plugin-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.26.0/tycho-packaging-plugin-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.26.0/tycho-packaging-plugin-0.26.0.pom (3 KB at 75.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-packaging-plugin/0.26.0/tycho-packaging-plugin-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.26.0/tycho-packaging-plugin-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 KB at 1012.1 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 926.2 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.26.0/tycho-packaging-plugin-0.26.0.jar (126 KB at 3228.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/fornax/toolsupport/fornax-oaw-m2-plugin/3.4.0/fornax-oaw-m2-plugin-3.4.0.pom
Downloaded: http://www.fornax-platform.org/m2/repository/org/fornax/toolsupport/fornax-oaw-m2-plugin/3.4.0/fornax-oaw-m2-plugin-3.4.0.pom (10 KB at 4.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/fornax/fornax-parent/3.3/fornax-parent-3.3.pom
Downloaded: http://www.fornax-platform.org/m2/repository/org/fornax/fornax-parent/3.3/fornax-parent-3.3.pom (12 KB at 6.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/fornax/toolsupport/fornax-oaw-m2-plugin/3.4.0/fornax-oaw-m2-plugin-3.4.0.jar
Downloaded: http://www.fornax-platform.org/m2/repository/org/fornax/toolsupport/fornax-oaw-m2-plugin/3.4.0/fornax-oaw-m2-plugin-3.4.0.jar (33 KB at 11.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (5 KB at 213.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 KB at 668.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 1196.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/apache/7/apache-7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (15 KB at 782.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (23 KB at 1045.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6 KB at 305.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 KB at 851.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-p2-plugin/0.26.0/tycho-p2-plugin-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.26.0/tycho-p2-plugin-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.26.0/tycho-p2-plugin-0.26.0.pom (3 KB at 100.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-p2-plugin/0.26.0/tycho-p2-plugin-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.26.0/tycho-p2-plugin-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.26.0/tycho-p2-plugin-0.26.0.jar (27 KB at 1346.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/sisu-equinox-launching/0.26.0/sisu-equinox-launching-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.26.0/sisu-equinox-launching-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.26.0/sisu-equinox-launching-0.26.0.pom (3 KB at 148.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 KB at 592.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (52 KB at 1472.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-artifactcomparator/0.26.0/tycho-artifactcomparator-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.26.0/tycho-artifactcomparator-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.26.0/tycho-artifactcomparator-0.26.0.pom (2 KB at 81.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2 KB at 101.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (6 KB at 268.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/ow2/ow2/1.3/ow2-1.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (10 KB at 422.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/sisu-equinox-launching/0.26.0/sisu-equinox-launching-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-artifactcomparator/0.26.0/tycho-artifactcomparator-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.26.0/sisu-equinox-launching-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.26.0/tycho-artifactcomparator-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (53 KB at 1386.4 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (370 KB at 9731.2 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.26.0/sisu-equinox-launching-0.26.0.jar (28 KB at 698.0 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.26.0/tycho-artifactcomparator-0.26.0.jar (20 KB at 489.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-compiler-plugin/0.26.0/tycho-compiler-plugin-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.26.0/tycho-compiler-plugin-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.26.0/tycho-compiler-plugin-0.26.0.pom (3 KB at 114.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-compiler-plugin/0.26.0/tycho-compiler-plugin-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.26.0/tycho-compiler-plugin-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.26.0/tycho-compiler-plugin-0.26.0.jar (33 KB at 570.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 298.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 1169.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (6 KB at 293.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 KB at 702.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 KB at 1252.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-site-plugin/3.0/maven-site-plugin-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.0/maven-site-plugin-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.0/maven-site-plugin-3.0.pom (20 KB at 901.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-plugins/21/maven-plugins-21.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/21/maven-plugins-21.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/21/maven-plugins-21.pom (13 KB at 761.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-parent/20/maven-parent-20.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/20/maven-parent-20.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/20/maven-parent-20.pom (25 KB at 1265.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-site-plugin/3.0/maven-site-plugin-3.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.0/maven-site-plugin-3.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.0/maven-site-plugin-3.0.jar (112 KB at 4457.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/0.26.0/tycho-p2-repository-plugin-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/0.26.0/tycho-p2-repository-plugin-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/0.26.0/tycho-p2-repository-plugin-0.26.0.pom (2 KB at 66.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/0.26.0/tycho-p2-repository-plugin-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/0.26.0/tycho-p2-repository-plugin-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/0.26.0/tycho-p2-repository-plugin-0.26.0.jar (14 KB at 458.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/0.26.0/tycho-p2-publisher-plugin-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/0.26.0/tycho-p2-publisher-plugin-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/0.26.0/tycho-p2-publisher-plugin-0.26.0.pom (3 KB at 35.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/0.26.0/tycho-p2-publisher-plugin-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/0.26.0/tycho-p2-publisher-plugin-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/0.26.0/tycho-p2-publisher-plugin-0.26.0.jar (20 KB at 746.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 816.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 2154.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 11422.3 KB/sec)
[INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/pom.xml
[INFO] Adding repository http://download.itemis.com/updates/releases/2.1.1
[INFO] Fetching content.jar from http://download.itemis.com/updates/releases/2.1.1/ (5.47kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/
[INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (38.25kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (38.25kB)
[INFO] Adding repository http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/ (11.42kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/ (11.42kB)
[INFO] Adding repository http://meysholdt.github.io/eclipse_jdt_junit_runners/updatesite
[INFO] Fetching content.jar from http://meysholdt.github.io/eclipse_jdt_junit_runners/updatesite/ (3.49kB)
[INFO] Fetching content.jar from http://meysholdt.github.io/eclipse_jdt_junit_runners/updatesite/ (3.49kB)
[INFO] Adding repository http://meysholdt.github.io/xtext_stateful_lexer/updatesite
[INFO] Fetching content.jar from http://meysholdt.github.io/xtext_stateful_lexer/updatesite/ (1.3kB)
[INFO] Fetching content.jar from http://meysholdt.github.io/xtext_stateful_lexer/updatesite/ (1.3kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201502271000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201502271000/
[INFO] Adding repository http://download.eclipse.org/releases/luna/201502271000
[INFO] Fetching content.jar from http://download.eclipse.org/releases/luna/201502271000/ (2.61MB)
[INFO] Fetching content.jar from http://download.eclipse.org/releases/luna/201502271000/ (2.61MB)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (414B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (414B)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/pom.xml
[INFO] Fetching 2.9.2&format=xml&countryCode=us&timeZone=-5&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/tmf/xtext/updates/releases/ (63B)
[INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (592.83kB)
[INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (592.83kB)
[INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (137.61kB)
[INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (137.61kB)
[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)
[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)
[INFO] Fetching de.itemis.statefullexer_1.0.0.201706281509.jar from http://meysholdt.github.io/xtext_stateful_lexer/updatesite/plugins/ (167.38kB)
[INFO] Fetching de.itemis.statefullexer_1.0.0.201706281509.jar from http://meysholdt.github.io/xtext_stateful_lexer/updatesite/plugins/ (167.38kB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching &countryCode=us&timeZone=-5&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/luna/201502271000/ (63B)
[INFO] Fetching org.eclipse.osgi_3.10.2.v20150203-1939.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (387.71kB)
[INFO] Fetching org.eclipse.osgi_3.10.2.v20150203-1939.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (387.71kB)
[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)
[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)
[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)
[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)
[INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (36.22kB)
[INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (36.22kB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching org.eclipse.core.resources_3.9.1.v20140825-1431.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (814.2kB)
[INFO] Fetching org.eclipse.core.resources_3.9.1.v20140825-1431.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (814.2kB)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching com.ibm.icu_52.1.1.v201501240615.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (7.77MB)
[INFO] Fetching com.ibm.icu_52.1.1.v201501240615.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (7.77MB)
[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)
[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)
[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)
[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)
[INFO] Fetching org.eclipse.jdt.core_3.10.2.v20150120-1634.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (5.32MB)
[INFO] Fetching org.eclipse.jdt.core_3.10.2.v20150120-1634.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (5.32MB)
[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)
[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)
[INFO] Fetching org.eclipse.text_3.5.300.v20130515-1451.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (78.99kB)
[INFO] Fetching org.eclipse.text_3.5.300.v20130515-1451.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (78.99kB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching org.apache.ant_1.9.2.v201404171502.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (2.17MB)
[INFO] Fetching org.apache.ant_1.9.2.v201404171502.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (2.17MB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching org.eclipse.xpand_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (79.66kB)
[INFO] Fetching org.eclipse.xpand_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (79.66kB)
[INFO] Fetching org.eclipse.xtend_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (147.66kB)
[INFO] Fetching org.eclipse.xtend_2.0.0.v201406030414.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (147.66kB)
[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)
[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)
[INFO] Fetching org.junit_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (222.27kB)
[INFO] Fetching org.junit_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (222.27kB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (19.79kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (19.79kB)
[INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui/pom.xml
[INFO] Fetching javax.annotation_1.2.0.v201401042248.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (21.11kB)
[INFO] Fetching javax.annotation_1.2.0.v201401042248.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (21.11kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (63.94kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (63.94kB)
[INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (88.73kB)
[INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (88.73kB)
[INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (60.88kB)
[INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (60.88kB)
[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)
[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)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (18.5kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (18.5kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (27.84kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (27.84kB)
[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)
[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)
[INFO] Fetching org.eclipse.osgi.services_3.4.0.v20140312-2051.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (33kB)
[INFO] Fetching org.eclipse.osgi.services_3.4.0.v20140312-2051.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (33kB)
[INFO] Fetching org.eclipse.compare_3.5.501.v20140817-1445.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (225.93kB)
[INFO] Fetching org.eclipse.compare_3.5.501.v20140817-1445.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (225.93kB)
[INFO] Fetching org.eclipse.ui_3.106.1.v20141002-1150.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (162.22kB)
[INFO] Fetching org.eclipse.ui_3.106.1.v20141002-1150.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (162.22kB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching org.eclipse.help_3.6.0.v20130326-1254.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (107.95kB)
[INFO] Fetching org.eclipse.help_3.6.0.v20130326-1254.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (107.95kB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching org.eclipse.swt_3.103.2.v20150203-1313.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (16.84kB)
[INFO] Fetching org.eclipse.swt_3.103.2.v20150203-1313.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (16.84kB)
[INFO] Fetching org.eclipse.jface_3.10.2.v20141021-1035.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (337.88kB)
[INFO] Fetching org.eclipse.jface_3.10.2.v20141021-1035.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (337.88kB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching org.eclipse.search_3.9.100.v20140226-1637.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (146.93kB)
[INFO] Fetching org.eclipse.search_3.9.100.v20140226-1637.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (146.93kB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching org.w3c.dom.smil_1.0.0.v200806040011.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (12.78kB)
[INFO] Fetching org.w3c.dom.smil_1.0.0.v200806040011.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (12.78kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.103.2.v20150203-1351.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.05MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.103.2.v20150203-1351.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.05MB)
[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)
[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)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_3.103.2.v20150203-1351.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.08MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_3.103.2.v20150203-1351.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.08MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx_3.103.2.v20150203-1351.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (943.07kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx_3.103.2.v20150203-1351.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (943.07kB)
[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)
[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)
[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)
[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)
[INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui.junit:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui.junit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui.junit:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui.junit/pom.xml
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.6.300.v20140512-1926.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.32MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.6.300.v20140512-1926.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.32MB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (103.9kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (103.9kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (73.46kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (73.46kB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching org.eclipse.jdt_3.10.1.v20150204-1700.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (32.16kB)
[INFO] Fetching org.eclipse.jdt_3.10.1.v20150204-1700.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (32.16kB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Fetching org.eclipse.jdt.junit.runners_0.1.0.201308221506.jar from http://meysholdt.github.io/eclipse_jdt_junit_runners/updatesite/plugins/ (24.46kB)
[INFO] Fetching org.eclipse.jdt.junit.runners_0.1.0.201308221506.jar from http://meysholdt.github.io/eclipse_jdt_junit_runners/updatesite/plugins/ (24.46kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.400.v20140314-0036.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (10.49kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.400.v20140314-0036.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (10.49kB)
[INFO] Fetching org.eclipse.pde.build_3.9.0.v20140415-2029.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (489.35kB)
[INFO] Fetching org.eclipse.pde.build_3.9.0.v20140415-2029.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (489.35kB)
[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)
[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)
[INFO] Fetching org.eclipse.pde.core_3.10.2.v20150127-1015.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.21MB)
[INFO] Fetching org.eclipse.pde.core_3.10.2.v20150127-1015.jar from http://download.eclipse.org/releases/luna/201502271000/plugins/ (1.21MB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.ui.junit:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui.junit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib/pom.xml
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.sdk:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.sdk:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.sdk/pom.xml
[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)
[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)
[INFO] Fetching org.junit.source_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (100.83kB)
[INFO] Fetching org.junit.source_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (100.83kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (25.74kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (25.74kB)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.sdk:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.sdk/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.feature:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.feature:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.feature:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib.feature:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib.feature:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.xbase.lib.feature:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.repository:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/p2-repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.repository:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/p2-repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.repository:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/p2-repository/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.ide:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.ide:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.ide:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.ui:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.ui:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.ui:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.ui:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.ui:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.ui:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2
[INFO] org.eclipse.xpect
[INFO] org.eclipse.xpect.ui
[INFO] org.eclipse.xpect.ui.junit
[INFO] org.eclipse.xpect.xtext.lib
[INFO] org.eclipse.xpect.xtext.xbase.lib
[INFO] org.eclipse.xpect.xtext.lib.feature
[INFO] org.eclipse.xpect.xtext.xbase.lib.feature
[INFO] org.eclipse.xpect.sdk
[INFO] org.eclipse.xpect.repository
[INFO] org.eclipse.xtext.example.maven_parents.grammar_plugin
[INFO] org.eclipse.xtext.example.arithmetics
[INFO] org.eclipse.xtext.example.arithmetics.ide
[INFO] org.eclipse.xtext.example.arithmetics.ui
[INFO] org.eclipse.xtext.example.domainmodel
[INFO] org.eclipse.xtext.example.domainmodel.ui
[INFO] org.eclipse.xpect.root
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 ---
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 67.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 519.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 826.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/apache/3/apache-3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (4 KB at 176.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 203.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 9475.7 KB/sec)
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 ---
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/maven-metadata.xml (3 KB at 102.2 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/maven-metadata.xml (695 B at 2.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (6 KB at 292.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2 KB at 83.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 49.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/11.0-rc1/guava-11.0-rc1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0-rc1/guava-11.0-rc1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0-rc1/guava-11.0-rc1.pom (6 KB at 334.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/11.0-rc1/guava-parent-11.0-rc1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0-rc1/guava-parent-11.0-rc1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0-rc1/guava-parent-11.0-rc1.pom (2 KB at 112.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/11.0/guava-11.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0/guava-11.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0/guava-11.0.pom (6 KB at 296.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/11.0/guava-parent-11.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0/guava-parent-11.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0/guava-parent-11.0.pom (2 KB at 50.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/11.0.1/guava-11.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.1/guava-11.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.1/guava-11.0.1.pom (6 KB at 222.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/11.0.1/guava-parent-11.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.1/guava-parent-11.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.1/guava-parent-11.0.1.pom (2 KB at 112.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/11.0.2/guava-11.0.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.pom (6 KB at 296.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom (2 KB at 100.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/12.0-rc1/guava-12.0-rc1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0-rc1/guava-12.0-rc1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0-rc1/guava-12.0-rc1.pom (6 KB at 314.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/12.0-rc1/guava-parent-12.0-rc1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0-rc1/guava-parent-12.0-rc1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0-rc1/guava-parent-12.0-rc1.pom (2 KB at 106.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/12.0-rc2/guava-12.0-rc2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0-rc2/guava-12.0-rc2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0-rc2/guava-12.0-rc2.pom (6 KB at 288.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/12.0-rc2/guava-parent-12.0-rc2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0-rc2/guava-parent-12.0-rc2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0-rc2/guava-parent-12.0-rc2.pom (3 KB at 110.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/12.0/guava-12.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0/guava-12.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0/guava-12.0.pom (6 KB at 305.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/12.0/guava-parent-12.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0/guava-parent-12.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0/guava-parent-12.0.pom (3 KB at 122.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/12.0.1/guava-12.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0.1/guava-12.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0.1/guava-12.0.1.pom (6 KB at 288.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/12.0.1/guava-parent-12.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0.1/guava-parent-12.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0.1/guava-parent-12.0.1.pom (3 KB at 33.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/13.0-rc1/guava-13.0-rc1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0-rc1/guava-13.0-rc1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0-rc1/guava-13.0-rc1.pom (6 KB at 290.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/13.0-rc1/guava-parent-13.0-rc1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0-rc1/guava-parent-13.0-rc1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0-rc1/guava-parent-13.0-rc1.pom (3 KB at 138.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/13.0-rc2/guava-13.0-rc2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0-rc2/guava-13.0-rc2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0-rc2/guava-13.0-rc2.pom (6 KB at 274.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/13.0-rc2/guava-parent-13.0-rc2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0-rc2/guava-parent-13.0-rc2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0-rc2/guava-parent-13.0-rc2.pom (3 KB at 138.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/13.0/guava-13.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0/guava-13.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0/guava-13.0.pom (6 KB at 326.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/13.0/guava-parent-13.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0/guava-parent-13.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0/guava-parent-13.0.pom (3 KB at 146.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/13.0.1/guava-13.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0.1/guava-13.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0.1/guava-13.0.1.pom (6 KB at 307.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/13.0.1/guava-parent-13.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0.1/guava-parent-13.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0.1/guava-parent-13.0.1.pom (3 KB at 166.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/14.0-rc1/guava-14.0-rc1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0-rc1/guava-14.0-rc1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0-rc1/guava-14.0-rc1.pom (6 KB at 214.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/14.0-rc1/guava-parent-14.0-rc1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0-rc1/guava-parent-14.0-rc1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0-rc1/guava-parent-14.0-rc1.pom (3 KB at 138.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/14.0-rc2/guava-14.0-rc2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0-rc2/guava-14.0-rc2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0-rc2/guava-14.0-rc2.pom (6 KB at 291.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/14.0-rc2/guava-parent-14.0-rc2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0-rc2/guava-parent-14.0-rc2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0-rc2/guava-parent-14.0-rc2.pom (3 KB at 124.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/14.0-rc3/guava-14.0-rc3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0-rc3/guava-14.0-rc3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0-rc3/guava-14.0-rc3.pom (6 KB at 308.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/14.0-rc3/guava-parent-14.0-rc3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0-rc3/guava-parent-14.0-rc3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0-rc3/guava-parent-14.0-rc3.pom (3 KB at 138.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/14.0/guava-14.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0/guava-14.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0/guava-14.0.pom (6 KB at 291.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/14.0/guava-parent-14.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0/guava-parent-14.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0/guava-parent-14.0.pom (3 KB at 138.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (6 KB at 114.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (3 KB at 92.4 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml
Dec 15, 2017 11:09:23 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector tryExecute
INFO: I/O exception (java.net.SocketException) caught when processing request: Connection reset
Dec 15, 2017 11:09:23 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector tryExecute
INFO: Retrying request
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml (2 KB at 76.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml (484 B at 1.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtend/org.eclipse.xtend.core/2.9.2/org.eclipse.xtend.core-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.9.2/org.eclipse.xtend.core-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.9.2/org.eclipse.xtend.core-2.9.2.pom (2 KB at 85.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.tycho.parent/2.9.2/org.eclipse.xtext.tycho.parent-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.tycho.parent/2.9.2/org.eclipse.xtext.tycho.parent-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.tycho.parent/2.9.2/org.eclipse.xtext.tycho.parent-2.9.2.pom (8 KB at 471.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml (2 KB at 69.9 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml (485 B at 1.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.9.2/org.eclipse.xtext.xbase-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.9.2/org.eclipse.xtext.xbase-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.9.2/org.eclipse.xtext.xbase-2.9.2.pom (2 KB at 109.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml (2 KB at 95.7 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml (479 B at 0.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext/2.9.2/org.eclipse.xtext-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.9.2/org.eclipse.xtext-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.9.2/org.eclipse.xtext-2.9.2.pom (3 KB at 108.6 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml (2 KB at 76.1 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml (484 B at 4.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.util/2.9.2/org.eclipse.xtext.util-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.9.2/org.eclipse.xtext.util-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.9.2/org.eclipse.xtext.util-2.9.2.pom (2 KB at 112.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/inject/guice/3.0/guice-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/3.0/guice-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/3.0/guice-3.0.pom (8 KB at 374.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom (13 KB at 506.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/google/5/google-5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (3 KB at 72.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 28.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 16.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.15/log4j-1.2.15.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.15/log4j-1.2.15.pom (18 KB at 643.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (907 B at 52.1 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (501 B at 4.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.9.0-v20130528-0742/org.eclipse.emf.ecore-2.9.0-v20130528-0742.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.9.0-v20130528-0742/org.eclipse.emf.ecore-2.9.0-v20130528-0742.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.9.0-v20130528-0742/org.eclipse.emf.ecore-2.9.0-v20130528-0742.pom (2 KB at 60.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.9.1-v20130827-0309/org.eclipse.emf.ecore-2.9.1-v20130827-0309.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.9.1-v20130827-0309/org.eclipse.emf.ecore-2.9.1-v20130827-0309.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.9.1-v20130827-0309/org.eclipse.emf.ecore-2.9.1-v20130827-0309.pom (2 KB at 60.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.9.2-v20131212-0545/org.eclipse.emf.ecore-2.9.2-v20131212-0545.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.9.2-v20131212-0545/org.eclipse.emf.ecore-2.9.2-v20131212-0545.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.9.2-v20131212-0545/org.eclipse.emf.ecore-2.9.2-v20131212-0545.pom (2 KB at 60.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml (819 B at 0.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20130911-SNAPSHOT/org.eclipse.emf.ecore-2.10.0-v20130911-20131101.184326-1.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20130911-SNAPSHOT/org.eclipse.emf.ecore-2.10.0-v20130911-20131101.184326-1.pom
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20130911-SNAPSHOT/org.eclipse.emf.ecore-2.10.0-v20130911-20131101.184326-1.pom (2 KB at 0.4 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml (819 B at 2.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140117-SNAPSHOT/org.eclipse.emf.ecore-2.10.0-v20140117-20140308.162131-1.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140117-SNAPSHOT/org.eclipse.emf.ecore-2.10.0-v20140117-20140308.162131-1.pom
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140117-SNAPSHOT/org.eclipse.emf.ecore-2.10.0-v20140117-20140308.162131-1.pom (2 KB at 9.7 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml (819 B at 7.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-SNAPSHOT/org.eclipse.emf.ecore-2.10.0-v20140514-20140615.074948-1.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-SNAPSHOT/org.eclipse.emf.ecore-2.10.0-v20140514-20140615.074948-1.pom
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-SNAPSHOT/org.eclipse.emf.ecore-2.10.0-v20140514-20140615.074948-1.pom (2 KB at 2.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-1158/org.eclipse.emf.ecore-2.10.0-v20140514-1158.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-1158/org.eclipse.emf.ecore-2.10.0-v20140514-1158.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-1158/org.eclipse.emf.ecore-2.10.0-v20140514-1158.pom (2 KB at 49.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.1/org.eclipse.emf.ecore-2.10.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.10.1/org.eclipse.emf.ecore-2.10.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.10.1/org.eclipse.emf.ecore-2.10.1.pom (2 KB at 53.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.1-v20140901-1043/org.eclipse.emf.ecore-2.10.1-v20140901-1043.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.10.1-v20140901-1043/org.eclipse.emf.ecore-2.10.1-v20140901-1043.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.10.1-v20140901-1043/org.eclipse.emf.ecore-2.10.1-v20140901-1043.pom (2 KB at 51.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.2-v20150123-0348/org.eclipse.emf.ecore-2.10.2-v20150123-0348.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.10.2-v20150123-0348/org.eclipse.emf.ecore-2.10.2-v20150123-0348.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.10.2-v20150123-0348/org.eclipse.emf.ecore-2.10.2-v20150123-0348.pom (2 KB at 60.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.11.0-v20150123-0347/org.eclipse.emf.ecore-2.11.0-v20150123-0347.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.11.0-v20150123-0347/org.eclipse.emf.ecore-2.11.0-v20150123-0347.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.11.0-v20150123-0347/org.eclipse.emf.ecore-2.11.0-v20150123-0347.pom (2 KB at 60.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.11.1/org.eclipse.emf.ecore-2.11.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.11.1/org.eclipse.emf.ecore-2.11.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.11.1/org.eclipse.emf.ecore-2.11.1.pom (2 KB at 63.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.11.1-v20150805-0538/org.eclipse.emf.ecore-2.11.1-v20150805-0538.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.11.1-v20150805-0538/org.eclipse.emf.ecore-2.11.1-v20150805-0538.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.11.1-v20150805-0538/org.eclipse.emf.ecore-2.11.1-v20150805-0538.pom (2 KB at 49.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.11.2/org.eclipse.emf.ecore-2.11.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.11.2/org.eclipse.emf.ecore-2.11.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.11.2/org.eclipse.emf.ecore-2.11.2.pom (2 KB at 59.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.pom (2 KB at 63.0 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (876 B at 53.5 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (502 B at 4.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.9.0-v20130528-0742/org.eclipse.emf.common-2.9.0-v20130528-0742.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.9.0-v20130528-0742/org.eclipse.emf.common-2.9.0-v20130528-0742.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.9.0-v20130528-0742/org.eclipse.emf.common-2.9.0-v20130528-0742.pom (2 KB at 60.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.9.1-v20130827-0309/org.eclipse.emf.common-2.9.1-v20130827-0309.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.9.1-v20130827-0309/org.eclipse.emf.common-2.9.1-v20130827-0309.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.9.1-v20130827-0309/org.eclipse.emf.common-2.9.1-v20130827-0309.pom (2 KB at 60.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.9.2-v20131212-0545/org.eclipse.emf.common-2.9.2-v20131212-0545.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.9.2-v20131212-0545/org.eclipse.emf.common-2.9.2-v20131212-0545.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.9.2-v20131212-0545/org.eclipse.emf.common-2.9.2-v20131212-0545.pom (2 KB at 54.0 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml (820 B at 6.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20130911-SNAPSHOT/org.eclipse.emf.common-2.10.0-v20130911-20131101.184418-1.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20130911-SNAPSHOT/org.eclipse.emf.common-2.10.0-v20130911-20131101.184418-1.pom
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20130911-SNAPSHOT/org.eclipse.emf.common-2.10.0-v20130911-20131101.184418-1.pom (2 KB at 9.9 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml (820 B at 2.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140117-SNAPSHOT/org.eclipse.emf.common-2.10.0-v20140117-20140308.162206-1.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140117-SNAPSHOT/org.eclipse.emf.common-2.10.0-v20140117-20140308.162206-1.pom
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140117-SNAPSHOT/org.eclipse.emf.common-2.10.0-v20140117-20140308.162206-1.pom (2 KB at 9.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml (820 B at 1.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-SNAPSHOT/org.eclipse.emf.common-2.10.0-v20140514-20140615.074938-1.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-SNAPSHOT/org.eclipse.emf.common-2.10.0-v20140514-20140615.074938-1.pom
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-SNAPSHOT/org.eclipse.emf.common-2.10.0-v20140514-20140615.074938-1.pom (2 KB at 9.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-1158/org.eclipse.emf.common-2.10.0-v20140514-1158.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-1158/org.eclipse.emf.common-2.10.0-v20140514-1158.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-1158/org.eclipse.emf.common-2.10.0-v20140514-1158.pom (2 KB at 47.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.1/org.eclipse.emf.common-2.10.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.10.1/org.eclipse.emf.common-2.10.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.10.1/org.eclipse.emf.common-2.10.1.pom (2 KB at 53.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.1-v20140901-1043/org.eclipse.emf.common-2.10.1-v20140901-1043.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.10.1-v20140901-1043/org.eclipse.emf.common-2.10.1-v20140901-1043.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.10.1-v20140901-1043/org.eclipse.emf.common-2.10.1-v20140901-1043.pom (2 KB at 49.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.1-v20150123-0348/org.eclipse.emf.common-2.10.1-v20150123-0348.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.10.1-v20150123-0348/org.eclipse.emf.common-2.10.1-v20150123-0348.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.10.1-v20150123-0348/org.eclipse.emf.common-2.10.1-v20150123-0348.pom (2 KB at 60.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.11.0/org.eclipse.emf.common-2.11.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.11.0/org.eclipse.emf.common-2.11.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.11.0/org.eclipse.emf.common-2.11.0.pom (2 KB at 59.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.11.0-v20150123-0347/org.eclipse.emf.common-2.11.0-v20150123-0347.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.11.0-v20150123-0347/org.eclipse.emf.common-2.11.0-v20150123-0347.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.11.0-v20150123-0347/org.eclipse.emf.common-2.11.0-v20150123-0347.pom (2 KB at 60.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.11.0-v20150805-0538/org.eclipse.emf.common-2.11.0-v20150805-0538.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.11.0-v20150805-0538/org.eclipse.emf.common-2.11.0-v20150805-0538.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.11.0-v20150805-0538/org.eclipse.emf.common-2.11.0-v20150805-0538.pom (2 KB at 60.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.pom (2 KB at 59.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml (2 KB at 95.6 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml (483 B at 4.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.9.2/org.eclipse.xtend.lib-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.9.2/org.eclipse.xtend.lib-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.9.2/org.eclipse.xtend.lib-2.9.2.pom (2 KB at 46.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.9.2/org.eclipse.xtext.xbase.lib-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.9.2/org.eclipse.xtext.xbase.lib-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.9.2/org.eclipse.xtext.xbase.lib-2.9.2.pom (873 B at 37.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.9.2/org.eclipse.xtend.lib.macro-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.9.2/org.eclipse.xtend.lib.macro-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.9.2/org.eclipse.xtend.lib.macro-2.9.2.pom (2 KB at 47.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.8.0-v20120911-0500/org.eclipse.emf.ecore-2.8.0-v20120911-0500.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.8.0-v20120911-0500/org.eclipse.emf.ecore-2.8.0-v20120911-0500.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.8.0-v20120911-0500/org.eclipse.emf.ecore-2.8.0-v20120911-0500.pom (2 KB at 60.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.8.0-v20120911-0500/org.eclipse.emf.common-2.8.0-v20120911-0500.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.8.0-v20120911-0500/org.eclipse.emf.common-2.8.0-v20120911-0500.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.8.0-v20120911-0500/org.eclipse.emf.common-2.8.0-v20120911-0500.pom (2 KB at 60.0 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml (879 B at 53.6 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml (505 B at 4.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.8.0-v20120911-0500/org.eclipse.emf.ecore.xmi-2.8.0-v20120911-0500.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.8.0-v20120911-0500/org.eclipse.emf.ecore.xmi-2.8.0-v20120911-0500.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.8.0-v20120911-0500/org.eclipse.emf.ecore.xmi-2.8.0-v20120911-0500.pom (2 KB at 64.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.0-v20130528-0742/org.eclipse.emf.ecore.xmi-2.9.0-v20130528-0742.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.0-v20130528-0742/org.eclipse.emf.ecore.xmi-2.9.0-v20130528-0742.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.0-v20130528-0742/org.eclipse.emf.ecore.xmi-2.9.0-v20130528-0742.pom (2 KB at 39.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.1-v20130827-0309/org.eclipse.emf.ecore.xmi-2.9.1-v20130827-0309.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.1-v20130827-0309/org.eclipse.emf.ecore.xmi-2.9.1-v20130827-0309.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.1-v20130827-0309/org.eclipse.emf.ecore.xmi-2.9.1-v20130827-0309.pom (2 KB at 64.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.1-v20131212-0545/org.eclipse.emf.ecore.xmi-2.9.1-v20131212-0545.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.1-v20131212-0545/org.eclipse.emf.ecore.xmi-2.9.1-v20131212-0545.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.1-v20131212-0545/org.eclipse.emf.ecore.xmi-2.9.1-v20131212-0545.pom (2 KB at 64.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0.v20130911-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0.v20130911-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0.v20130911-SNAPSHOT/maven-metadata.xml (823 B at 7.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0.v20130911-SNAPSHOT/org.eclipse.emf.ecore.xmi-2.10.0.v20130911-20131101.184401-1.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0.v20130911-SNAPSHOT/org.eclipse.emf.ecore.xmi-2.10.0.v20130911-20131101.184401-1.pom
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0.v20130911-SNAPSHOT/org.eclipse.emf.ecore.xmi-2.10.0.v20130911-20131101.184401-1.pom (2 KB at 9.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml (823 B at 2.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140117-SNAPSHOT/org.eclipse.emf.ecore.xmi-2.10.0-v20140117-20140308.162157-1.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140117-SNAPSHOT/org.eclipse.emf.ecore.xmi-2.10.0-v20140117-20140308.162157-1.pom
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140117-SNAPSHOT/org.eclipse.emf.ecore.xmi-2.10.0-v20140117-20140308.162157-1.pom (2 KB at 7.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml (823 B at 7.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-SNAPSHOT/org.eclipse.emf.ecore.xmi-2.10.0-v20140514-20140615.075014-1.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-SNAPSHOT/org.eclipse.emf.ecore.xmi-2.10.0-v20140514-20140615.075014-1.pom
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-SNAPSHOT/org.eclipse.emf.ecore.xmi-2.10.0-v20140514-20140615.075014-1.pom (2 KB at 10.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-1158/org.eclipse.emf.ecore.xmi-2.10.0-v20140514-1158.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-1158/org.eclipse.emf.ecore.xmi-2.10.0-v20140514-1158.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-1158/org.eclipse.emf.ecore.xmi-2.10.0-v20140514-1158.pom (2 KB at 60.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.1/org.eclipse.emf.ecore.xmi-2.10.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.1/org.eclipse.emf.ecore.xmi-2.10.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.1/org.eclipse.emf.ecore.xmi-2.10.1.pom (2 KB at 60.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.1-v20140901-1043/org.eclipse.emf.ecore.xmi-2.10.1-v20140901-1043.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.1-v20140901-1043/org.eclipse.emf.ecore.xmi-2.10.1-v20140901-1043.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.1-v20140901-1043/org.eclipse.emf.ecore.xmi-2.10.1-v20140901-1043.pom (2 KB at 64.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.2-v20150123-0348/org.eclipse.emf.ecore.xmi-2.10.2-v20150123-0348.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.2-v20150123-0348/org.eclipse.emf.ecore.xmi-2.10.2-v20150123-0348.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.2-v20150123-0348/org.eclipse.emf.ecore.xmi-2.10.2-v20150123-0348.pom (2 KB at 60.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.11.0-v20150123-0347/org.eclipse.emf.ecore.xmi-2.11.0-v20150123-0347.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.11.0-v20150123-0347/org.eclipse.emf.ecore.xmi-2.11.0-v20150123-0347.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.11.0-v20150123-0347/org.eclipse.emf.ecore.xmi-2.11.0-v20150123-0347.pom (2 KB at 60.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.11.1/org.eclipse.emf.ecore.xmi-2.11.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.11.1/org.eclipse.emf.ecore.xmi-2.11.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.11.1/org.eclipse.emf.ecore.xmi-2.11.1.pom (2 KB at 56.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.11.1-v20150805-0538/org.eclipse.emf.ecore.xmi-2.11.1-v20150805-0538.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.11.1-v20150805-0538/org.eclipse.emf.ecore.xmi-2.11.1-v20150805-0538.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.11.1-v20150805-0538/org.eclipse.emf.ecore.xmi-2.11.1-v20150805-0538.pom (2 KB at 60.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.pom (2 KB at 49.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 KB at 1045.4 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-runtime/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/antlr/antlr-runtime/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/maven-metadata.xml (850 B at 46.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom (4 KB at 232.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/antlr/antlr-master/3.2/antlr-master-3.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.2/antlr-master-3.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.2/antlr-master-3.2.pom (9 KB at 522.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.pom (1015 B at 55.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml (2 KB at 68.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml (489 B at 1.7 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml (2 KB at 85.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml (492 B at 4.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.9.2/org.eclipse.xtext.common.types-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.9.2/org.eclipse.xtext.common.types-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.9.2/org.eclipse.xtext.common.types-2.9.2.pom (3 KB at 118.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml (737 B at 45.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml (502 B at 4.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130902-0605/org.eclipse.emf.codegen-2.9.0-v20130902-0605.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130902-0605/org.eclipse.emf.codegen-2.9.0-v20130902-0605.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130902-0605/org.eclipse.emf.codegen-2.9.0-v20130902-0605.pom (2 KB at 56.9 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130930-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130930-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130930-SNAPSHOT/maven-metadata.xml (818 B at 7.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130930-SNAPSHOT/org.eclipse.emf.codegen-2.9.0-v20130930-20131101.184305-1.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130930-SNAPSHOT/org.eclipse.emf.codegen-2.9.0-v20130930-20131101.184305-1.pom
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130930-SNAPSHOT/org.eclipse.emf.codegen-2.9.0-v20130930-20131101.184305-1.pom (2 KB at 9.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20140203-1126/org.eclipse.emf.codegen-2.9.0-v20140203-1126.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20140203-1126/org.eclipse.emf.codegen-2.9.0-v20140203-1126.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20140203-1126/org.eclipse.emf.codegen-2.9.0-v20140203-1126.pom (2 KB at 54.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0/org.eclipse.emf.codegen-2.10.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0/org.eclipse.emf.codegen-2.10.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0/org.eclipse.emf.codegen-2.10.0.pom (2 KB at 51.2 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140127-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140127-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140127-SNAPSHOT/maven-metadata.xml (821 B at 7.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140127-SNAPSHOT/org.eclipse.emf.codegen-2.10.0-v20140127-20140308.162113-2.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140127-SNAPSHOT/org.eclipse.emf.codegen-2.10.0-v20140127-20140308.162113-2.pom
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140127-SNAPSHOT/org.eclipse.emf.codegen-2.10.0-v20140127-20140308.162113-2.pom (2 KB at 9.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-SNAPSHOT/maven-metadata.xml (821 B at 6.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-SNAPSHOT/org.eclipse.emf.codegen-2.10.0-v20140519-20140615.074924-1.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-SNAPSHOT/org.eclipse.emf.codegen-2.10.0-v20140519-20140615.074924-1.pom
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-SNAPSHOT/org.eclipse.emf.codegen-2.10.0-v20140519-20140615.074924-1.pom (2 KB at 3.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-0339/org.eclipse.emf.codegen-2.10.0-v20140519-0339.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-0339/org.eclipse.emf.codegen-2.10.0-v20140519-0339.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-0339/org.eclipse.emf.codegen-2.10.0-v20140519-0339.pom (2 KB at 64.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140901-1055/org.eclipse.emf.codegen-2.10.0-v20140901-1055.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140901-1055/org.eclipse.emf.codegen-2.10.0-v20140901-1055.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140901-1055/org.eclipse.emf.codegen-2.10.0-v20140901-1055.pom (2 KB at 68.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20150123-0357/org.eclipse.emf.codegen-2.10.0-v20150123-0357.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20150123-0357/org.eclipse.emf.codegen-2.10.0-v20150123-0357.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20150123-0357/org.eclipse.emf.codegen-2.10.0-v20150123-0357.pom (2 KB at 60.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20150123-0452/org.eclipse.emf.codegen-2.10.0-v20150123-0452.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20150123-0452/org.eclipse.emf.codegen-2.10.0-v20150123-0452.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20150123-0452/org.eclipse.emf.codegen-2.10.0-v20150123-0452.pom (2 KB at 60.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.pom (2 KB at 63.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0-v20150806-0404/org.eclipse.emf.codegen-2.11.0-v20150806-0404.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0-v20150806-0404/org.eclipse.emf.codegen-2.11.0-v20150806-0404.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0-v20150806-0404/org.eclipse.emf.codegen-2.11.0-v20150806-0404.pom (2 KB at 57.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.pom (3 KB at 102.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom (6 KB at 298.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.pom (3 KB at 78.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom (2 KB at 105.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.8.3/org.eclipse.emf.mwe2.lib-2.8.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.8.3/org.eclipse.emf.mwe2.lib-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.8.3/org.eclipse.emf.mwe2.lib-2.8.3.pom (766 B at 29.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.parent/2.8.3/org.eclipse.emf.mwe2.parent-2.8.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.parent/2.8.3/org.eclipse.emf.mwe2.parent-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.parent/2.8.3/org.eclipse.emf.mwe2.parent-2.8.3.pom (7 KB at 153.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml (588 B at 33.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml (464 B at 3.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.8.3/org.eclipse.emf.mwe2.runtime-2.8.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.8.3/org.eclipse.emf.mwe2.runtime-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.8.3/org.eclipse.emf.mwe2.runtime-2.8.3.pom (750 B at 43.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml (2 KB at 63.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml (484 B at 3.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.smap/2.9.2/org.eclipse.xtext.smap-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/2.9.2/org.eclipse.xtext.smap-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/2.9.2/org.eclipse.xtext.smap-2.9.2.pom (601 B at 34.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml (741 B at 42.6 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml (409 B at 3.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/2.9.2/org.eclipse.xtext.xbase.junit-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/2.9.2/org.eclipse.xtext.xbase.junit-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/2.9.2/org.eclipse.xtext.xbase.junit-2.9.2.pom (965 B at 52.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml (736 B at 35.9 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml (404 B at 3.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.junit4/2.9.2/org.eclipse.xtext.junit4-2.9.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.junit4/2.9.2/org.eclipse.xtext.junit4-2.9.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.junit4/2.9.2/org.eclipse.xtext.junit4-2.9.2.pom (919 B at 49.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/junit/junit/4.8.1/junit-4.8.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.1/junit-4.8.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.1/junit-4.8.1.pom (949 B at 51.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.10.0/org.eclipse.jdt.core-3.10.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.10.0/org.eclipse.jdt.core-3.10.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.10.0/org.eclipse.jdt.core-3.10.0.pom (2 KB at 102.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.pom (2 KB at 69.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.pom (2 KB at 42.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.pom (3 KB at 118.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.pom (868 B at 23.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.pom (2 KB at 34.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.pom (2 KB at 64.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.pom (2 KB at 64.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.pom (2 KB at 71.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.pom (782 B at 44.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.pom (2 KB at 77.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/text/org.eclipse.text/3.5.101/org.eclipse.text-3.5.101.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/text/org.eclipse.text/3.5.101/org.eclipse.text-3.5.101.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/text/org.eclipse.text/3.5.101/org.eclipse.text-3.5.101.pom (2 KB at 70.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.commands/3.6.0/org.eclipse.core.commands-3.6.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.commands/3.6.0/org.eclipse.core.commands-3.6.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.commands/3.6.0/org.eclipse.core.commands-3.6.0.pom (896 B at 32.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.pom (8 KB at 324.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven/3.2.1/maven-3.2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.1/maven-3.2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.1/maven-3.2.1.pom (23 KB at 1161.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 1178.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.pom (5 KB at 224.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (4 KB at 165.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 1050.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.pom (3 KB at 111.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.pom (3 KB at 133.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (2 KB at 40.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3 KB at 166.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 279.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 398.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 106.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.pom (3 KB at 114.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.pom (2 KB at 101.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.pom (4 KB at 183.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (5 KB at 294.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 KB at 678.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 51.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 121.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 429.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 1063.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1023 B at 50.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 KB at 495.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 KB at 561.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (3 KB at 117.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 KB at 621.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (4 KB at 172.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4 KB at 207.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 408.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.pom (3 KB at 144.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.pom (4 KB at 210.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (2 KB at 84.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 KB at 1183.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (2 KB at 114.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2 KB at 86.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (4 KB at 121.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5 KB at 244.6 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.9.2/org.eclipse.xtend.core-2.9.2.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.9.2/org.eclipse.xtext.xbase-2.9.2.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.9.2/org.eclipse.xtext-2.9.2.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.9.2/org.eclipse.xtext.common.types-2.9.2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.9.2/org.eclipse.xtext.common.types-2.9.2.jar (485 KB at 9886.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.8.3/org.eclipse.emf.mwe2.runtime-2.8.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.8.3/org.eclipse.emf.mwe2.runtime-2.8.3.jar (9 KB at 197.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/2.9.2/org.eclipse.xtext.smap-2.9.2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.9.2/org.eclipse.xtend.core-2.9.2.jar (1725 KB at 18541.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/2.9.2/org.eclipse.xtext.xbase.junit-2.9.2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/2.9.2/org.eclipse.xtext.smap-2.9.2.jar (18 KB at 981.6 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.junit4/2.9.2/org.eclipse.xtext.junit4-2.9.2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/2.9.2/org.eclipse.xtext.xbase.junit-2.9.2.jar (207 KB at 8967.6 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.9.2/org.eclipse.xtext.xbase.lib-2.9.2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.junit4/2.9.2/org.eclipse.xtext.junit4-2.9.2.jar (244 KB at 9729.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.9.2/org.eclipse.xtext.util-2.9.2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.9.2/org.eclipse.xtext.xbase.lib-2.9.2.jar (136 KB at 6461.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.9.2/org.eclipse.xtend.lib-2.9.2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.9.2/org.eclipse.xtext.util-2.9.2.jar (278 KB at 9918.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.9.2/org.eclipse.xtend.lib-2.9.2.jar (167 KB at 5549.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar (350 KB at 10273.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar (226 KB at 7759.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar (1164 KB at 16153.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0-v20150806-0404/org.eclipse.emf.codegen-2.11.0-v20150806-0404.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar (149 KB at 6184.4 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0-v20150806-0404/org.eclipse.emf.codegen-2.11.0-v20150806-0404.jar (283 KB at 9107.9 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2138 KB at 6073.3 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.9.2/org.eclipse.xtext-2.9.2.jar (2551 KB at 7125.1 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.9.2/org.eclipse.xtext.xbase-2.9.2.jar (2983 KB at 4937.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.8.3/org.eclipse.emf.mwe2.lib-2.8.3.jar
Downloading: http://www.fornax-platform.org/m2/repository/junit/junit/4.8.1/junit-4.8.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.10.0/org.eclipse.jdt.core-3.10.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/text/org.eclipse.text/3.5.101/org.eclipse.text-3.5.101.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/core/org.eclipse.core.commands/3.6.0/org.eclipse.core.commands-3.6.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.9.2/org.eclipse.xtend.lib.macro-2.9.2.jar
Downloading: http://www.fornax-platform.org/m2/repository/com/google/inject/guice/3.0/guice-3.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar
Downloading: http://www.fornax-platform.org/m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
Downloading: http://www.fornax-platform.org/m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.8.3/org.eclipse.emf.mwe2.lib-2.8.3.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.1/junit-4.8.1.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.10.0/org.eclipse.jdt.core-3.10.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.8.3/org.eclipse.emf.mwe2.lib-2.8.3.jar (25 KB at 921.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.1/junit-4.8.1.jar (232 KB at 7014.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.jar (85 KB at 4045.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.jar (69 KB at 4591.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.jar (792 KB at 9649.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.jar (179 KB at 6620.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar (1332 KB at 17070.6 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.jar (109 KB at 5449.0 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.jar (84 KB at 3963.0 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.jar (90 KB at 2565.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/text/org.eclipse.text/3.5.101/org.eclipse.text-3.5.101.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.jar (52 KB at 2078.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.commands/3.6.0/org.eclipse.core.commands-3.6.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/text/org.eclipse.text/3.5.101/org.eclipse.text-3.5.101.jar (243 KB at 9694.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.9.2/org.eclipse.xtend.lib.macro-2.9.2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.commands/3.6.0/org.eclipse.core.commands-3.6.0.jar (105 KB at 4759.0 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/3.0/guice-3.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.9.2/org.eclipse.xtend.lib.macro-2.9.2.jar (75 KB at 2573.7 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 135.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/3.0/guice-3.0.jar (694 KB at 13876.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.16/log4j-1.2.16.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar (104 KB at 404.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 132.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar (29 KB at 1668.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 7464.3 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.jar (89 KB at 318.7 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 KB at 1016.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (142 KB at 6430.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (131 KB at 4510.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (131 KB at 6866.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (192 KB at 5816.3 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 2088.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 356.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (350 KB at 13424.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (285 KB at 9812.7 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (61 KB at 3012.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 941.3 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar (246 KB at 11176.8 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar (41 KB at 171.2 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar (52 KB at 236.2 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.10.0/org.eclipse.jdt.core-3.10.0.jar (5436 KB at 8881.4 KB/sec)
[INFO] skip compiling sources because the configured directory '[/jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/target-platforms/eclipse_4_4_2-xtext_2_9_2/src/main/java]' does not exists.
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-target-definition (default-package-target-definition) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 ---
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 92.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 93.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 165.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 71.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 203.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 0.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 266.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/junit/junit/3.8.1/junit-3.8.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 30.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 334.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 132.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 77.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 85.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 100.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 85.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 105.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 73.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 269.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 214.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 417.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 551.4 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 4547.4 KB/sec)
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/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 /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/target-platforms/eclipse_4_4_2-xtext_2_9_2/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect ---
[INFO] The project's OSGi version is 0.2.0.201712151613
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xpect ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xpect ---
[INFO] 
[INFO] --- fornax-oaw-m2-plugin:3.4.0:run-workflow (default) @ org.eclipse.xpect ---
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-plugin-api/2.1.0/maven-plugin-api-2.1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.1.0/maven-plugin-api-2.1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.1.0/maven-plugin-api-2.1.0.pom (2 KB at 71.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven/2.1.0/maven-2.1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.1.0/maven-2.1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.1.0/maven-2.1.0.pom (22 KB at 1042.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-project/2.1.0/maven-project-2.1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.1.0/maven-project-2.1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.1.0/maven-project-2.1.0.pom (3 KB at 60.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-settings/2.1.0/maven-settings-2.1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.1.0/maven-settings-2.1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.1.0/maven-settings-2.1.0.pom (3 KB at 118.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-model/2.1.0/maven-model-2.1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.1.0/maven-model-2.1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.1.0/maven-model-2.1.0.pom (4 KB at 185.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (6 KB at 287.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (10 KB at 435.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-interpolation/1.8.1/plexus-interpolation-1.8.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.8.1/plexus-interpolation-1.8.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.8.1/plexus-interpolation-1.8.1.pom (880 B at 47.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/1.0.13/plexus-1.0.13.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.13/plexus-1.0.13.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.13/plexus-1.0.13.pom (11 KB at 480.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-profile/2.1.0/maven-profile-2.1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.1.0/maven-profile-2.1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.1.0/maven-profile-2.1.0.pom (2 KB at 110.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-artifact-manager/2.1.0/maven-artifact-manager-2.1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.1.0/maven-artifact-manager-2.1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.1.0/maven-artifact-manager-2.1.0.pom (4 KB at 159.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-repository-metadata/2.1.0/maven-repository-metadata-2.1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.1.0/maven-repository-metadata-2.1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.1.0/maven-repository-metadata-2.1.0.pom (2 KB at 95.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-artifact/2.1.0/maven-artifact-2.1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.1.0/maven-artifact-2.1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.1.0/maven-artifact-2.1.0.pom (2 KB at 85.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 47.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-plugin-registry/2.1.0/maven-plugin-registry-2.1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.1.0/maven-plugin-registry-2.1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.1.0/maven-plugin-registry-2.1.0.pom (2 KB at 106.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-plugin-descriptor/2.1.0/maven-plugin-descriptor-2.1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.1.0/maven-plugin-descriptor-2.1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.1.0/maven-plugin-descriptor-2.1.0.pom (3 KB at 118.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (6 KB at 323.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 566.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/inject/guice/2.0/guice-2.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/2.0/guice-2.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/2.0/guice-2.0.pom (771 B at 41.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/inject/guice-parent/2.0/guice-parent-2.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/2.0/guice-parent-2.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/2.0/guice-parent-2.0.pom (3 KB at 140.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/google/1/google-1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (2 KB at 101.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/ant/ant/1.8.3/ant-1.8.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.3/ant-1.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.3/ant-1.8.3.pom (10 KB at 448.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/ant/ant-parent/1.8.3/ant-parent-1.8.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.3/ant-parent-1.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.3/ant-parent-1.8.3.pom (5 KB at 247.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.pom (3 KB at 128.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (2 KB at 84.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/apache/4/apache-4.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (5 KB at 274.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 KB at 943.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/commons/commons-parent/5/commons-parent-5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 KB at 746.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (18 KB at 1004.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 KB at 1602.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-interpolation/1.8.1/plexus-interpolation-1.8.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.jar
Downloading: http://www.fornax-platform.org/m2/repository/com/google/inject/guice/2.0/guice-2.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/ant/ant/1.8.3/ant-1.8.3.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar
Downloading: http://www.fornax-platform.org/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Downloading: http://www.fornax-platform.org/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.8.1/plexus-interpolation-1.8.1.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/2.0/guice-2.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.3/ant-1.8.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.8.1/plexus-interpolation-1.8.1.jar (50 KB at 1707.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar (18 KB at 1384.6 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/2.0/guice-2.0.jar (652 KB at 14467.6 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 7042.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (60 KB at 4233.1 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (202 KB at 11214.8 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (278 KB at 12616.3 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.jar (276 KB at 1037.8 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.3/ant-1.8.3.jar (1894 KB at 6738.1 KB/sec)
[INFO] Fornax Model Workflow Maven2 Plugin V3.4.0
[INFO] Executing workflow in forked mode.
[INFO] 0    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
[INFO] 63   [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project junit at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/.cache/tycho/org.junit-4.11.0.v201303080030.jar/junit.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/junit/junit/3.8.1/junit-3.8.1.jar!/' instead.
[INFO] 63   [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project com.google.inject at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' instead.
[INFO] 64   [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project ant at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/.cache/tycho/org.apache.ant-1.9.2.v201404171502.jar/lib/ant.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/apache/ant/ant/1.8.3/ant-1.8.3.jar!/' instead.
[INFO] 64   [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project ant-launcher at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/.cache/tycho/org.apache.ant-1.9.2.v201404171502.jar/lib/ant-launcher.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar!/' instead.
[INFO] 65   [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.apache.commons.lang at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' instead.
[INFO] 71   [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Registering platform uri '/jobs/genie.xpect/Xpect-Integration-Release/workspace'
[INFO] 159  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.osgi at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.jar!/' instead.
[INFO] 166  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.apache.commons.logging at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.apache.commons.logging_1.1.1.v201101211721.jar!/' instead.
[INFO] 169  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar!/' instead.
[INFO] 169  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.core.jobs_3.8.0.v20160509-0411.jar!/' instead.
[INFO] 170  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar!/' instead.
[INFO] 174  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar!/' instead.
[INFO] 175  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.common_3.8.0.v20160509-1230.jar!/' instead.
[INFO] 191  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.preferences_3.6.0.v20160120-1756.jar!/' instead.
[INFO] 192  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar!/' instead.
[INFO] 195  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.osgi.compatibility.state at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar!/' instead.
[INFO] 201  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.osgi at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.osgi_3.11.0.v20160603-1336.jar!/' instead.
[INFO] 215  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.9.2/org.eclipse.xtend.lib-2.9.2.jar!/' instead.
[INFO] 216  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 226  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext/2.9.2/org.eclipse.xtext-2.9.2.jar!/' instead.
[INFO] 227  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.util/2.9.2/org.eclipse.xtext.util-2.9.2.jar!/' instead.
[INFO] 227  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 229  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 229  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.smap at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext.smap/2.9.2/org.eclipse.xtext.smap-2.9.2.jar!/' instead.
[INFO] 234  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' instead.
[INFO] 237  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.common at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' instead.
[INFO] 239  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' instead.
[INFO] 241  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0-v20150806-0404/org.eclipse.emf.codegen-2.11.0-v20150806-0404.jar!/' instead.
[INFO] 242  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.mwe2.lib at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 242  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 243  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.common_3.8.0.v20160509-1230.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar!/' instead.
[INFO] 243  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.jar!/' instead.
[INFO] 244  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.preferences_3.6.0.v20160120-1756.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.jar!/' instead.
[INFO] 245  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.jar!/' instead.
[INFO] 249  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/jdt/org.eclipse.jdt.core/3.10.0/org.eclipse.jdt.core-3.10.0.jar!/' instead.
[INFO] 252  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.resources at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.jar!/' instead.
[INFO] 253  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.jar!/' instead.
[INFO] 253  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.jar!/' instead.
[INFO] 254  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.core.jobs_3.8.0.v20160509-0411.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.jar!/' instead.
[INFO] 255  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.jar!/' instead.
[INFO] 255  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.jar!/' instead.
[INFO] 256  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.commands at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/core/org.eclipse.core.commands/3.6.0/org.eclipse.core.commands-3.6.0.jar!/' instead.
[INFO] 258  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.osgi at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.osgi_3.11.0.v20160603-1336.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar!/' instead.
[INFO] 259  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.text at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/text/org.eclipse.text/3.5.101/org.eclipse.text-3.5.101.jar!/' instead.
[INFO] 275  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-utils at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar!/' instead.
[INFO] 275  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-utils at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar!/' instead.
[INFO] 276  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-utils at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar!/' instead.
[INFO] 277  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-utils at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.jar!/' instead.
[INFO] 278  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-interpolation at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.8.1/plexus-interpolation-1.8.1.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar!/' instead.
[INFO] 279  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-interpolation at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar!/' instead.
[INFO] 279  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-interpolation at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/codehaus/plexus/plexus-interpolation/1.8.1/plexus-interpolation-1.8.1.jar!/' instead.
[INFO] 284  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project plexus-cipher at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar!/' instead.
[INFO] 290  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.objectweb.asm at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar!/' instead.
[INFO] 298  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project com.google.inject at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar!/' instead.
[INFO] 303  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xtext/org.eclipse.xtext/2.9.2/org.eclipse.xtext-2.9.2.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.xtext/2.9.2.v201603040440/org.eclipse.xtext-2.9.2.v201603040440.jar!/' instead.
[INFO] 304  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 305  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 309  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.osgi at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 310  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.apache.commons.lang at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 311  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.apache.commons.logging at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.apache.commons.logging_1.1.1.v201101211721.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 311  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.commands at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 312  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 312  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 313  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 314  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 314  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 315  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 315  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 316  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 317  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.core.resources at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 317  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 327  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0-v20150806-0404/org.eclipse.emf.codegen-2.11.0-v20150806-0404.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 328  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.common at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 333  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 334  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.text at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/text/org.eclipse.text/3.5.101/org.eclipse.text-3.5.101.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 337  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 337  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 339  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 341  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 343  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.emf.mwe2.lib at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 347  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 348  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.objectweb.asm at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/org.objectweb.asm/5.0.1.v201404251740/org.objectweb.asm-5.0.1.v201404251740.jar!/' instead.
[INFO] 348  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 349  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.smap at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 357  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.osgi.services at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.osgi.services_3.5.100.v20160504-1419.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 391  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.ds at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 400  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.util at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 401  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.core at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 402  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.engine at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 403  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.metadata at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 403  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.metadata.repository at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 404  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.repository at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 404  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.security at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.security_1.2.200.v20150715-1528.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 457  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.frameworkadmin at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 458  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.frameworkadmin.equinox at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 458  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.artifact.repository at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 459  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.jarprocessor at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 459  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.director at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 460  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.sat4j.core at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.sat4j.core_2.3.5.v201308161310.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/org.sat4j.core/2.3.5.v201308161310/org.sat4j.core-2.3.5.v201308161310.jar!/' instead.
[INFO] 461  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.sat4j.pb at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.sat4j.pb_2.3.5.v201404071733.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/org.sat4j.pb/2.3.5.v201404071733/org.sat4j.pb-2.3.5.v201404071733.jar!/' instead.
[INFO] 461  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.simpleconfigurator at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 462  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.director.app at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 462  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.garbagecollector at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 463  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.publisher at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 464  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.publisher.eclipse at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 464  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.simpleconfigurator.manipulator at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 465  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.repository.tools at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 465  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.equinox.p2.touchpoint.eclipse at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 485  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 486  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.xbase.junit at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 487  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.junit4 at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 493  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 493  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 495  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project com.google.guava at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/com.google.guava/15.0.0.v201403281430/com.google.guava-15.0.0.v201403281430.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar!/' instead.
[INFO] 497  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project com.google.inject at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/com/google/inject/guice/3.0/guice-3.0.jar!/' instead.
[INFO] 498  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project com.google.inject at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' instead.
[INFO] 499  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project javax.inject at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' instead.
[INFO] 501  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project junit at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/junit/junit/3.8.1/junit-3.8.1.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/junit/junit/4.8.1/junit-4.8.1.jar!/' instead.
[INFO] 501  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project junit at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/junit/junit/4.8.1/junit-4.8.1.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/junit/junit/3.8.1/junit-3.8.1.jar!/' instead.
[INFO] 503  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - Skipping conflicting project org.apache.commons.lang at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' instead.
[INFO] 506  [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
[INFO] 728  [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'
[INFO] 
[INFO] *ATTENTION*
[INFO] It is recommended to use the ANTLR 3 parser generator (BSD licence - http://www.antlr.org/license.html).
[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)1568 [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
[INFO] 1582 [main] INFO  erator.parser.antlr.AntlrToolFacade  - downloading file from 'http://download.itemis.com/antlr-generator-3.2.0-patch.jar' ...
[INFO] 4142 [main] INFO  erator.parser.antlr.AntlrToolFacade  - finished downloading.
[INFO] 4147 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/../org.eclipse.xpect/src-gen
[INFO] 4147 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/../org.eclipse.xpect.ui/src-gen
[INFO] 4240 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/xpect/Xpect' from 'platform:/resource/org.eclipse.xpect/model/Xpect.genmodel'
[INFO] 4240 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/xpect/XpectJavaModel' from 'platform:/resource/org.eclipse.xpect/model/Xpect.genmodel'
[INFO] 4243 [main] INFO  lipse.emf.mwe2.ecore.EcoreGenerator  - generating EMF code for platform:/resource/org.eclipse.xpect/model/Xpect.genmodel
[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
[INFO] 12076 [main] INFO  or.validation.JavaValidatorFragment  - generating Java-based EValidator API
[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
[INFO] 15456 [main] INFO  text.generator.junit.Junit4Fragment  - generating Junit4 Test support classes
[INFO] 15467 [main] INFO  i.generator.compare.CompareFragment  - generating Compare Framework infrastructure
[INFO] 15526 [main] INFO  .emf.mwe2.runtime.workflow.Workflow  - Done.
[INFO] Workflow 'src/org/eclipse/xpect/GenerateXpect.mwe2' finished.
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect ---
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 312.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 84.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 68.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 82.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 21.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 212.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 97.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 73.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 63.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 384.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 64.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 180.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (5 KB at 197.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 455.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 304.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 57.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 335.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 90.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 184.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 258.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 393.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 48.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 132.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 838.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Downloading: http://www.fornax-platform.org/m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 223.0 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 484.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 1050.4 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (34 KB at 936.4 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 255.5 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 415.6 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 3726.6 KB/sec)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xpect ---
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4 KB at 178.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (2 KB at 63.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (13 KB at 504.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 48.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (4 KB at 220.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 56.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-compiler-jdt/0.26.0/tycho-compiler-jdt-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.26.0/tycho-compiler-jdt-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.26.0/tycho-compiler-jdt-0.26.0.pom (2 KB at 20.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.jdt.core/3.12.0.v20160516-2131/org.eclipse.jdt.core-3.12.0.v20160516-2131.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.12.0.v20160516-2131/org.eclipse.jdt.core-3.12.0.v20160516-2131.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.12.0.v20160516-2131/org.eclipse.jdt.core-3.12.0.v20160516-2131.pom (2 KB at 44.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.100.v20160418-1457/org.eclipse.jdt.compiler.apt-1.2.100.v20160418-1457.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.100.v20160418-1457/org.eclipse.jdt.compiler.apt-1.2.100.v20160418-1457.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.100.v20160418-1457/org.eclipse.jdt.compiler.apt-1.2.100.v20160418-1457.pom (2 KB at 61.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-compiler-jdt/0.26.0/tycho-compiler-jdt-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.jdt.core/3.12.0.v20160516-2131/org.eclipse.jdt.core-3.12.0.v20160516-2131.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.100.v20160418-1457/org.eclipse.jdt.compiler.apt-1.2.100.v20160418-1457.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.26.0/tycho-compiler-jdt-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.12.0.v20160516-2131/org.eclipse.jdt.core-3.12.0.v20160516-2131.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.100.v20160418-1457/org.eclipse.jdt.compiler.apt-1.2.100.v20160418-1457.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 89.1 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.26.0/tycho-compiler-jdt-0.26.0.jar (16 KB at 303.1 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 KB at 428.1 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.100.v20160418-1457/org.eclipse.jdt.compiler.apt-1.2.100.v20160418-1457.jar (166 KB at 2708.1 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.12.0.v20160516-2131/org.eclipse.jdt.core-3.12.0.v20160516-2131.jar (5684 KB at 26313.0 KB/sec)
[INFO] Compiling 246 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/target/org.eclipse.xpect-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xpect ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xpect ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/target/org.eclipse.xpect-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/target/org.eclipse.xpect-0.2.0-SNAPSHOT.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0-SNAPSHOT/org.eclipse.xpect-0.2.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0-SNAPSHOT/org.eclipse.xpect-0.2.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/target/org.eclipse.xpect-0.2.0-SNAPSHOT-sources.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0-SNAPSHOT/org.eclipse.xpect-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0-SNAPSHOT/org.eclipse.xpect-0.2.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect/0.2.0-SNAPSHOT/org.eclipse.xpect-0.2.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xpect ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.ui 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.ui ---
[INFO] The project's OSGi version is 0.2.0.201712151613
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xpect.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xpect.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xpect.ui ---
[INFO] Compiling 50 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.ui ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui/target/org.eclipse.xpect.ui-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xpect.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.ui ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui/target/org.eclipse.xpect.ui-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.ui ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui/target/org.eclipse.xpect.ui-0.2.0-SNAPSHOT.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui/0.2.0-SNAPSHOT/org.eclipse.xpect.ui-0.2.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.ui/0.2.0-SNAPSHOT/org.eclipse.xpect.ui-0.2.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui/target/org.eclipse.xpect.ui-0.2.0-SNAPSHOT-sources.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.ui ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.ui.junit 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.ui.junit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.ui.junit ---
[INFO] The project's OSGi version is 0.2.0.201712151613
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xpect.ui.junit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xpect.ui.junit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.ui.junit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.ui.junit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui.junit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xpect.ui.junit ---
[INFO] Compiling 14 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui.junit/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.ui.junit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui.junit/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.ui.junit ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui.junit/target/org.eclipse.xpect.ui.junit-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xpect.ui.junit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.ui.junit ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui.junit/target/org.eclipse.xpect.ui.junit-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.ui.junit ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.ui.junit ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui.junit/target/org.eclipse.xpect.ui.junit-0.2.0-SNAPSHOT.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui.junit/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui.junit/target/org.eclipse.xpect.ui.junit-0.2.0-SNAPSHOT-sources.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui.junit/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.ui.junit/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.ui.junit ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.xtext.lib 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.xtext.lib ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.xtext.lib ---
[INFO] The project's OSGi version is 0.2.0.201712151613
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.lib ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.lib ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.lib ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.xtext.lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xpect.xtext.lib ---
[INFO] Compiling 57 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.xtext.lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.lib ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib/target/org.eclipse.xpect.xtext.lib-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.lib ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.xtext.lib ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib/target/org.eclipse.xpect.xtext.lib-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.lib ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.xtext.lib ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib/target/org.eclipse.xpect.xtext.lib-0.2.0-SNAPSHOT.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib/target/org.eclipse.xpect.xtext.lib-0.2.0-SNAPSHOT-sources.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.xtext.lib ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.xtext.xbase.lib 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO] The project's OSGi version is 0.2.0.201712151613
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO] Compiling 4 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib/target/org.eclipse.xpect.xtext.xbase.lib-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib/target/org.eclipse.xpect.xtext.xbase.lib-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib/target/org.eclipse.xpect.xtext.xbase.lib-0.2.0-SNAPSHOT.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib/target/org.eclipse.xpect.xtext.xbase.lib-0.2.0-SNAPSHOT-sources.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.xtext.xbase.lib ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.xtext.lib.feature 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.xtext.lib.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xpect.xtext.lib.feature ---
[INFO] The project's OSGi version is 0.2.0.201712151613
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.lib.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.lib.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.lib.feature ---
[INFO] skip compiling sources because the configured directory '[/jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.feature/src/main/java]' does not exists.
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.lib.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.lib.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-feature (default-package-feature) @ org.eclipse.xpect.xtext.lib.feature ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.feature/target/org.eclipse.xpect.xtext.lib.feature-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.lib.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xpect.xtext.lib.feature ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.xtext.lib.feature ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.feature/target/org.eclipse.xpect.xtext.lib.feature-0.2.0-SNAPSHOT.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.feature/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.feature/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.feature/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.xtext.lib.feature ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.xtext.xbase.lib.feature 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
[INFO] The project's OSGi version is 0.2.0.201712151613
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
[INFO] skip compiling sources because the configured directory '[/jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib.feature/src/main/java]' does not exists.
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-feature (default-package-feature) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib.feature/target/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib.feature/target/org.eclipse.xpect.xtext.xbase.lib.feature-0.2.0-SNAPSHOT.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib.feature/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib.feature/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.xbase.lib.feature/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.xtext.xbase.lib.feature ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.sdk 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xpect.sdk ---
[INFO] The project's OSGi version is 0.2.0.201712151613
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xpect.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xpect.sdk ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.sdk ---
[INFO] skip compiling sources because the configured directory '[/jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.sdk/src/main/java]' does not exists.
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xpect.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-feature (default-package-feature) @ org.eclipse.xpect.sdk ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.sdk/target/org.eclipse.xpect.sdk-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xpect.sdk ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.sdk ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.sdk/target/org.eclipse.xpect.sdk-0.2.0-SNAPSHOT.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.sdk/0.2.0-SNAPSHOT/org.eclipse.xpect.sdk-0.2.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.sdk/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.sdk/0.2.0-SNAPSHOT/org.eclipse.xpect.sdk-0.2.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.sdk/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.sdk/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.sdk ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.repository 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.repository ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xpect.repository ---
[INFO] The project's OSGi version is 0.2.0.201712151613
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ org.eclipse.xpect.repository ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.repository ---
[INFO] skip compiling sources because the configured directory '[/jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/p2-repository/src/main/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/p2-repository/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.repository ---
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xpect.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.26.0:publish-products (default-publish-products) @ org.eclipse.xpect.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.26.0:publish-categories (default-publish-categories) @ org.eclipse.xpect.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.26.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.xpect.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.26.0:assemble-repository (default-assemble-repository) @ org.eclipse.xpect.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.26.0:archive-repository (default-archive-repository) @ org.eclipse.xpect.repository ---
[INFO] Building zip: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/p2-repository/target/org.eclipse.xpect.repository-0.2.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.26.0:assemble-repository (default) @ org.eclipse.xpect.repository ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.repository ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/p2-repository/target/org.eclipse.xpect.repository-0.2.0-SNAPSHOT.zip to /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.repository/0.2.0-SNAPSHOT/org.eclipse.xpect.repository-0.2.0-SNAPSHOT.zip
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/p2-repository/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.repository/0.2.0-SNAPSHOT/org.eclipse.xpect.repository-0.2.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/p2-repository/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/p2-repository/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xpect.repository ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.maven_parents.grammar_plugin 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.maven_parents.grammar_plugin ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.maven_parents.grammar_plugin ---
[INFO] skip compiling sources because the configured directory '[/jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/maven-parents/grammar-plugin/src/main/java]' does not exists.
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.maven_parents.grammar_plugin ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.maven_parents.grammar_plugin ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/maven-parents/grammar-plugin/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xtext/example/org.eclipse.xtext.example.maven_parents.grammar_plugin/0.1.0-SNAPSHOT/org.eclipse.xtext.example.maven_parents.grammar_plugin-0.1.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.arithmetics 2.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.arithmetics ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.arithmetics ---
[INFO] The project's OSGi version is 2.9.2.201712151613
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.arithmetics ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.arithmetics ---
[INFO] 
[INFO] --- fornax-oaw-m2-plugin:3.4.0:run-workflow (default) @ org.eclipse.xtext.example.arithmetics ---
[INFO] Fornax Model Workflow Maven2 Plugin V3.4.0
[INFO] Executing workflow in forked mode.
[INFO] 0    INFO  XtextGenerator     - Initializing Xtext generator
[INFO] 12   INFO  StandaloneSetup    - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
[INFO] 64   WARN  StandaloneSetup    - No project file found for /jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 143  WARN  StandaloneSetup    - Skipping conflicting project com.google.inject at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' instead.
[INFO] 144  WARN  StandaloneSetup    - Skipping conflicting project ant at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/.cache/tycho/org.apache.ant-1.9.2.v201404171502.jar/lib/ant.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/apache/ant/ant/1.8.3/ant-1.8.3.jar!/' instead.
[INFO] 144  WARN  StandaloneSetup    - Skipping conflicting project ant-launcher at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/.cache/tycho/org.apache.ant-1.9.2.v201404171502.jar/lib/ant-launcher.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar!/' instead.
[INFO] 146  WARN  StandaloneSetup    - Skipping conflicting project org.apache.commons.lang at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' instead.
[INFO] 151  INFO  StandaloneSetup    - Registering project org.eclipse.xtext.example.arithmetics at 'file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/'
[INFO] 152  INFO  StandaloneSetup    - Registering project org.eclipse.xtext.example.arithmetics.tests at 'file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/'
[INFO] 152  INFO  StandaloneSetup    - Registering project org.eclipse.xtext.example.arithmetics.ide at 'file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/'
[INFO] 152  INFO  StandaloneSetup    - Registering project org.eclipse.xtext.example.arithmetics.ui at 'file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/'
[INFO] 163  INFO  StandaloneSetup    - Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
[INFO] 568  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] 573  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] 587  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] 587  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
[INFO] 1192 INFO  AntlrToolFacade    - downloading file from 'http://download.itemis.com/antlr-generator-3.2.0-patch.jar' ...
[INFO] 4124 INFO  AntlrToolFacade    - finished downloading.
[INFO] 4136 INFO  XtextGenerator     - Generating org.eclipse.xtext.example.arithmetics.Arithmetics
[INFO] 7037 INFO  EMFGeneratorFragment2 - Generating EMF model code
[INFO] 7078 INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/Xtext/example/Arithmetics' from 'platform:/resource/org.eclipse.xtext.example.arithmetics/model/generated/Arithmetics.genmodel'
[INFO] 9813 INFO  XtextGenerator     - Generating common infrastructure
[INFO] 9828 INFO  Workflow           - Done.
[INFO] Workflow 'src/org/eclipse/xtext/example/arithmetics/GenerateArithmetics.mwe2' finished.
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.arithmetics ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.arithmetics ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xtext.example.arithmetics ---
[INFO] Compiling 51 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.arithmetics ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.arithmetics ---
[WARNING] bundle localization file /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/plugin.properties not found
[WARNING] Bundle-Vendor header not found in /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.arithmetics ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.arithmetics ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.arithmetics ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.arithmetics ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/org.eclipse.xtext.example.arithmetics-2.9.2-SNAPSHOT-sources.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.arithmetics ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.arithmetics.ide 2.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.arithmetics.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.arithmetics.ide ---
[INFO] The project's OSGi version is 2.9.2.201712151613
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.arithmetics.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.arithmetics.ide ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.arithmetics.ide ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.arithmetics.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xtext.example.arithmetics.ide ---
[INFO] Compiling 4 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.arithmetics.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.arithmetics.ide ---
[WARNING] bundle localization file /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/plugin.properties not found
[WARNING] Bundle-Vendor header not found in /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.arithmetics.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.arithmetics.ide ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/org.eclipse.xtext.example.arithmetics.ide-2.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.arithmetics.ide ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.arithmetics.ide ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/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 /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/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 /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ide/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.arithmetics.ide ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.arithmetics.ui 2.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.arithmetics.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.arithmetics.ui ---
[INFO] The project's OSGi version is 2.9.2.201712151613
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.arithmetics.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.arithmetics.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.arithmetics.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.arithmetics.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xtext.example.arithmetics.ui ---
[INFO] Compiling 12 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.arithmetics.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.arithmetics.ui ---
[WARNING] bundle localization file /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/plugin.properties not found
[WARNING] Bundle-Vendor header not found in /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.arithmetics.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.arithmetics.ui ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/org.eclipse.xtext.example.arithmetics.ui-2.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.arithmetics.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.arithmetics.ui ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/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 /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/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 /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.ui/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.arithmetics.ui ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.domainmodel 2.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.domainmodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.domainmodel ---
[INFO] The project's OSGi version is 2.9.2.201712151613
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.domainmodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.domainmodel ---
[INFO] 
[INFO] --- fornax-oaw-m2-plugin:3.4.0:run-workflow (default) @ org.eclipse.xtext.example.domainmodel ---
[INFO] Fornax Model Workflow Maven2 Plugin V3.4.0
[INFO] Executing workflow in forked mode.
[INFO] 0    WARN  StandaloneSetup    - No project file found for /jobs/genie.xpect/Xpect-Integration-Release/workspace/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.
[INFO] 73   WARN  StandaloneSetup    - Skipping conflicting project com.google.inject at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/com/google/inject/guice/2.0/guice-2.0.jar!/' instead.
[INFO] 74   WARN  StandaloneSetup    - Skipping conflicting project ant at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/.cache/tycho/org.apache.ant-1.9.2.v201404171502.jar/lib/ant.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/apache/ant/ant/1.8.3/ant-1.8.3.jar!/' instead.
[INFO] 74   WARN  StandaloneSetup    - Skipping conflicting project ant-launcher at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/.cache/tycho/org.apache.ant-1.9.2.v201404171502.jar/lib/ant-launcher.jar!/' and using 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar!/' instead.
[INFO] 75   WARN  StandaloneSetup    - Skipping conflicting project org.apache.commons.lang at 'archive:file:/jobs/genie.xpect/Xpect-Integration-Release/workspace/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:/jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/' instead.
[INFO] 82   INFO  StandaloneSetup    - Registering platform uri '/jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples'
[INFO] 275  INFO  StandaloneSetup    - Adding generated EPackage 'org.eclipse.xtext.xbase.XbasePackage'
[INFO] 509  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] 514  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] 535  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] 536  INFO  GenModelHelper     - Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
[INFO] 
[INFO] *ATTENTION*
[INFO] It is recommended to use the ANTLR 3 parser generator (BSD licence - http://www.antlr.org/license.html).
[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)1367 INFO  StandaloneSetup    - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
[INFO] 1375 INFO  AntlrToolFacade    - downloading file from 'http://download.itemis.com/antlr-generator-3.2.0-patch.jar' ...
[INFO] 4163 INFO  AntlrToolFacade    - finished downloading.
[INFO] 4168 INFO  DirectoryCleaner   - Cleaning /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/../org.eclipse.xtext.example.domainmodel/src-gen
[INFO] 4169 INFO  DirectoryCleaner   - Cleaning /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/../org.eclipse.xtext.example.domainmodel.ui/src-gen
[INFO] 4169 INFO  DirectoryCleaner   - Cleaning /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/../org.eclipse.xtext.example.domainmodel.tests/src-gen
[INFO] 8606 INFO  GenModelHelper     - Registered GenModel 'http://www.xtext.org/example/Domainmodel' from 'platform:/resource/org.eclipse.xtext.example.domainmodel/model/generated/Domainmodel.genmodel'
[INFO] 17255 INFO  JavaValidatorFragment - generating Java-based EValidator API
[INFO] 17318 INFO  Junit4Fragment     - generating Junit4 Test support classes
[INFO] 23653 INFO  CompareFragment    - generating Compare Framework infrastructure
[INFO] 23767 INFO  Workflow           - Done.
[INFO] Workflow 'src/org/eclipse/xtext/example/domainmodel/GenerateDomainmodel.mwe2' finished.
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.domainmodel ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.domainmodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xtext.example.domainmodel ---
[INFO] Compiling 38 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.domainmodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.domainmodel ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.domainmodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.domainmodel ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.domainmodel ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.domainmodel ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/org.eclipse.xtext.example.domainmodel-2.9.2-SNAPSHOT-sources.jar to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.domainmodel ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.domainmodel.ui 2.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.domainmodel.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.domainmodel.ui ---
[INFO] The project's OSGi version is 2.9.2.201712151613
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.domainmodel.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.domainmodel.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.domainmodel.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.domainmodel.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xtext.example.domainmodel.ui ---
[INFO] Compiling 19 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.domainmodel.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.domainmodel.ui ---
[WARNING] bundle localization file /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/plugin.properties not found
[WARNING] Bundle-Vendor header not found in /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.domainmodel.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.domainmodel.ui ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/org.eclipse.xtext.example.domainmodel.ui-2.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.domainmodel.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xtext.example.domainmodel.ui ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/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 /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/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 /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/p2content.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.ui/target/p2artifacts.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/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
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.xtext.example.domainmodel.ui ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.root 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xpect.root ---
[INFO] Installing /jobs/genie.xpect/Xpect-Integration-Release/workspace/pom.xml to /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/org/eclipse/xpect/org.eclipse.xpect.root/0.0.1-SNAPSHOT/org.eclipse.xpect.root-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2  SUCCESS [34:58.894s]
[INFO] org.eclipse.xpect ................................. SUCCESS [1:52.675s]
[INFO] org.eclipse.xpect.ui .............................. SUCCESS [1.515s]
[INFO] org.eclipse.xpect.ui.junit ........................ SUCCESS [0.712s]
[INFO] org.eclipse.xpect.xtext.lib ....................... SUCCESS [0.886s]
[INFO] org.eclipse.xpect.xtext.xbase.lib ................. SUCCESS [0.480s]
[INFO] org.eclipse.xpect.xtext.lib.feature ............... SUCCESS [0.101s]
[INFO] org.eclipse.xpect.xtext.xbase.lib.feature ......... SUCCESS [0.059s]
[INFO] org.eclipse.xpect.sdk ............................. SUCCESS [0.066s]
[INFO] org.eclipse.xpect.repository ...................... SUCCESS [3.762s]
[INFO] org.eclipse.xtext.example.maven_parents.grammar_plugin  SUCCESS [0.007s]
[INFO] org.eclipse.xtext.example.arithmetics ............. SUCCESS [17.577s]
[INFO] org.eclipse.xtext.example.arithmetics.ide ......... SUCCESS [0.515s]
[INFO] org.eclipse.xtext.example.arithmetics.ui .......... SUCCESS [4.384s]
[INFO] org.eclipse.xtext.example.domainmodel ............. SUCCESS [30.304s]
[INFO] org.eclipse.xtext.example.domainmodel.ui .......... SUCCESS [2.098s]
[INFO] org.eclipse.xpect.root ............................ SUCCESS [0.059s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42:35.046s
[INFO] Finished at: Fri Dec 15 11:16:22 EST 2017
[INFO] Final Memory: 142M/1977M
[INFO] ------------------------------------------------------------------------
[Pipeline] archive
[Pipeline] }
[Pipeline] // stage
[Pipeline] wrap
Starting xvnc
[workspace] $ Xvnc :1989 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.4.3 - built ??? ?? ???? ??:??:??
Copyright (C) 1999-2015 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 11502000, The X.Org Foundation

Initializing built-in extension VNC-EXTENSION
Initializing built-in extension Generic Event Extension
Initializing built-in extension SHAPE
Initializing built-in extension MIT-SHM
Initializing built-in extension XInputExtension
Initializing built-in extension XTEST
Initializing built-in extension BIG-REQUESTS
Initializing built-in extension SYNC
Initializing built-in extension XKEYBOARD
Initializing built-in extension XC-MISC
Initializing built-in extension XFIXES
Initializing built-in extension RENDER
Initializing built-in extension RANDR
Initializing built-in extension COMPOSITE
Initializing built-in extension DAMAGE
Initializing built-in extension MIT-SCREEN-SAVER
Initializing built-in extension DOUBLE-BUFFER
Initializing built-in extension RECORD
Initializing built-in extension DPMS
Initializing built-in extension Present
Initializing built-in extension X-Resource
Initializing built-in extension XVideo
Initializing built-in extension XVideo-MotionCompensation
Initializing built-in extension GLX

Fri Dec 15 11:16:23 2017
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 7889
 vncext:      created VNC server for screen 0
[Pipeline] {
[Pipeline] stage
[Pipeline] { (test with Eclipse Luna and Xtext 2.9.2)
[dix] Could not init font path element /usr/share/fonts/TTF/, removing from list!
[dix] Could not init font path element /usr/share/fonts/OTF/, removing from list!
[Pipeline] sh
[workspace] Running shell script
+ /shared/common/apache-maven-3.0.5/bin/mvn '-P!plugins' '-P!xtext-examples' -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 integration-test
[INFO] Scanning for projects...
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.pom (5 KB at 56.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom (19 KB at 600.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 1210.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/apache/11/apache-11.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 KB at 657.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.jar (34 KB at 1383.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-surefire-plugin/0.26.0/tycho-surefire-plugin-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/0.26.0/tycho-surefire-plugin-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/0.26.0/tycho-surefire-plugin-0.26.0.pom (5 KB at 128.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-surefire/0.26.0/tycho-surefire-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/0.26.0/tycho-surefire-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/0.26.0/tycho-surefire-0.26.0.pom (4 KB at 155.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-surefire-plugin/0.26.0/tycho-surefire-plugin-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/0.26.0/tycho-surefire-plugin-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/0.26.0/tycho-surefire-plugin-0.26.0.jar (54 KB at 2537.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/0.26.0/org.eclipse.tycho.surefire.osgibooter-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/0.26.0/org.eclipse.tycho.surefire.osgibooter-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/0.26.0/org.eclipse.tycho.surefire.osgibooter-0.26.0.pom (3 KB at 89.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/0.26.0/org.eclipse.tycho.surefire.junit-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/0.26.0/org.eclipse.tycho.surefire.junit-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/0.26.0/org.eclipse.tycho.surefire.junit-0.26.0.pom (2 KB at 78.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/0.26.0/org.eclipse.tycho.surefire.junit4-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/0.26.0/org.eclipse.tycho.surefire.junit4-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/0.26.0/org.eclipse.tycho.surefire.junit4-0.26.0.pom (2 KB at 71.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/0.26.0/org.eclipse.tycho.surefire.junit47-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/0.26.0/org.eclipse.tycho.surefire.junit47-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/0.26.0/org.eclipse.tycho.surefire.junit47-0.26.0.pom (2 KB at 92.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/0.26.0/org.eclipse.tycho.surefire.testng-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/0.26.0/org.eclipse.tycho.surefire.testng-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/0.26.0/org.eclipse.tycho.surefire.testng-0.26.0.pom (3 KB at 103.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom (3 KB at 89.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom (17 KB at 804.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom (6 KB at 313.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (2 KB at 75.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 588.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 1715.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/apache/14/apache-14.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 KB at 512.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom (3 KB at 138.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 105.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 923.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 1122.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 101.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (3 KB at 128.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4 KB at 157.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (3 KB at 144.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 KB at 952.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 7.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (6 KB at 261.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (3 KB at 105.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/junit/junit/4.11/junit-4.11.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (3 KB at 95.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 39.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2 KB at 96.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 126.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 74.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 109.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 97.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 101.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (4 KB at 178.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-testing-harness/0.26.0/tycho-testing-harness-0.26.0.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-testing-harness/0.26.0/tycho-testing-harness-0.26.0.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-testing-harness/0.26.0/tycho-testing-harness-0.26.0.pom (3 KB at 109.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugin-testing/maven-plugin-testing-harness/2.1/maven-plugin-testing-harness-2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/2.1/maven-plugin-testing-harness-2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/2.1/maven-plugin-testing-harness-2.1.pom (4 KB at 157.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugin-testing/maven-plugin-testing/2.1/maven-plugin-testing-2.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing/2.1/maven-plugin-testing-2.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing/2.1/maven-plugin-testing-2.1.pom (10 KB at 516.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/shared/maven-verifier/1.3/maven-verifier-1.3.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-verifier/1.3/maven-verifier-1.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-verifier/1.3/maven-verifier-1.3.pom (3 KB at 109.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom (9 KB at 425.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-parent/19/maven-parent-19.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 KB at 1162.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/0.26.0/org.eclipse.tycho.surefire.osgibooter-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/0.26.0/org.eclipse.tycho.surefire.junit-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/0.26.0/org.eclipse.tycho.surefire.junit4-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/0.26.0/org.eclipse.tycho.surefire.junit47-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/0.26.0/org.eclipse.tycho.surefire.testng-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/tycho/tycho-testing-harness/0.26.0/tycho-testing-harness-0.26.0.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugin-testing/maven-plugin-testing-harness/2.1/maven-plugin-testing-harness-2.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/shared/maven-verifier/1.3/maven-verifier-1.3.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/0.26.0/org.eclipse.tycho.surefire.osgibooter-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/0.26.0/org.eclipse.tycho.surefire.junit-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/0.26.0/org.eclipse.tycho.surefire.junit4-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/0.26.0/org.eclipse.tycho.surefire.junit47-0.26.0.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/0.26.0/org.eclipse.tycho.surefire.testng-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/0.26.0/org.eclipse.tycho.surefire.junit4-0.26.0.jar (57 KB at 1818.6 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/0.26.0/org.eclipse.tycho.surefire.testng-0.26.0.jar (123 KB at 3514.3 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/0.26.0/org.eclipse.tycho.surefire.junit-0.26.0.jar (24 KB at 679.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/0.26.0/org.eclipse.tycho.surefire.junit47-0.26.0.jar (157 KB at 4008.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-testing-harness/0.26.0/tycho-testing-harness-0.26.0.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/0.26.0/org.eclipse.tycho.surefire.osgibooter-0.26.0.jar (408 KB at 8153.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/2.1/maven-plugin-testing-harness-2.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar (144 KB at 7192.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-verifier/1.3/maven-verifier-1.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar (39 KB at 2034.3 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar (260 KB at 10366.8 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-testing-harness/0.26.0/tycho-testing-harness-0.26.0.jar (39 KB at 1853.1 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/2.1/maven-plugin-testing-harness-2.1.jar (39 KB at 1728.3 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-verifier/1.3/maven-verifier-1.3.jar (88 KB at 4172.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.8.3/xtend-maven-plugin-2.8.3.pom
[WARNING] Checksum validation failed, expected 40d1b13617d90dab5d9b08d8bad5d9ef2acff586 but is ea04f7afa4204c85baeda355e2fad4e9192a4b20 for https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.8.3/xtend-maven-plugin-2.8.3.pom
[WARNING] Checksum validation failed, expected 40d1b13617d90dab5d9b08d8bad5d9ef2acff586 but is ea04f7afa4204c85baeda355e2fad4e9192a4b20 for https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.8.3/xtend-maven-plugin-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.8.3/xtend-maven-plugin-2.8.3.pom (8 KB at 126.0 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.parent/2.8.3/org.eclipse.xtext.parent-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.parent/2.8.3/org.eclipse.xtext.parent-2.8.3.pom (12 KB at 436.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.8.3/xtend-maven-plugin-2.8.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.8.3/xtend-maven-plugin-2.8.3.jar (36 KB at 2096.2 KB/sec)
[INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.tests:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/pom.xml
[INFO] Adding repository http://download.itemis.com/updates/releases/2.1.1
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/
[INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2
[INFO] Adding repository http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1
[INFO] Adding repository http://meysholdt.github.io/eclipse_jdt_junit_runners/updatesite
[INFO] Adding repository http://meysholdt.github.io/xtext_stateful_lexer/updatesite
[INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201502271000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201502271000/
[INFO] Adding repository http://download.eclipse.org/releases/luna/201502271000
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.tests:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.xtext.example.arithmetics/2.9.2.201712151613
[INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.tests:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.tests:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.tests:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/pom.xml
[INFO] Fetching &countryCode=us&timeZone=-5&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/luna/201502271000/ (63B)
[INFO] Fetching org.eclipse.core.net_1.2.200.v20140124-2013.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (30.23kB)
[INFO] Fetching org.eclipse.core.net_1.2.200.v20140124-2013.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (30.23kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.0.501.v20141111-1238.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (34.16kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.0.501.v20141111-1238.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (34.16kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (27.61kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (27.61kB)
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.xtext.example.domainmodel/2.9.2.201712151613
[WARNING]   org.eclipse.xtext.example.domainmodel.ui/2.9.2.201712151613
[INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.tests:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.xpect/0.2.0.201712151613
[WARNING]   org.eclipse.xpect.ui/0.2.0.201712151613
[INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/pom.xml
[INFO] Fetching org.eclipse.core.databinding.beans_1.2.200.v20140214-0004.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (20.32kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.2.200.v20140214-0004.jar.pack.gz from http://download.eclipse.org/releases/luna/201502271000/plugins/ (20.32kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (58.02kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (58.02kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (10.97kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.1/plugins/ (10.97kB)
[INFO] Fetching 2.9.2&format=xml&countryCode=us&timeZone=-5&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/tmf/xtext/updates/releases/ (63B)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (155.47kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.9.2.v201603040440.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/plugins/ (155.47kB)
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.xpect/0.2.0.201712151613
[WARNING]   org.eclipse.xpect.xtext.lib/0.2.0.201712151613
[WARNING]   org.eclipse.xpect.ui/0.2.0.201712151613
[INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.xpect/0.2.0.201712151613
[WARNING]   org.eclipse.xpect.xtext.lib/0.2.0.201712151613
[WARNING]   org.eclipse.xtext.example.arithmetics.ide/2.9.2.201712151613
[WARNING]   org.eclipse.xpect.ui/0.2.0.201712151613
[WARNING]   org.eclipse.xtext.example.arithmetics.ui/2.9.2.201712151613
[WARNING]   org.eclipse.xtext.example.arithmetics/2.9.2.201712151613
[INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.xpect.xtext.xbase.lib/0.2.0.201712151613
[WARNING]   org.eclipse.xpect/0.2.0.201712151613
[WARNING]   org.eclipse.xpect.xtext.lib/0.2.0.201712151613
[WARNING]   org.eclipse.xpect.ui/0.2.0.201712151613
[WARNING]   org.eclipse.xtext.example.domainmodel/2.9.2.201712151613
[WARNING]   org.eclipse.xtext.example.domainmodel.ui/2.9.2.201712151613
[INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2
[INFO] org.eclipse.xtext.example.arithmetics.tests
[INFO] org.eclipse.xtext.example.domainmodel.tests
[INFO] org.eclipse.xpect.tests
[INFO] org.eclipse.xpect.xtext.lib.tests
[INFO] org.eclipse.xtext.example.arithmetics.xpect.tests
[INFO] org.eclipse.xtext.example.domainmodel.xpect.tests
[INFO] org.eclipse.xpect.root
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 ---
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/maven-metadata.xml (3 KB at 122.7 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/maven-metadata.xml (695 B at 2.4 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml (2 KB at 42.7 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml (484 B at 4.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml (2 KB at 90.4 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml (485 B at 4.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml (2 KB at 85.1 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml (479 B at 4.0 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml (2 KB at 68.1 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml (484 B at 4.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (907 B at 46.6 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (501 B at 4.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml (819 B at 7.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml (819 B at 7.2 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml (819 B at 7.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (876 B at 45.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (502 B at 4.2 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml (820 B at 7.4 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml (820 B at 7.6 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml (820 B at 2.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml (2 KB at 90.3 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml (483 B at 4.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml (879 B at 45.2 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml (505 B at 4.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0.v20130911-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0.v20130911-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0.v20130911-SNAPSHOT/maven-metadata.xml (823 B at 7.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml (823 B at 6.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml (823 B at 7.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/antlr/antlr-runtime/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-runtime/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/maven-metadata.xml (850 B at 46.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml (2 KB at 85.9 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml (489 B at 2.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml (2 KB at 81.3 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml (492 B at 4.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml (737 B at 40.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml (502 B at 4.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130930-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130930-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130930-SNAPSHOT/maven-metadata.xml (818 B at 7.3 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140127-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140127-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140127-SNAPSHOT/maven-metadata.xml (821 B at 2.3 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-SNAPSHOT/maven-metadata.xml (821 B at 7.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml (588 B at 30.2 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml (464 B at 4.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml (2 KB at 53.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml (484 B at 3.8 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml (741 B at 40.2 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml (409 B at 3.8 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml (736 B at 28.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml (404 B at 3.1 KB/sec)
[INFO] skip compiling sources because the configured directory '[/jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/target-platforms/eclipse_4_4_2-xtext_2_9_2/src/main/java]' does not exists.
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-target-definition (default-package-target-definition) @ org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2 ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.arithmetics.tests 2.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] The project's OSGi version is 2.9.2.201712151618
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] Compiling 3 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default) @ org.eclipse.xtext.example.arithmetics.tests ---
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom (5 KB at 194.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom (3 KB at 116.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom (4 KB at 173.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.pom (2 KB at 99.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.pom (2 KB at 80.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom (3 KB at 124.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.pom (2 KB at 93.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 87.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 326.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 47.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.pom (3 KB at 98.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 85.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom (6 KB at 270.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom (2 KB at 69.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom (17 KB at 849.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 97.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom (3 KB at 153.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 111.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 161.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 400.1 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 79.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (2 KB at 73.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (2 KB at 6.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 85.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 66.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
Downloading: http://www.fornax-platform.org/m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar (18 KB at 729.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar (16 KB at 661.7 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar (115 KB at 4225.5 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar (37 KB at 1230.0 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar (11 KB at 332.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.jar (37 KB at 2265.6 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 6900.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar (259 KB at 11229.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 KB at 660.0 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 8945.3 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 KB at 1051.8 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar (39 KB at 1045.7 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar (146 KB at 6950.2 KB/sec)
[INFO] Surefire report directory: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/target/surefire-reports-standalone
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0
Downloading: http://www.fornax-platform.org/m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 1556.0 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xtext.example.arithmetics.tests.interpreter.CalculatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec - in org.eclipse.xtext.example.arithmetics.tests.interpreter.CalculatorTest
Running org.eclipse.xtext.example.arithmetics.tests.ArithmeticsParsingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in org.eclipse.xtext.example.arithmetics.tests.ArithmeticsParsingTest

Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.arithmetics.tests ---
[WARNING] bundle localization file /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/plugin.properties not found
[WARNING] Bundle-Vendor header not found in /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/target/org.eclipse.xtext.example.arithmetics.tests-2.9.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/target/org.eclipse.xtext.example.arithmetics.tests-2.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.domainmodel.tests 2.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] The project's OSGi version is 2.9.2.201712151618
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] Compiling 10 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.domainmodel.tests ---
[WARNING] bundle localization file /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/plugin.properties not found
[WARNING] Bundle-Vendor header not found in /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/target/org.eclipse.xtext.example.domainmodel.tests-2.9.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/target/org.eclipse.xtext.example.domainmodel.tests-2.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.26.0:test (default-test) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] Skipping tests
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.tests ---
[INFO] The project's OSGi version is 0.2.0.201712151618
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xpect.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xpect.tests ---
[INFO] Compiling 43 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default) @ org.eclipse.xpect.tests ---
[INFO] Surefire report directory: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/surefire-reports-standalone
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xpect.tests.xjm.XjmMethodsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.eclipse.xpect.tests.xjm.XjmMethodsTest
Running org.eclipse.xpect.tests.xjm.XjmContributionsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.047 sec - in org.eclipse.xpect.tests.xjm.XjmContributionsTest
Running org.eclipse.xpect.tests.runner.RunnerTest
Xtext-Version in Target Platform: 2.9.2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.eclipse.xpect.tests.runner.RunnerTest
Running org.eclipse.xpect.tests.state.SetupInitilizerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.xpect.tests.state.SetupInitilizerTest
Running org.eclipse.xpect.tests.state.AnlyzedConfigurationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.xpect.tests.state.AnlyzedConfigurationTest
Running org.eclipse.xpect.tests.state.StateContainerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.xpect.tests.state.StateContainerTest
Running org.eclipse.xpect.tests.state.StateContainerInvalidationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.xpect.tests.state.StateContainerInvalidationTest
Running org.eclipse.xpect.tests.text.TableTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.xpect.tests.text.TableTest
Running org.eclipse.xpect.tests.text.TextDifferencerTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.008 sec - in org.eclipse.xpect.tests.text.TextDifferencerTest
Running org.eclipse.xpect.tests.text.CanvasTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.xpect.tests.text.CanvasTest
Running org.eclipse.xpect.tests.text.StringSimilarityFunctionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.xpect.tests.text.StringSimilarityFunctionTest
Running org.eclipse.xpect.tests.text.GenericTokenizerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.xpect.tests.text.GenericTokenizerTest
Running org.eclipse.xpect.tests.parameter.ParameterParserTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.eclipse.xpect.tests.parameter.ParameterParserTest
Running org.eclipse.xpect.tests.LexerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.xpect.tests.LexerTest
Running org.eclipse.xpect.tests.util.DifferencerImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec - in org.eclipse.xpect.tests.util.DifferencerImplTest
Running org.eclipse.xpect.tests.FileExtensionInfoTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.xpect.tests.FileExtensionInfoTest
Running org.eclipse.xpect.tests.expectation.impl.ExpectationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.xpect.tests.expectation.impl.ExpectationTest

Results :

Tests run: 116, Failures: 0, Errors: 0, Skipped: 4

[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/org.eclipse.xpect.tests-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/org.eclipse.xpect.tests-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.26.0:test (default-test) @ org.eclipse.xpect.tests ---
[INFO] Expected eclipse log file: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_131.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx1G, -Dosgi.clean=true, -DxpectTestTitlePostfix=.eclipse_4_4_2-xtext_2_9_2, -DxpectTestTitleShowEnvironment=true, -jar, /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20140415-2008/org.eclipse.equinox.launcher-1.3.0.v20140415-2008.jar, -data, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/work/data, -install, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/work, -configuration, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/surefire.properties]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xpect.tests.xjm.XjmMethodsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854 sec - in org.eclipse.xpect.tests.xjm.XjmMethodsTest
suiteWithLoop(org.eclipse.xpect.tests.xjm.XjmMethodsTest)  Time elapsed: 0.113 sec
suiteWithNameConflicts(org.eclipse.xpect.tests.xjm.XjmMethodsTest)  Time elapsed: 0.015 sec
suiteWithNesting(org.eclipse.xpect.tests.xjm.XjmMethodsTest)  Time elapsed: 0.017 sec
singleTestWithMethods(org.eclipse.xpect.tests.xjm.XjmMethodsTest)  Time elapsed: 0.012 sec
Running org.eclipse.xpect.tests.xjm.XjmContributionsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.064 sec - in org.eclipse.xpect.tests.xjm.XjmContributionsTest
transitiveImport(org.eclipse.xpect.tests.xjm.XjmContributionsTest)  Time elapsed: 0.015 sec
simple(org.eclipse.xpect.tests.xjm.XjmContributionsTest)  Time elapsed: 0.008 sec
methodType(org.eclipse.xpect.tests.xjm.XjmContributionsTest)  Time elapsed: 0.009 sec
replace1(org.eclipse.xpect.tests.xjm.XjmContributionsTest)  Time elapsed: 0.01 sec
replace2(org.eclipse.xpect.tests.xjm.XjmContributionsTest)  Time elapsed: 0.009 sec
methodAnnotation(org.eclipse.xpect.tests.xjm.XjmContributionsTest)  Time elapsed: 0.009 sec
annotationType(org.eclipse.xpect.tests.xjm.XjmContributionsTest) skipped
Running org.eclipse.xpect.tests.runner.RunnerTest
Xtext-Version in Target Platform: 2.9.2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.072 sec - in org.eclipse.xpect.tests.runner.RunnerTest
src/org/eclipse/xpect/tests/runner/fixme.xt#expectedExpectation~0: test passes: green.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0.008 sec
src/org/eclipse/xpect/tests/runner/fixme.xt#testFailureDiff~0: tests fails: can assert the error as a diff.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0.018 sec
src/org/eclipse/xpect/tests/runner/fixme.xt#expectedExpectation~2: test fails as expected by FIXME, therefore the test is green.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0.001 sec
src/org/eclipse/xpect/tests/runner/fixme.xt#testFailureMessage~0: the test passes as *not* expected by FIXME, therefore we can assert an error message.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0.004 sec
src/org/eclipse/xpect/tests/runner/runner.xt#expectedExpectation~0: // this should pass.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0.001 sec
src/org/eclipse/xpect/tests/runner/runner.xt#testFailureDiff~0: // assert a wrong single-line expectation.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0.004 sec
src/org/eclipse/xpect/tests/runner/runner.xt#testFailureDiff~1: // assert a wrong multi-line expectation.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0.008 sec
Running org.eclipse.xpect.tests.state.SetupInitilizerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.xpect.tests.state.SetupInitilizerTest
varargConstructor_double(org.eclipse.xpect.tests.state.SetupInitilizerTest)  Time elapsed: 0 sec
specificConstructorStrings(org.eclipse.xpect.tests.state.SetupInitilizerTest)  Time elapsed: 0 sec
varargConstructorStrings_empty(org.eclipse.xpect.tests.state.SetupInitilizerTest)  Time elapsed: 0 sec
varargConstructorStrings(org.eclipse.xpect.tests.state.SetupInitilizerTest)  Time elapsed: 0 sec
varargConstructorStrings2(org.eclipse.xpect.tests.state.SetupInitilizerTest)  Time elapsed: 0 sec
mixedVarargConstructor(org.eclipse.xpect.tests.state.SetupInitilizerTest)  Time elapsed: 0 sec
Running org.eclipse.xpect.tests.state.AnlyzedConfigurationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.xpect.tests.state.AnlyzedConfigurationTest
testStaticManaged(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.005 sec
testLogginTestDataValue(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.009 sec
testStaticValue(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.002 sec
testLogginTestDataManaged(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.001 sec
multiConstructor1(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.001 sec
multiConstructor2(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.002 sec
multiConstructor3(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.002 sec
typeParam(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.001 sec
typeParamUnresolved(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.001 sec
testSimple(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.003 sec
Running org.eclipse.xpect.tests.state.StateContainerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.xpect.tests.state.StateContainerTest
testPrimaryManaged(org.eclipse.xpect.tests.state.StateContainerTest)  Time elapsed: 0 sec
testDerivedManaged(org.eclipse.xpect.tests.state.StateContainerTest)  Time elapsed: 0 sec
testPrimaryValueAnn(org.eclipse.xpect.tests.state.StateContainerTest)  Time elapsed: 0.001 sec
testPrimaryValue(org.eclipse.xpect.tests.state.StateContainerTest)  Time elapsed: 0 sec
testDerivedValue(org.eclipse.xpect.tests.state.StateContainerTest)  Time elapsed: 0.001 sec
testPrimaryManagedAnn(org.eclipse.xpect.tests.state.StateContainerTest)  Time elapsed: 0 sec
Running org.eclipse.xpect.tests.state.StateContainerInvalidationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.xpect.tests.state.StateContainerInvalidationTest
testInvalidate2(org.eclipse.xpect.tests.state.StateContainerInvalidationTest)  Time elapsed: 0.005 sec
testInvalidate(org.eclipse.xpect.tests.state.StateContainerInvalidationTest)  Time elapsed: 0.001 sec
Running org.eclipse.xpect.tests.text.TableTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.xpect.tests.text.TableTest
test2by3Long(org.eclipse.xpect.tests.text.TableTest)  Time elapsed: 0.009 sec
test2by3BorderAndSeparators(org.eclipse.xpect.tests.text.TableTest)  Time elapsed: 0.001 sec
test1by1(org.eclipse.xpect.tests.text.TableTest)  Time elapsed: 0 sec
test2by3(org.eclipse.xpect.tests.text.TableTest)  Time elapsed: 0.001 sec
test2by3LongTrimmed(org.eclipse.xpect.tests.text.TableTest)  Time elapsed: 0 sec
Running org.eclipse.xpect.tests.text.TextDifferencerTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.01 sec - in org.eclipse.xpect.tests.text.TextDifferencerTest
testWhitespaceDiff2(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0.002 sec
testAddML(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0.001 sec
testAddSL(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testEqual(org.eclipse.xpect.tests.text.TextDifferencerTest) skipped
testRemoveSLEnd(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testAddSLEnd(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testWhitespace(org.eclipse.xpect.tests.text.TextDifferencerTest) skipped
testRemoveML(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testRemoveSL(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testDiffML(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testDiffSL(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0.001 sec
testWhitespaceDiff(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testDiffSLEnd(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
Running org.eclipse.xpect.tests.text.CanvasTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.xpect.tests.text.CanvasTest
testBoundsSubcanvasAt(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testBoundsAt(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testFill(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testPaintAt00(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testPaintAt02(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testPaintAt20(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testPaintAt22(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testOverPaintAt22(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0.001 sec
testSubcanvasAt2235(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testBounds(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testSubcanvasAt22(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
Running org.eclipse.xpect.tests.text.StringSimilarityFunctionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.xpect.tests.text.StringSimilarityFunctionTest
testSimilarBeginning(org.eclipse.xpect.tests.text.StringSimilarityFunctionTest)  Time elapsed: 0.003 sec
testEqual(org.eclipse.xpect.tests.text.StringSimilarityFunctionTest)  Time elapsed: 0 sec
testBeginningAndEnd(org.eclipse.xpect.tests.text.StringSimilarityFunctionTest)  Time elapsed: 0 sec
testUnequal(org.eclipse.xpect.tests.text.StringSimilarityFunctionTest)  Time elapsed: 0 sec
testSimilarEnd(org.eclipse.xpect.tests.text.StringSimilarityFunctionTest)  Time elapsed: 0 sec
Running org.eclipse.xpect.tests.text.GenericTokenizerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.xpect.tests.text.GenericTokenizerTest
testSymbols(org.eclipse.xpect.tests.text.GenericTokenizerTest)  Time elapsed: 0 sec
testWord(org.eclipse.xpect.tests.text.GenericTokenizerTest)  Time elapsed: 0 sec
testSimple(org.eclipse.xpect.tests.text.GenericTokenizerTest)  Time elapsed: 0 sec
Running org.eclipse.xpect.tests.parameter.ParameterParserTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec - in org.eclipse.xpect.tests.parameter.ParameterParserTest
src/org/eclipse/xpect/tests/parameter/errors.xt#testFailureMessage~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.01 sec
src/org/eclipse/xpect/tests/parameter/errors.xt#testFailureMessage~1: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.003 sec
src/org/eclipse/xpect/tests/parameter/errors.xt#testFailureMessage~2: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/tests/parameter/errors.xt#testFailureMessage~3: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.003 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#intOffset~0: // match.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.004 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#intOffset~1: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.001 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#testFailureMessage~0: // no match.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.003 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#intOffset~3: // no offset specified.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#intOffset~4: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.001 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#intOffset~5: test title.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.001 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#regionOffset~0: // match.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#regionOffset~1: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.001 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#testFailureMessage~1: // no match.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#testFailureMessage~2: // no offset specified.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.002 sec
Running org.eclipse.xpect.tests.LexerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.xpect.tests.LexerTest
testXPE(org.eclipse.xpect.tests.LexerTest)  Time elapsed: 0.005 sec
testXPECT(org.eclipse.xpect.tests.LexerTest)  Time elapsed: 0 sec
testXPEC(org.eclipse.xpect.tests.LexerTest)  Time elapsed: 0.001 sec
testXP(org.eclipse.xpect.tests.LexerTest)  Time elapsed: 0 sec
testX(org.eclipse.xpect.tests.LexerTest)  Time elapsed: 0 sec
testSimple(org.eclipse.xpect.tests.LexerTest)  Time elapsed: 0.001 sec
Running org.eclipse.xpect.tests.util.DifferencerImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 sec - in org.eclipse.xpect.tests.util.DifferencerImplTest
testOneMatch(org.eclipse.xpect.tests.util.DifferencerImplTest)  Time elapsed: 0.001 sec
testInsertRightEnd(org.eclipse.xpect.tests.util.DifferencerImplTest)  Time elapsed: 0.001 sec
testInsertRightMiddle(org.eclipse.xpect.tests.util.DifferencerImplTest)  Time elapsed: 0 sec
testInsertRightBeginning(org.eclipse.xpect.tests.util.DifferencerImplTest)  Time elapsed: 0.001 sec
testRemoveMiddle(org.eclipse.xpect.tests.util.DifferencerImplTest) skipped
testThreeMatches(org.eclipse.xpect.tests.util.DifferencerImplTest)  Time elapsed: 0 sec
testTwoMatches(org.eclipse.xpect.tests.util.DifferencerImplTest)  Time elapsed: 0 sec
Running org.eclipse.xpect.tests.FileExtensionInfoTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.xpect.tests.FileExtensionInfoTest
testRedundant(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0.005 sec
testResourceServiceProvider(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0.001 sec
testResourceServiceProviderDefault(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0.001 sec
testXpectFileExtension(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0.001 sec
testEmfExtensionParserDefault(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0 sec
testEditor(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0 sec
testLanguageWithoutUI(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0.001 sec
testEmfExtensionParser(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0.001 sec
Running org.eclipse.xpect.tests.expectation.impl.ExpectationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.eclipse.xpect.tests.expectation.impl.ExpectationTest
src/org/eclipse/xpect/tests/expectation/impl/expectations.xt#expectedExpectation~0: // not modified.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.expectation.impl.ExpectationTest)  Time elapsed: 0.013 sec
src/org/eclipse/xpect/tests/expectation/impl/expectations.xt#modifiedExpectation~0: // modified.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.tests.expectation.impl.ExpectationTest)  Time elapsed: 0.001 sec

Results :

Tests run: 116, Failures: 0, Errors: 0, Skipped: 4

[INFO] All tests passed!
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.xtext.lib.tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] The project's OSGi version is 0.2.0.201712151618
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Compiling 4 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Surefire report directory: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/surefire-reports-standalone
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec - in org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest
Running org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest
Running org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest
Running org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest

Results :

Tests run: 15, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/org.eclipse.xpect.xtext.lib.tests-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/org.eclipse.xpect.xtext.lib.tests-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.26.0:test (default-test) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Expected eclipse log file: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_131.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx1G, -Dosgi.clean=true, -DxpectTestTitlePostfix=.eclipse_4_4_2-xtext_2_9_2, -DxpectTestTitleShowEnvironment=true, -jar, /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20140415-2008/org.eclipse.equinox.launcher-1.3.0.v20140415-2008.jar, -data, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/work/data, -install, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/work, -configuration, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/surefire.properties]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.809 sec - in org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest
src/org/eclipse/xpect/xtext/lib/tests/validation/errorsAndWarnings.xtext.xt#errors~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest)  Time elapsed: 0.033 sec
src/org/eclipse/xpect/xtext/lib/tests/validation/errorsAndWarnings.xtext.xt#warnings~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest)  Time elapsed: 0.005 sec
src/org/eclipse/xpect/xtext/lib/tests/validation/issues.xtext.xt#issues~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest)  Time elapsed: 0.006 sec
Running org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.76 sec - in org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest
src/org/eclipse/xpect/xtext/lib/tests/tests/linking.xtext.xt#linkedFragment~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest)  Time elapsed: 0.02 sec
src/org/eclipse/xpect/xtext/lib/tests/tests/linking.xtext.xt#linkedFragments~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest)  Time elapsed: 0.005 sec
src/org/eclipse/xpect/xtext/lib/tests/tests/linking.xtext.xt#linkedFragment~1: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest)  Time elapsed: 0.003 sec
Running org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 sec - in org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest
src/org/eclipse/xpect/xtext/lib/tests/util/grammaranalyzer/CommonTerminals.xtext.xt#comments~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest)  Time elapsed: 0.007 sec
src/org/eclipse/xpect/xtext/lib/tests/util/grammaranalyzer/Fragments.xtext.xt#comments~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/xtext/lib/tests/util/grammaranalyzer/ML_Comments.xtext.xt#comments~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest)  Time elapsed: 0.004 sec
src/org/eclipse/xpect/xtext/lib/tests/util/grammaranalyzer/SL_Comments.xtext.xt#comments~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest)  Time elapsed: 0.002 sec
Running org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 sec - in org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest
src/org/eclipse/xpect/xtext/lib/tests/parameters/offset.xtext.xt#intOffset~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest)  Time elapsed: 0.005 sec
src/org/eclipse/xpect/xtext/lib/tests/parameters/offset.xtext.xt#intOffset~1: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/xtext/lib/tests/parameters/offset.xtext.xt#intOffset~2: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/xtext/lib/tests/parameters/offset.xtext.xt#intOffset~3: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/xtext/lib/tests/parameters/offset.xtext.xt#testFailureMessage~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest)  Time elapsed: 0.006 sec

Results :

Tests run: 15, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.arithmetics.xpect.tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] The project's OSGi version is 0.2.0.201712151618
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.8.3:compile (default) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.8.3/org.eclipse.xtend.core-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.8.3/org.eclipse.xtend.core-2.8.3.pom (3 KB at 57.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.standalone.parent/2.8.3/org.eclipse.xtext.standalone.parent-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.standalone.parent/2.8.3/org.eclipse.xtext.standalone.parent-2.8.3.pom (5 KB at 260.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.8.3/org.eclipse.xtext.xbase-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.8.3/org.eclipse.xtext.xbase-2.8.3.pom (4 KB at 118.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.8.3/org.eclipse.xtext-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.8.3/org.eclipse.xtext-2.8.3.pom (4 KB at 122.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.8.3/org.eclipse.xtext.util-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.8.3/org.eclipse.xtext.util-2.8.3.pom (2 KB at 106.9 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.dependencies/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.dependencies/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.dependencies/maven-metadata.xml (850 B at 37.7 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.dependencies/maven-metadata.xml (388 B at 1.0 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.dependencies/2.8.3/org.eclipse.xtext.dependencies-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.dependencies/2.8.3/org.eclipse.xtext.dependencies-2.8.3.pom (777 B at 29.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.10.0.v20140604-1726/org.eclipse.jdt.core-3.10.0.v20140604-1726.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.10.0.v20140604-1726/org.eclipse.jdt.core-3.10.0.v20140604-1726.pom (2 KB at 56.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.8.3/org.eclipse.xtext.xbase.lib-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.8.3/org.eclipse.xtext.xbase.lib-2.8.3.pom (2 KB at 73.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/52.1/icu4j-52.1.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/52.1/icu4j-52.1.pom (5 KB at 247.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.8.3/org.eclipse.xtend.lib-2.8.3.pom
[WARNING] Checksum validation failed, expected d67cc2a3fb9cc626a2f92b63462c124a40eed336 but is adadc85abd8c127d24527823f1f09a3b25c18e8a for https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.8.3/org.eclipse.xtend.lib-2.8.3.pom
[WARNING] Checksum validation failed, expected d67cc2a3fb9cc626a2f92b63462c124a40eed336 but is adadc85abd8c127d24527823f1f09a3b25c18e8a for https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.8.3/org.eclipse.xtend.lib-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.8.3/org.eclipse.xtend.lib-2.8.3.pom (2 KB at 42.6 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.8.3/org.eclipse.xtend.lib.macro-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.8.3/org.eclipse.xtend.lib.macro-2.8.3.pom (2 KB at 36.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.8.3/org.eclipse.xtext.common.types-2.8.3.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.8.3/org.eclipse.xtext.common.types-2.8.3.pom (3 KB at 146.3 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/common/3.6.200-v20130402-1505/common-3.6.200-v20130402-1505.pom
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/common/3.6.200-v20130402-1505/common-3.6.200-v20130402-1505.pom (837 B at 28.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.8.3/org.eclipse.xtend.core-2.8.3.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.8.3/org.eclipse.xtext.xbase-2.8.3.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.8.3/org.eclipse.xtext-2.8.3.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.8.3/org.eclipse.xtext.common.types-2.8.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.8.3/org.eclipse.xtext.common.types-2.8.3.jar (428 KB at 7779.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/common/3.6.200-v20130402-1505/common-3.6.200-v20130402-1505.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.8.3/org.eclipse.xtext-2.8.3.jar (2554 KB at 15197.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.8.3/org.eclipse.xtext.xbase.lib-2.8.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.8.3/org.eclipse.xtext.xbase.lib-2.8.3.jar (115 KB at 5739.7 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.8.3/org.eclipse.xtext.util-2.8.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.8.3/org.eclipse.xtext.util-2.8.3.jar (213 KB at 9248.9 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.10.0.v20140604-1726/org.eclipse.jdt.core-3.10.0.v20140604-1726.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/common/3.6.200-v20130402-1505/common-3.6.200-v20130402-1505.jar (105 KB at 465.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.8.3/org.eclipse.xtend.lib-2.8.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.8.3/org.eclipse.xtend.lib-2.8.3.jar (149 KB at 5301.7 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.8.3/org.eclipse.xtend.lib.macro-2.8.3.jar
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.8.3/org.eclipse.xtend.lib.macro-2.8.3.jar (59 KB at 3667.4 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.8.3/org.eclipse.xtext.xbase-2.8.3.jar (5054 KB at 12892.5 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.8.3/org.eclipse.xtend.core-2.8.3.jar (2356 KB at 4054.3 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar (10222 KB at 16839.6 KB/sec)
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.10.0.v20140604-1726/org.eclipse.jdt.core-3.10.0.v20140604-1726.jar (5433 KB at 13548.3 KB/sec)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] Compiling 3 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] Surefire report directory: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/target/surefire-reports-standalone
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xtext.example.arithmetics.xpect.tests.suite.ArithmeticsXtextTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec - in org.eclipse.xtext.example.arithmetics.xpect.tests.suite.ArithmeticsXtextTest
Running org.eclipse.xtext.example.arithmetics.xpect.tests.interpreter.InterpreterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.xtext.example.arithmetics.xpect.tests.interpreter.InterpreterTest

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/target/org.eclipse.xtext.example.arithmetics.xpect.tests-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.domainmodel.xpect.tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] The project's OSGi version is 0.2.0.201712151618
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.8.3:compile (default) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[WARNING] 
WARNING: 	ParserTest.xtend - 
22: The type XpectSetup is deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] Compiling 11 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] Surefire report directory: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/surefire-reports-standalone
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.jvmmodelinferrer.DMJvmModelInferrerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.jvmmodelinferrer.DMJvmModelInferrerTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.096 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.scoping.DMScopingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.scoping.DMScopingTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.parser.ParserTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.parser.ParserTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.modify.DeleteUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.443 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.modify.DeleteUtilTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.286 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.287 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest

Results :

Tests run: 41, Failures: 0, Errors: 0, Skipped: 7

[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/org.eclipse.xtext.example.domainmodel.xpect.tests-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.26.0:test (default-test) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] Expected eclipse log file: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_131.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx1G, -Dosgi.clean=true, -DxpectTestTitlePostfix=.eclipse_4_4_2-xtext_2_9_2, -DxpectTestTitleShowEnvironment=true, -jar, /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20140415-2008/org.eclipse.equinox.launcher-1.3.0.v20140415-2008.jar, -data, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/work/data, -install, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/work, -configuration, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/surefire.properties, -nouithread]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest
0    [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.555 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/linking/test1.dmodel.xt#linkedName~0: MyEntity2 should be from the other file.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest)  Time elapsed: 0.032 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/linking/test1.dmodel.xt#linkedName~1: int should be the java primitive.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest)  Time elapsed: 0.004 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/linking/test1.dmodel.xt#linkedName~2: String should be from java.lang.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest)  Time elapsed: 0.003 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/linking/test1.dmodel.xt#linkedFragment~0: same test using fragments, because not all elements have qualified names.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest)  Time elapsed: 0.005 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/linking/test1.dmodel.xt#linkedFragment~1: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest)  Time elapsed: 0.003 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/linking/test1.dmodel.xt#linkedFragment~2: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest)  Time elapsed: 0.004 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.jvmmodelinferrer.DMJvmModelInferrerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.402 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.jvmmodelinferrer.DMJvmModelInferrerTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/jvmmodelinferrer/JvmModel.dmodel.xt#jvmModel~0: Test the full JvmModel.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.jvmmodelinferrer.DMJvmModelInferrerTest)  Time elapsed: 0.016 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/jvmmodelinferrer/JvmSignatures.dmodel.xt#jvmModelSignatures~0: Test the signatures of public and protected members..eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.jvmmodelinferrer.DMJvmModelInferrerTest)  Time elapsed: 0.009 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest
7422 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.997 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/resourcedescription/test1.dmodel.xt#exportedObjects~0: these names are stored in the Xtext Index.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest)  Time elapsed: 0.019 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/resourcedescription/test1.dmodel.xt#importedNames~0: these names have been imported from other files.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/resourcedescription/test1.dmodel.xt#importedNames~0: these names have been imported from other files.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest)  Time elapsed: 0.001 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/resourcedescription/test1.dmodel.xt#referenceDescriptions~0: these references are stored in the Xtext Index.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/resourcedescription/test1.dmodel.xt#referenceDescriptions~0: these references are stored in the Xtext Index.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest)  Time elapsed: 0 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.scoping.DMScopingTest
8413 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.03 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.scoping.DMScopingTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/scoping/test1.dmodel.xt#scope~0: besides "int", we can reference... and we can not reference foooobar.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.scoping.DMScopingTest)  Time elapsed: 0.019 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/scoping/test1.dmodel.xt#scope~1: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.scoping.DMScopingTest)  Time elapsed: 0.004 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.parser.ParserTest
9450 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.857 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.parser.ParserTest
test(org.eclipse.xtext.example.domainmodel.xpect.tests.parser.ParserTest)  Time elapsed: 0.001 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/parser/test1.dmodel.xt#ast~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.parser.ParserTest)  Time elapsed: 0.006 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.modify.DeleteUtilTest
10309 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
11033 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.704 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.modify.DeleteUtilTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/modify/AstDifference.dmodel.xt#astDiff~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.modify.DeleteUtilTest)  Time elapsed: 0.046 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/modify/SyntaxDifference.dmodel.xt#delete~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.modify.DeleteUtilTest)  Time elapsed: 2.24 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest
14033 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
15024 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
15765 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 8, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 2.532 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateOneFile.dmodel.xt#generated~0: Test the full generated code.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateOneFile.dmodel.xt#generated~0: Test the full generated code.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest)  Time elapsed: 0.001 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateTwoFiles1.dmodel.xt#generated~0: test generating MyEntity1.java.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateTwoFiles1.dmodel.xt#generated~0: test generating MyEntity1.java.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest)  Time elapsed: 0 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateTwoFiles1.dmodel.xt#generated~1: test generating MyEntity2.java.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateTwoFiles1.dmodel.xt#generated~1: test generating MyEntity2.java.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest)  Time elapsed: 0 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateTwoFiles2.dmodel.xt#generated~0: Test the full generated code.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateTwoFiles2.dmodel.xt#generated~0: Test the full generated code.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest)  Time elapsed: 0 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest
16658 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.697 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/testsuite/CombiningMultipleTests.dmodel.xt#linkedName~0: int should be the java primitive.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest)  Time elapsed: 0.005 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/testsuite/CombiningMultipleTests.dmodel.xt#linkedName~1: String should be from java.lang.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest)  Time elapsed: 0.002 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/testsuite/CombiningMultipleTests.dmodel.xt#scope~0: besides "int", we can reference... and we can not reference foooobar.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest)  Time elapsed: 0.019 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/testsuite/CombiningMultipleTests.dmodel.xt#errors~0: the character % is not valid syntax.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest)  Time elapsed: 0.008 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest
18255 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
19080 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
19892 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.702 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#errors~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#errors~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.001 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#errors~1: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.003 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#warnings~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.002 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#warnings~1: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.003 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#errors~2: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.002 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#errors~3: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.003 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test2.dmodel.xt#errors~0: the character % is not valid syntax.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.003 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test3.dmodel.xt#noIssues~0: there should not be any (filtered) issues in the next line.eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.002 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test3.dmodel.xt#errors~0: .eclipse_4_4_2-xtext_2_9_2.plugin.xtext_2.9.2(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.003 sec

Results :

Tests run: 41, Failures: 0, Errors: 0, Skipped: 7

[INFO] All tests passed!
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.root 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.root ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.xpect.target.eclipse_4_4_2-xtext_2_9_2  SUCCESS [40.916s]
[INFO] org.eclipse.xtext.example.arithmetics.tests ....... SUCCESS [44.050s]
[INFO] org.eclipse.xtext.example.domainmodel.tests ....... SUCCESS [5.245s]
[INFO] org.eclipse.xpect.tests ........................... SUCCESS [16.842s]
[INFO] org.eclipse.xpect.xtext.lib.tests ................. SUCCESS [20.236s]
[INFO] org.eclipse.xtext.example.arithmetics.xpect.tests . SUCCESS [10.443s]
[INFO] org.eclipse.xtext.example.domainmodel.xpect.tests . SUCCESS [44.075s]
[INFO] org.eclipse.xpect.root ............................ SUCCESS [0.021s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:16.469s
[INFO] Finished at: Fri Dec 15 11:20:41 EST 2017
[INFO] Final Memory: 231M/5622M
[INFO] ------------------------------------------------------------------------
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (test with Eclipse Mars and Xtext nighly)
[Pipeline] sh
[workspace] Running shell script
+ /shared/common/apache-maven-3.0.5/bin/mvn '-P!plugins' '-P!xtext-examples' -Dtarget-platform=eclipse_4_5_0-xtext_nightly --batch-mode --update-snapshots -fae -Dmaven.repo.local=xpect-local-maven-repository -DtestOnly=false clean integration-test
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.tests:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/pom.xml
[INFO] Adding repository http://download.itemis.com/updates/releases/2.1.1
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/composite/latest/
[INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/composite/latest
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/composite/latest/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/composite/latest/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/composite/nightly/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/composite/nightly/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/composite/nightly/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/composite/nightly/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/nightly/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/nightly/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/emf/updates/nightly/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/emf/updates/nightly/
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/nightly/xcore/ (9.53kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/nightly/xcore/ (9.53kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/ (63.55kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/ (63.55kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/ (11.38kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/ (11.38kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/m2t/xpand/updates/nightly/ (30.63kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/m2t/xpand/updates/nightly/ (30.63kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/
[INFO] Adding repository http://meysholdt.github.io/eclipse_jdt_junit_runners/updatesite
[INFO] Adding repository http://meysholdt.github.io/xtext_stateful_lexer/updatesite
[INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/201506241002/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/201506241002/
[INFO] Adding repository http://download.eclipse.org/releases/mars/201506241002
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/mars/201506241002/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/mars/201506241002/
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/
[INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000
[INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.tests:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/pom.xml
[INFO] Fetching &countryCode=us&timeZone=-5&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/mars/201506241002/ (63B)
[INFO] Fetching org.eclipse.osgi_3.10.100.v20150529-1857.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (416.2kB)
[INFO] Fetching org.eclipse.osgi_3.10.100.v20150529-1857.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (416.2kB)
[INFO] Fetching org.eclipse.osgi.services_3.5.0.v20150519-2006.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (39.13kB)
[INFO] Fetching org.eclipse.osgi.services_3.5.0.v20150519-2006.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (39.13kB)
[INFO] Fetching org.eclipse.compare_3.5.600.v20150420-1449.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (238.49kB)
[INFO] Fetching org.eclipse.compare_3.5.600.v20150420-1449.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (238.49kB)
[INFO] Fetching org.eclipse.ui_3.107.0.v20150507-1945.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (169.58kB)
[INFO] Fetching org.eclipse.ui_3.107.0.v20150507-1945.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (169.58kB)
[INFO] Fetching org.eclipse.core.resources_3.10.0.v20150423-0755.jar from http://download.eclipse.org/releases/mars/201506241002/plugins/ (860.36kB)
[INFO] Fetching org.eclipse.core.resources_3.10.0.v20150423-0755.jar from http://download.eclipse.org/releases/mars/201506241002/plugins/ (860.36kB)
[INFO] Fetching org.eclipse.jface.text_3.10.0.v20150603-1752.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (291.69kB)
[INFO] Fetching org.eclipse.jface.text_3.10.0.v20150603-1752.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (291.69kB)
[INFO] Fetching org.eclipse.ui.ide_3.11.0.v20150510-1749.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (706.62kB)
[INFO] Fetching org.eclipse.ui.ide_3.11.0.v20150510-1749.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (706.62kB)
[INFO] Fetching org.eclipse.ui.views_3.8.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (39.61kB)
[INFO] Fetching org.eclipse.ui.views_3.8.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (39.61kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.9.100.v20141023-1946.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (177.62kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.9.100.v20141023-1946.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (177.62kB)
[INFO] Fetching org.eclipse.core.runtime_3.11.0.v20150405-1723.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (34.12kB)
[INFO] Fetching org.eclipse.core.runtime_3.11.0.v20150405-1723.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (34.12kB)
[INFO] Fetching org.eclipse.core.expressions_3.5.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (31.73kB)
[INFO] Fetching org.eclipse.core.expressions_3.5.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (31.73kB)
[INFO] Fetching org.eclipse.ui.editors_3.9.0.v20150213-1939.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (160.34kB)
[INFO] Fetching org.eclipse.ui.editors_3.9.0.v20150213-1939.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (160.34kB)
[INFO] Fetching org.eclipse.ui.forms_3.6.200.v20150506-2029.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (104.13kB)
[INFO] Fetching org.eclipse.ui.forms_3.6.200.v20150506-2029.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (104.13kB)
[INFO] Fetching org.eclipse.compare.core_3.5.500.v20150505-1058.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (29.81kB)
[INFO] Fetching org.eclipse.compare.core_3.5.500.v20150505-1058.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (29.81kB)
[INFO] Fetching com.ibm.icu_54.1.1.v201501272100.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (8.28MB)
[INFO] Fetching com.ibm.icu_54.1.1.v201501272100.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (8.28MB)
[INFO] Fetching org.eclipse.core.commands_3.7.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (39.85kB)
[INFO] Fetching org.eclipse.core.commands_3.7.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (39.85kB)
[INFO] Fetching org.eclipse.equinox.common_3.7.0.v20150402-1709.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (46.34kB)
[INFO] Fetching org.eclipse.equinox.common_3.7.0.v20150402-1709.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (46.34kB)
[INFO] Fetching org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (38.36kB)
[INFO] Fetching org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (38.36kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (50.68kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (50.68kB)
[INFO] Fetching org.eclipse.equinox.registry_3.6.0.v20150318-1503.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (67.25kB)
[INFO] Fetching org.eclipse.equinox.registry_3.6.0.v20150318-1503.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (67.25kB)
[INFO] Fetching org.eclipse.core.databinding_1.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (56.08kB)
[INFO] Fetching org.eclipse.core.databinding_1.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (56.08kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (77.06kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (77.06kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (41.45kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (41.45kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.5.500.v20140723-1040.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (38.05kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.5.500.v20140723-1040.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (38.05kB)
[INFO] Fetching org.eclipse.text_3.5.400.v20150505-1044.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (82.29kB)
[INFO] Fetching org.eclipse.text_3.5.400.v20150505-1044.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (82.29kB)
[INFO] Fetching org.eclipse.core.filesystem_1.5.0.v20150421-0713.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (25.45kB)
[INFO] Fetching org.eclipse.core.filesystem_1.5.0.v20150421-0713.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (25.45kB)
[INFO] Fetching org.eclipse.core.jobs_3.7.0.v20150330-2103.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (43.21kB)
[INFO] Fetching org.eclipse.core.jobs_3.7.0.v20150330-2103.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (43.21kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.300.v20150423-1356.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (39.64kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.300.v20150423-1356.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (39.64kB)
[INFO] Fetching org.eclipse.debug.core_3.10.0.v20150303-1130.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (106.72kB)
[INFO] Fetching org.eclipse.debug.core_3.10.0.v20150303-1130.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (106.72kB)
[INFO] Fetching org.eclipse.debug.ui_3.11.0.v20150514-0917.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (858.92kB)
[INFO] Fetching org.eclipse.debug.ui_3.11.0.v20150514-0917.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (858.92kB)
[INFO] Fetching org.eclipse.ui.console_3.6.0.v20150512-1341.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (70.1kB)
[INFO] Fetching org.eclipse.ui.console_3.6.0.v20150512-1341.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (70.1kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.11.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (12.84kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.11.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (12.84kB)
[INFO] Fetching org.eclipse.e4.core.di_1.5.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (24.2kB)
[INFO] Fetching org.eclipse.e4.core.di_1.5.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (24.2kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.4.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (22.05kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.4.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (22.05kB)
[INFO] Fetching org.eclipse.e4.core.services_2.0.0.v20150403-1912.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (21.45kB)
[INFO] Fetching org.eclipse.e4.core.services_2.0.0.v20150403-1912.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (21.45kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.4.0.v20150528-1451.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (6.53kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.4.0.v20150528-1451.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (6.53kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.13.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (13.38kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.13.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (13.38kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.1.100.v20150513-0856.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (20.55kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.1.100.v20150513-0856.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (20.55kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (98kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (98kB)
[INFO] Fetching org.eclipse.emf.ecore_2.14.0.v20171203-1459.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (392.67kB)
[INFO] Fetching org.eclipse.emf.ecore_2.14.0.v20171203-1459.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (392.67kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.11.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (22.96kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.11.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (22.96kB)
[INFO] Fetching org.eclipse.swt_3.104.0.v20150528-0211.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (17kB)
[INFO] Fetching org.eclipse.swt_3.104.0.v20150528-0211.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (17kB)
[INFO] Fetching org.eclipse.jface_3.11.0.v20150602-1400.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (357.09kB)
[INFO] Fetching org.eclipse.jface_3.11.0.v20150602-1400.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (357.09kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.11.0.v20150511-1937.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (60.73kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.11.0.v20150511-1937.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (60.73kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.0.v20150511-1003.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (69.76kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.0.v20150511-1003.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (69.76kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (15.02kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (15.02kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.1.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (8.45kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.1.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (8.45kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_1.1.100.v20150407-1430.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (99.74kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_1.1.100.v20150407-1430.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (99.74kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.2.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (12.65kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.2.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (12.65kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.1.0.v20150427-1751.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (8.78kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.1.0.v20150427-1751.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (8.78kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.3.0.v20150531-1948.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (96.33kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.3.0.v20150531-1948.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (96.33kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.12.0.v20171203-1459.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (35.97kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.12.0.v20171203-1459.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (35.97kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.14.0.v20171203-1459.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (80.4kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.14.0.v20171203-1459.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (80.4kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.0.v20150512-1414.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (51.35kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.0.v20150512-1414.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (51.35kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.13.0.v20150603-0857.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (103.21kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.13.0.v20150603-0857.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (103.21kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.13.0.v20150504-0621.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (64.31kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.13.0.v20150504-0621.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (64.31kB)
[INFO] Fetching org.eclipse.jface.databinding_1.7.0.v20150406-2148.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (61.18kB)
[INFO] Fetching org.eclipse.jface.databinding_1.7.0.v20150406-2148.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (61.18kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (6.88kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (6.88kB)
[INFO] Fetching org.eclipse.equinox.ds_1.4.300.v20150423-1356.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (88.45kB)
[INFO] Fetching org.eclipse.equinox.ds_1.4.300.v20150423-1356.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (88.45kB)
[INFO] Fetching org.eclipse.emf.codegen_2.13.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (104.22kB)
[INFO] Fetching org.eclipse.emf.codegen_2.13.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (104.22kB)
[INFO] Fetching org.eclipse.emf.common_2.14.0.v20171203-1459.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (104.76kB)
[INFO] Fetching org.eclipse.emf.common_2.14.0.v20171203-1459.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (104.76kB)
[INFO] Fetching org.eclipse.jdt.core_3.11.0.v20150602-1242.jar from http://download.eclipse.org/releases/mars/201506241002/plugins/ (5.45MB)
[INFO] Fetching org.eclipse.jdt.core_3.11.0.v20150602-1242.jar from http://download.eclipse.org/releases/mars/201506241002/plugins/ (5.45MB)
[INFO] Fetching org.eclipse.jdt.launching_3.8.0.v20150527-0946.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (121.41kB)
[INFO] Fetching org.eclipse.jdt.launching_3.8.0.v20150527-0946.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (121.41kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.14.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (471.15kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.14.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (471.15kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.13.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (59.93kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.13.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (59.93kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.10.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (54.47kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.10.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (54.47kB)
[INFO] Fetching org.eclipse.emf.edit_2.13.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (89.33kB)
[INFO] Fetching org.eclipse.emf.edit_2.13.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (89.33kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.14.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (40.13kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.14.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (40.13kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.14.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (83.37kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.14.0.v20171213-1146.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/nightly/core/plugins/ (83.37kB)
[INFO] Fetching org.eclipse.ui.workbench_3.107.0.v20150510-1732.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.02MB)
[INFO] Fetching org.eclipse.ui.workbench_3.107.0.v20150510-1732.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.02MB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.22.201711091329.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (63.17kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.22.201711091329.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (63.17kB)
[INFO] Fetching org.apache.ant_1.9.4.v201504302020.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (2.17MB)
[INFO] Fetching org.apache.ant_1.9.4.v201504302020.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (2.17MB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.2.201711091329.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.2.201711091329.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.22.201711091329.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (19.36kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.22.201711091329.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (19.36kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.9.2.201711091329.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (65.61kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.9.2.201711091329.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (65.61kB)
[INFO] Fetching org.eclipse.xtext_2.14.0.v20171214-1246.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (781.03kB)
[INFO] Fetching org.eclipse.xtext_2.14.0.v20171214-1246.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (781.03kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (130.68kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (130.68kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.9.2.201711091329.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (12.82kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.9.2.201711091329.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (12.82kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.2.201711091329.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (13.43kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.2.201711091329.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (13.43kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.0.v20150527-1706.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (28.85kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.0.v20150527-1706.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (28.85kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.4.0.v20150511-1532.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (70.18kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.4.0.v20150511-1532.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (70.18kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.0.v20150511-1532.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (100.68kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.0.v20150511-1532.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (100.68kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.200.v20150428-1613.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (45.24kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.200.v20150428-1613.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (45.24kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.100.v20150428-1613.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (50.62kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.100.v20150428-1613.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (50.62kB)
[INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (36.04kB)
[INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (36.04kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.100.v20150423-1356.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (41.25kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.100.v20150423-1356.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (41.25kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.5.100.v20141002-1241.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (29.46kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.5.100.v20141002-1241.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (29.46kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.6.200.v20140826-0859.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (94.21kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.6.200.v20140826-0859.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (94.21kB)
[INFO] Fetching org.eclipse.jdt.debug_3.9.0.v20150528-1838.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (896.23kB)
[INFO] Fetching org.eclipse.jdt.debug_3.9.0.v20150528-1838.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (896.23kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.7.0.v20150505-1916.jar from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.39MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.7.0.v20150505-1916.jar from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.39MB)
[INFO] Fetching org.eclipse.jdt.ui_3.11.0.v20150527-0925.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (3.23MB)
[INFO] Fetching org.eclipse.jdt.ui_3.11.0.v20150527-0925.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (3.23MB)
[INFO] Fetching org.eclipse.search_3.10.0.v20150318-0856.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (148.82kB)
[INFO] Fetching org.eclipse.search_3.10.0.v20150318-0856.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (148.82kB)
[INFO] Fetching org.eclipse.team.ui_3.7.200.v20150203-1452.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (368.05kB)
[INFO] Fetching org.eclipse.team.ui_3.7.200.v20150203-1452.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (368.05kB)
[INFO] Fetching org.eclipse.team.core_3.7.100.v20150203-1452.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (113.41kB)
[INFO] Fetching org.eclipse.team.core_3.7.100.v20150203-1452.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (113.41kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.7.200.v20140625-1835.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (144.48kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.7.200.v20140625-1835.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (144.48kB)
[INFO] Fetching org.eclipse.ui.navigator_3.6.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (122.73kB)
[INFO] Fetching org.eclipse.ui.navigator_3.6.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (122.73kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (52.74kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (52.74kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.104.0.v20150528-0211.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.104.0.v20150528-0211.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.6.100.v20150423-0822.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (37.56kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.6.100.v20150423-0822.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (37.56kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201706050822.jar.pack.gz from http://download.eclipse.org/modeling/m2t/xpand/updates/nightly/plugins/ (80.24kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201706050822.jar.pack.gz from http://download.eclipse.org/modeling/m2t/xpand/updates/nightly/plugins/ (80.24kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201706050822.jar.pack.gz from http://download.eclipse.org/modeling/m2t/xpand/updates/nightly/plugins/ (148.46kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201706050822.jar.pack.gz from http://download.eclipse.org/modeling/m2t/xpand/updates/nightly/plugins/ (148.46kB)
[INFO] Fetching org.eclipse.xtend.lib_2.14.0.v20171213-1733.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (60.05kB)
[INFO] Fetching org.eclipse.xtend.lib_2.14.0.v20171213-1733.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (60.05kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.14.0.v20171213-1733.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (49.18kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.14.0.v20171213-1733.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (49.18kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.14.0.v20171213-1733.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (22.36kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.14.0.v20171213-1733.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (22.36kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201706050822.jar.pack.gz from http://download.eclipse.org/modeling/m2t/xpand/updates/nightly/plugins/ (26.01kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201706050822.jar.pack.gz from http://download.eclipse.org/modeling/m2t/xpand/updates/nightly/plugins/ (26.01kB)
[INFO] Fetching org.eclipse.xtext.util_2.14.0.v20171214-1246.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (104.15kB)
[INFO] Fetching org.eclipse.xtext.util_2.14.0.v20171214-1246.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (104.15kB)
[INFO] Fetching org.eclipse.xtext.builder_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (117.93kB)
[INFO] Fetching org.eclipse.xtext.builder_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (117.93kB)
[INFO] Fetching org.eclipse.xtext.ui_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (537.13kB)
[INFO] Fetching org.eclipse.xtext.ui_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (537.13kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (85.67kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (85.67kB)
[INFO] Fetching org.eclipse.xtext.smap_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (11.84kB)
[INFO] Fetching org.eclipse.xtext.smap_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (11.84kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (33.37kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (33.37kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (49.48kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (49.48kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (870.47kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (870.47kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.14.0.v20171214-1246.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (525.74kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.14.0.v20171214-1246.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (525.74kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (283.72kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (283.72kB)
[INFO] Fetching org.eclipse.xtext.junit4_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (94.27kB)
[INFO] Fetching org.eclipse.xtext.junit4_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (94.27kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (85.82kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (85.82kB)
[INFO] Fetching org.eclipse.xtext.generator_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (258.62kB)
[INFO] Fetching org.eclipse.xtext.generator_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (258.62kB)
[INFO] Fetching org.eclipse.xtext.ide_2.14.0.v20171214-1246.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (215.43kB)
[INFO] Fetching org.eclipse.xtext.ide_2.14.0.v20171214-1246.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (215.43kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (57.13kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (57.13kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (39.33kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (39.33kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (42.49kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (42.49kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (25.06kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (25.06kB)
[INFO] Fetching org.eclipse.xtext.ui.testing_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (39.07kB)
[INFO] Fetching org.eclipse.xtext.ui.testing_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (39.07kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (282.58kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.14.0.v20171213-2039.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (282.58kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (191.49kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (191.49kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (14.95kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (14.95kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.104.0.v20150528-0211.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.104.0.v20150528-0211.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_3.104.0.v20150528-0211.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.13MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_3.104.0.v20150528-0211.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.13MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.104.0.v20150528-0211.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.13MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.104.0.v20150528-0211.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.13MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.104.0.v20150528-0211.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (885.81kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.104.0.v20150528-0211.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (885.81kB)
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.xtext.example.arithmetics/2.9.2.201712151613
[INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.tests:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.tests:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.tests:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/pom.xml
[INFO] Fetching org.eclipse.core.net_1.2.300.v20141118-1725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (30.48kB)
[INFO] Fetching org.eclipse.core.net_1.2.300.v20141118-1725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (30.48kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.1.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (38.25kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.1.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (38.25kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (27.89kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (27.89kB)
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.xtext.example.domainmodel/2.9.2.201712151613
[WARNING]   org.eclipse.xtext.example.domainmodel.ui/2.9.2.201712151613
[INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.tests:2.9.2-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.xpect/0.2.0.201712151613
[WARNING]   org.eclipse.xpect.ui/0.2.0.201712151613
[INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/pom.xml
[INFO] Fetching org.eclipse.ant.core_3.4.0.v20150428-1928.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (70.71kB)
[INFO] Fetching org.eclipse.ant.core_3.4.0.v20150428-1928.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (70.71kB)
[INFO] Fetching org.eclipse.ant.launching_1.1.0.v20150428-1928.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (97.38kB)
[INFO] Fetching org.eclipse.ant.launching_1.1.0.v20150428-1928.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (97.38kB)
[INFO] Fetching org.eclipse.ant.ui_3.6.0.v20150428-1928.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (425.38kB)
[INFO] Fetching org.eclipse.ant.ui_3.6.0.v20150428-1928.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (425.38kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.3.0.v20150302-1002.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (58.66kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.3.0.v20150302-1002.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (58.66kB)
[INFO] Fetching org.eclipse.jdt.junit_3.8.0.v20150428-1340.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (149.72kB)
[INFO] Fetching org.eclipse.jdt.junit_3.8.0.v20150428-1340.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (149.72kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.3.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (21.85kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.3.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (21.85kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.200.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (17.92kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.200.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (17.92kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.600.v20150522-2234.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (31.13kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.600.v20150522-2234.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (31.13kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.400.v20150513-2116.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (51.07kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.400.v20150513-2116.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (51.07kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.400.v20150430-1836.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (36.12kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.400.v20150430-1836.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (36.12kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.3.200.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (43.83kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.3.200.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (43.83kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (21.56kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (21.56kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.400.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (34.46kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.400.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (34.46kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.4.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (30.02kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.4.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (30.02kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.0.v20141117-0929.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (39.15kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.0.v20141117-0929.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (39.15kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.0.v20150601-1708.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (99.97kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.0.v20150601-1708.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (99.97kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (14.67kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (14.67kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (113.26kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (113.26kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.300.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (43.08kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.300.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (43.08kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.4.0.v20150425-0422.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (187.27kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.4.0.v20150425-0422.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (187.27kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.7.400.v20150423-0747.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (53.65kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.7.400.v20150423-0747.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (53.65kB)
[INFO] Fetching org.eclipse.pde.build_3.9.100.v20150521-1524.jar from http://download.eclipse.org/releases/mars/201506241002/plugins/ (478.45kB)
[INFO] Fetching org.eclipse.pde.build_3.9.100.v20150521-1524.jar from http://download.eclipse.org/releases/mars/201506241002/plugins/ (478.45kB)
[INFO] Fetching org.eclipse.pde.core_3.10.100.v20150522-0332.jar from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.24MB)
[INFO] Fetching org.eclipse.pde.core_3.10.100.v20150522-0332.jar from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.24MB)
[INFO] Fetching org.eclipse.pde.launching_3.6.300.v20150423-1241.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (48.28kB)
[INFO] Fetching org.eclipse.pde.launching_3.6.300.v20150423-1241.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (48.28kB)
[INFO] Fetching org.eclipse.pde.ui_3.8.200.v20150602-2024.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.pde.ui_3.8.200.v20150602-2024.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.ui.intro_3.4.300.v20141007-1449.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (112.39kB)
[INFO] Fetching org.eclipse.ui.intro_3.4.300.v20141007-1449.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (112.39kB)
[INFO] Fetching org.eclipse.ui.views.log_1.0.600.v20150513-1840.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (54.5kB)
[INFO] Fetching org.eclipse.ui.views.log_1.0.600.v20150513-1840.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (54.5kB)
[INFO] Fetching org.eclipse.ui.trace_1.0.300.v20150220-1252.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (32.38kB)
[INFO] Fetching org.eclipse.ui.trace_1.0.300.v20150220-1252.jar.pack.gz from http://download.eclipse.org/releases/mars/201506241002/plugins/ (32.38kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (102.67kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.14.0.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (102.67kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.14.0.v20171214-1246.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (67.3kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.14.0.v20171214-1246.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (67.3kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.14.0.v20171214-1246.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (172.65kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.14.0.v20171214-1246.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (172.65kB)
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.xpect/0.2.0.201712151613
[WARNING]   org.eclipse.xpect.xtext.lib/0.2.0.201712151613
[WARNING]   org.eclipse.xpect.ui/0.2.0.201712151613
[INFO] Resolving class path of MavenProject: org.eclipse.xpect:org.eclipse.xpect.xtext.lib.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.xpect/0.2.0.201712151613
[WARNING]   org.eclipse.xpect.xtext.lib/0.2.0.201712151613
[WARNING]   org.eclipse.xtext.example.arithmetics.ide/2.9.2.201712151613
[WARNING]   org.eclipse.xpect.ui/0.2.0.201712151613
[WARNING]   org.eclipse.xtext.example.arithmetics.ui/2.9.2.201712151613
[WARNING]   org.eclipse.xtext.example.arithmetics/2.9.2.201712151613
[INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.arithmetics:org.eclipse.xtext.example.arithmetics.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.xpect.xtext.xbase.lib/0.2.0.201712151613
[WARNING]   org.eclipse.xpect/0.2.0.201712151613
[WARNING]   org.eclipse.xpect.xtext.lib/0.2.0.201712151613
[WARNING]   org.eclipse.xpect.ui/0.2.0.201712151613
[WARNING]   org.eclipse.xtext.example.domainmodel/2.9.2.201712151613
[WARNING]   org.eclipse.xtext.example.domainmodel.ui/2.9.2.201712151613
[INFO] Resolving class path of MavenProject: org.eclipse.xtext.example.domainmodel:org.eclipse.xtext.example.domainmodel.xpect.tests:0.2.0-SNAPSHOT @ /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.xpect.target.eclipse_4_5_0-xtext_nightly
[INFO] org.eclipse.xtext.example.arithmetics.tests
[INFO] org.eclipse.xtext.example.domainmodel.tests
[INFO] org.eclipse.xpect.tests
[INFO] org.eclipse.xpect.xtext.lib.tests
[INFO] org.eclipse.xtext.example.arithmetics.xpect.tests
[INFO] org.eclipse.xtext.example.domainmodel.xpect.tests
[INFO] org.eclipse.xpect.root
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.target.eclipse_4_5_0-xtext_nightly 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.target.eclipse_4_5_0-xtext_nightly ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.target.eclipse_4_5_0-xtext_nightly ---
Downloading: http://www.fornax-platform.org/m2/repository/com/google/guava/guava/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/maven-metadata.xml (3 KB at 11.9 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/maven-metadata.xml (695 B at 0.4 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml (2 KB at 59.1 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.core/maven-metadata.xml (484 B at 4.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml (2 KB at 45.2 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase/maven-metadata.xml (485 B at 4.4 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml (2 KB at 63.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext/maven-metadata.xml (479 B at 4.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml (2 KB at 86.3 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml (484 B at 4.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (907 B at 40.3 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (501 B at 4.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml (819 B at 7.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml (819 B at 7.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml (819 B at 2.2 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (876 B at 42.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (502 B at 4.0 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20130911-SNAPSHOT/maven-metadata.xml (820 B at 7.4 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml (820 B at 2.3 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml (820 B at 6.0 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml (2 KB at 81.3 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.lib/maven-metadata.xml (483 B at 4.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml (879 B at 40.9 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml (505 B at 4.4 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0.v20130911-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0.v20130911-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0.v20130911-SNAPSHOT/maven-metadata.xml (823 B at 8.0 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140117-SNAPSHOT/maven-metadata.xml (823 B at 7.6 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.10.0-v20140514-SNAPSHOT/maven-metadata.xml (823 B at 7.9 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/antlr/antlr-runtime/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-runtime/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/maven-metadata.xml (850 B at 30.7 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml (2 KB at 68.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/maven-metadata.xml (489 B at 2.7 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml (2 KB at 81.3 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.common.types/maven-metadata.xml (492 B at 3.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml (737 B at 36.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml (502 B at 4.7 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130930-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130930-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.9.0-v20130930-SNAPSHOT/maven-metadata.xml (818 B at 2.3 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140127-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140127-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140127-SNAPSHOT/maven-metadata.xml (821 B at 7.2 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-SNAPSHOT/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/2.10.0-v20140519-SNAPSHOT/maven-metadata.xml (821 B at 7.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml (588 B at 30.2 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml (464 B at 4.2 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml (2 KB at 51.1 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.smap/maven-metadata.xml (484 B at 3.8 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml (741 B at 34.5 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.junit/maven-metadata.xml (409 B at 3.5 KB/sec)
Downloading: http://www.fornax-platform.org/m2/repository/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml (736 B at 39.9 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.junit4/maven-metadata.xml (404 B at 3.6 KB/sec)
[INFO] skip compiling sources because the configured directory '[/jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/target-platforms/eclipse_4_5_0-xtext_nightly/src/main/java]' does not exists.
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.target.eclipse_4_5_0-xtext_nightly ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-target-definition (default-package-target-definition) @ org.eclipse.xpect.target.eclipse_4_5_0-xtext_nightly ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.arithmetics.tests 2.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] Deleting /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] The project's OSGi version is 2.9.2.201712151622
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.arithmetics.tests ---
[WARNING] 
WARNING: 	CalculatorTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/interpreter/CalculatorTest.xtend
15: The type InjectWith is deprecated
[WARNING] 
WARNING: 	CalculatorTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/interpreter/CalculatorTest.xtend
16: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	CalculatorTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/interpreter/CalculatorTest.xtend
17: The type ParseHelper is deprecated
[WARNING] 
WARNING: 	CalculatorTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/interpreter/CalculatorTest.xtend
23: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	CalculatorTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/interpreter/CalculatorTest.xtend
28: The type ParseHelper is deprecated
[WARNING] 
WARNING: 	CalculatorTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/interpreter/CalculatorTest.xtend
49: The method parse(CharSequence) from the type ParseHelper is deprecated
[WARNING] 
WARNING: 	ArithmeticsParsingTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/ArithmeticsParsingTest.xtend
12: The type InjectWith is deprecated
[WARNING] 
WARNING: 	ArithmeticsParsingTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/ArithmeticsParsingTest.xtend
13: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	ArithmeticsParsingTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/ArithmeticsParsingTest.xtend
14: The type ParseHelper is deprecated
[WARNING] 
WARNING: 	ArithmeticsParsingTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/ArithmeticsParsingTest.xtend
15: The type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ArithmeticsParsingTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/ArithmeticsParsingTest.xtend
19: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	ArithmeticsParsingTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/ArithmeticsParsingTest.xtend
24: The type ParseHelper is deprecated
[WARNING] 
WARNING: 	ArithmeticsParsingTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/ArithmeticsParsingTest.xtend
27: The type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ArithmeticsParsingTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/ArithmeticsParsingTest.xtend
35: The method assertNoErrors(EObject) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ArithmeticsParsingTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/org/eclipse/xtext/example/arithmetics/tests/ArithmeticsParsingTest.xtend
35: The method parse(CharSequence) from the type ParseHelper is deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] Compiling 3 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] Surefire report directory: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/target/surefire-reports-standalone
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xtext.example.arithmetics.tests.interpreter.CalculatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec - in org.eclipse.xtext.example.arithmetics.tests.interpreter.CalculatorTest
Running org.eclipse.xtext.example.arithmetics.tests.ArithmeticsParsingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.eclipse.xtext.example.arithmetics.tests.ArithmeticsParsingTest

Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.arithmetics.tests ---
[WARNING] bundle localization file /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/plugin.properties not found
[WARNING] Bundle-Vendor header not found in /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/target/org.eclipse.xtext.example.arithmetics.tests-2.9.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics.tests/target/org.eclipse.xtext.example.arithmetics.tests-2.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.arithmetics.tests ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.domainmodel.tests 2.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] Deleting /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] The project's OSGi version is 2.9.2.201712151622
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xtext.example.domainmodel.tests ---
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
4: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
5: The type InjectWith is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
8: The type ParseHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
10: The type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
14: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
21: The type ParseHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
23: The type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
30: The method assertWarning(EObject, EClass, String, String...) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
40: The method assertWarning(EObject, EClass, String, String...) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
53: The method assertNoIssues(EObject) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
66: The method assertNoIssues(EObject) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
79: The method assertNoIssues(EObject) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
92: The method assertNoIssues(EObject) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
101: The method assertNoIssues(EObject) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
110: The method assertNoIssues(EObject) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
124: The method assertWarning(EObject, EClass, String, String...) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
138: The method assertError(EObject, EClass, String, String...) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
152: The method assertWarning(EObject, EClass, String, String...) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
162: The method assertError(EObject, EClass, String, String...) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
171: The method assertNoErrors(EObject) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ValidationTests.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend
175: The method parse(CharSequence) from the type ParseHelper is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
9: The type InjectWith is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
10: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
11: The type ParseHelper is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
12: The type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
21: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
25: The type ParseHelper is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
26: The type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
37: The method parse(CharSequence) from the type ParseHelper is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
59: The method assertError(EObject, EClass, String, String...) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
59: The method parse(CharSequence) from the type ParseHelper is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
78: The method assertNoErrors(EObject) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
78: The method parse(CharSequence) from the type ParseHelper is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
90: The method assertNoErrors(EObject) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
90: The method parse(CharSequence) from the type ParseHelper is deprecated
[WARNING] 
WARNING: 	ParserTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ParserTest.xtend
104: The method parse(CharSequence) from the type ParseHelper is deprecated
[WARNING] 
WARNING: 	OrganizeImportsTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/OrganizeImportsTest.xtend
6: The type InjectWith is deprecated
[WARNING] 
WARNING: 	OrganizeImportsTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/OrganizeImportsTest.xtend
7: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	OrganizeImportsTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/OrganizeImportsTest.xtend
8: The type ParseHelper is deprecated
[WARNING] 
WARNING: 	OrganizeImportsTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/OrganizeImportsTest.xtend
20: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	OrganizeImportsTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/OrganizeImportsTest.xtend
24: The type ParseHelper is deprecated
[WARNING] 
WARNING: 	OrganizeImportsTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/OrganizeImportsTest.xtend
28: The method parse(CharSequence) from the type ParseHelper is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
6: The type InjectWith is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
7: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
8: The type FormatterTester is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
12: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
16: The type FormatterTester is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
23: The method assertFormatted(Procedure1<FormatterTestRequest>) from the type FormatterTester is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
24: The method setToBeFormatted(CharSequence) from the type FormatterTestRequest is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
23: The type FormatterTestRequest is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
48: The method assertFormatted(Procedure1<FormatterTestRequest>) from the type FormatterTester is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
49: The method setExpectation(CharSequence) from the type FormatterTestRequest is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
56: The method setToBeFormatted(CharSequence) from the type FormatterTestRequest is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
48: The type FormatterTestRequest is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
66: The method assertFormatted(Procedure1<FormatterTestRequest>) from the type FormatterTester is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
67: The method preferences(Procedure1<MapBasedPreferenceValues>) from the type FormatterTestRequest is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
70: The method setExpectation(CharSequence) from the type FormatterTestRequest is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
77: The method setToBeFormatted(CharSequence) from the type FormatterTestRequest is deprecated
[WARNING] 
WARNING: 	FormatterTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend
66: The type FormatterTestRequest is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
4: The type InjectWith is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
5: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
6: The type AbstractContentAssistTest is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
10: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
18: The method assertText(String...) from the type ContentAssistProcessorTestBuilder is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
18: The method append(String) from the type ContentAssistProcessorTestBuilder is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
18: The method newBuilder() from the type AbstractContentAssistTest is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
22: The method assertText(String...) from the type ContentAssistProcessorTestBuilder is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
22: The method append(String) from the type ContentAssistProcessorTestBuilder is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
22: The method newBuilder() from the type AbstractContentAssistTest is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
26: The method assertText(String...) from the type ContentAssistProcessorTestBuilder is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
26: The method append(String) from the type ContentAssistProcessorTestBuilder is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
26: The method newBuilder() from the type AbstractContentAssistTest is deprecated
[WARNING] 
WARNING: 	ContentAssistTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ContentAssistTest.xtend
15: The type AbstractContentAssistTest is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
4: The type InjectWith is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
6: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
7: The type CompilationTestHelper is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
15: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
21: The type CompilationTestHelper is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
33: The method compile(CharSequence, IAcceptor<Result>) from the type CompilationTestHelper is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
34: The method getCompiledClass() from the type CompilationTestHelper.Result is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
33: The type CompilationTestHelper.Result is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
56: The method compile(Iterable<? extends CharSequence>, IAcceptor<Result>) from the type CompilationTestHelper is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
57: The method getCompiledClass(String) from the type CompilationTestHelper.Result is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
59: The method getCompiledClass(String) from the type CompilationTestHelper.Result is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
56: The type CompilationTestHelper.Result is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
71: The method compile(CharSequence, IAcceptor<Result>) from the type CompilationTestHelper is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
100: The method getSingleGeneratedCode() from the type CompilationTestHelper.Result is deprecated
[WARNING] 
WARNING: 	CompilerTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend
71: The type CompilationTestHelper.Result is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
6: The type InjectWith is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
7: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
8: The type ParseHelper is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
9: The type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
11: The type OnTheFlyJavaCompiler2 is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
12: The type AbstractXbaseEvaluationTest is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
25: The type XtextRunner is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
29: The type OnTheFlyJavaCompiler2 is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
31: The type ParseHelper is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
33: The type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
38: The method parse(CharSequence) from the type ParseHelper is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
39: The method assertNoErrors(EObject) from the type ValidationTestHelper is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
43: The method compileToClass(String, String) from the type OnTheFlyJavaCompiler2 is deprecated
[WARNING] 
WARNING: 	XbaseIntegrationTest.xtend - /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.xtend
27: The type AbstractXbaseEvaluationTest is deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] Compiling 10 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xtext.example.domainmodel.tests ---
[WARNING] bundle localization file /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/plugin.properties not found
[WARNING] Bundle-Vendor header not found in /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/target/org.eclipse.xtext.example.domainmodel.tests-2.9.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.domainmodel.tests/target/org.eclipse.xtext.example.domainmodel.tests-2.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.26.0:test (default-test) @ org.eclipse.xtext.example.domainmodel.tests ---
[INFO] Skipping tests
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.tests ---
[INFO] Deleting /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.tests ---
[INFO] The project's OSGi version is 0.2.0.201712151622
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xpect.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xpect.tests ---
[INFO] Compiling 43 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default) @ org.eclipse.xpect.tests ---
[INFO] Surefire report directory: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/surefire-reports-standalone
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xpect.tests.xjm.XjmMethodsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.eclipse.xpect.tests.xjm.XjmMethodsTest
Running org.eclipse.xpect.tests.xjm.XjmContributionsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.049 sec - in org.eclipse.xpect.tests.xjm.XjmContributionsTest
Running org.eclipse.xpect.tests.runner.RunnerTest
Xtext-Version in Target Platform: 2.14.0-SNAPSHOT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.eclipse.xpect.tests.runner.RunnerTest
Running org.eclipse.xpect.tests.state.SetupInitilizerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.xpect.tests.state.SetupInitilizerTest
Running org.eclipse.xpect.tests.state.AnlyzedConfigurationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.xpect.tests.state.AnlyzedConfigurationTest
Running org.eclipse.xpect.tests.state.StateContainerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.xpect.tests.state.StateContainerTest
Running org.eclipse.xpect.tests.state.StateContainerInvalidationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.xpect.tests.state.StateContainerInvalidationTest
Running org.eclipse.xpect.tests.text.TableTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.xpect.tests.text.TableTest
Running org.eclipse.xpect.tests.text.TextDifferencerTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.008 sec - in org.eclipse.xpect.tests.text.TextDifferencerTest
Running org.eclipse.xpect.tests.text.CanvasTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.xpect.tests.text.CanvasTest
Running org.eclipse.xpect.tests.text.StringSimilarityFunctionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.xpect.tests.text.StringSimilarityFunctionTest
Running org.eclipse.xpect.tests.text.GenericTokenizerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.xpect.tests.text.GenericTokenizerTest
Running org.eclipse.xpect.tests.parameter.ParameterParserTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec - in org.eclipse.xpect.tests.parameter.ParameterParserTest
Running org.eclipse.xpect.tests.LexerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.xpect.tests.LexerTest
Running org.eclipse.xpect.tests.util.DifferencerImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec - in org.eclipse.xpect.tests.util.DifferencerImplTest
Running org.eclipse.xpect.tests.FileExtensionInfoTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.xpect.tests.FileExtensionInfoTest
Running org.eclipse.xpect.tests.expectation.impl.ExpectationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.xpect.tests.expectation.impl.ExpectationTest

Results :

Tests run: 116, Failures: 0, Errors: 0, Skipped: 4

[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/org.eclipse.xpect.tests-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/org.eclipse.xpect.tests-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.26.0:test (default-test) @ org.eclipse.xpect.tests ---
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (9.22kB)
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20171211-1936.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/nightly/head/plugins/ (9.22kB)
[INFO] Expected eclipse log file: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_131.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx1G, -Dosgi.clean=true, -DxpectTestTitlePostfix=.eclipse_4_5_0-xtext_nightly, -DxpectTestTitleShowEnvironment=true, -jar, /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.100.v20150511-1540/org.eclipse.equinox.launcher-1.3.100.v20150511-1540.jar, -data, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/work/data, -install, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/work, -configuration, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.tests/target/surefire.properties]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xpect.tests.xjm.XjmMethodsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 sec - in org.eclipse.xpect.tests.xjm.XjmMethodsTest
suiteWithLoop(org.eclipse.xpect.tests.xjm.XjmMethodsTest)  Time elapsed: 0.11 sec
suiteWithNameConflicts(org.eclipse.xpect.tests.xjm.XjmMethodsTest)  Time elapsed: 0.013 sec
suiteWithNesting(org.eclipse.xpect.tests.xjm.XjmMethodsTest)  Time elapsed: 0.013 sec
singleTestWithMethods(org.eclipse.xpect.tests.xjm.XjmMethodsTest)  Time elapsed: 0.011 sec
Running org.eclipse.xpect.tests.xjm.XjmContributionsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.052 sec - in org.eclipse.xpect.tests.xjm.XjmContributionsTest
transitiveImport(org.eclipse.xpect.tests.xjm.XjmContributionsTest)  Time elapsed: 0.014 sec
simple(org.eclipse.xpect.tests.xjm.XjmContributionsTest)  Time elapsed: 0.006 sec
methodType(org.eclipse.xpect.tests.xjm.XjmContributionsTest)  Time elapsed: 0.008 sec
replace1(org.eclipse.xpect.tests.xjm.XjmContributionsTest)  Time elapsed: 0.007 sec
replace2(org.eclipse.xpect.tests.xjm.XjmContributionsTest)  Time elapsed: 0.008 sec
methodAnnotation(org.eclipse.xpect.tests.xjm.XjmContributionsTest)  Time elapsed: 0.007 sec
annotationType(org.eclipse.xpect.tests.xjm.XjmContributionsTest) skipped
Running org.eclipse.xpect.tests.runner.RunnerTest
Xtext-Version in Target Platform: 2.14.0-SNAPSHOT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.053 sec - in org.eclipse.xpect.tests.runner.RunnerTest
src/org/eclipse/xpect/tests/runner/fixme.xt#expectedExpectation~0: test passes: green.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0.007 sec
src/org/eclipse/xpect/tests/runner/fixme.xt#testFailureDiff~0: tests fails: can assert the error as a diff.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0.018 sec
src/org/eclipse/xpect/tests/runner/fixme.xt#expectedExpectation~2: test fails as expected by FIXME, therefore the test is green.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0.001 sec
src/org/eclipse/xpect/tests/runner/fixme.xt#testFailureMessage~0: the test passes as *not* expected by FIXME, therefore we can assert an error message.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0.003 sec
src/org/eclipse/xpect/tests/runner/runner.xt#expectedExpectation~0: // this should pass.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0 sec
src/org/eclipse/xpect/tests/runner/runner.xt#testFailureDiff~0: // assert a wrong single-line expectation.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0.005 sec
src/org/eclipse/xpect/tests/runner/runner.xt#testFailureDiff~1: // assert a wrong multi-line expectation.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.runner.RunnerTest)  Time elapsed: 0.006 sec
Running org.eclipse.xpect.tests.state.SetupInitilizerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.xpect.tests.state.SetupInitilizerTest
varargConstructor_double(org.eclipse.xpect.tests.state.SetupInitilizerTest)  Time elapsed: 0 sec
specificConstructorStrings(org.eclipse.xpect.tests.state.SetupInitilizerTest)  Time elapsed: 0 sec
varargConstructorStrings_empty(org.eclipse.xpect.tests.state.SetupInitilizerTest)  Time elapsed: 0 sec
varargConstructorStrings(org.eclipse.xpect.tests.state.SetupInitilizerTest)  Time elapsed: 0 sec
varargConstructorStrings2(org.eclipse.xpect.tests.state.SetupInitilizerTest)  Time elapsed: 0 sec
mixedVarargConstructor(org.eclipse.xpect.tests.state.SetupInitilizerTest)  Time elapsed: 0.001 sec
Running org.eclipse.xpect.tests.state.AnlyzedConfigurationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.xpect.tests.state.AnlyzedConfigurationTest
testStaticManaged(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.004 sec
testLogginTestDataValue(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.006 sec
testStaticValue(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.001 sec
testLogginTestDataManaged(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.001 sec
multiConstructor1(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.001 sec
multiConstructor2(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.002 sec
multiConstructor3(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.001 sec
typeParam(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.001 sec
typeParamUnresolved(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0 sec
testSimple(org.eclipse.xpect.tests.state.AnlyzedConfigurationTest)  Time elapsed: 0.003 sec
Running org.eclipse.xpect.tests.state.StateContainerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.xpect.tests.state.StateContainerTest
testPrimaryManaged(org.eclipse.xpect.tests.state.StateContainerTest)  Time elapsed: 0.001 sec
testDerivedManaged(org.eclipse.xpect.tests.state.StateContainerTest)  Time elapsed: 0 sec
testPrimaryValueAnn(org.eclipse.xpect.tests.state.StateContainerTest)  Time elapsed: 0.001 sec
testPrimaryValue(org.eclipse.xpect.tests.state.StateContainerTest)  Time elapsed: 0 sec
testDerivedValue(org.eclipse.xpect.tests.state.StateContainerTest)  Time elapsed: 0.001 sec
testPrimaryManagedAnn(org.eclipse.xpect.tests.state.StateContainerTest)  Time elapsed: 0 sec
Running org.eclipse.xpect.tests.state.StateContainerInvalidationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.xpect.tests.state.StateContainerInvalidationTest
testInvalidate2(org.eclipse.xpect.tests.state.StateContainerInvalidationTest)  Time elapsed: 0.005 sec
testInvalidate(org.eclipse.xpect.tests.state.StateContainerInvalidationTest)  Time elapsed: 0.001 sec
Running org.eclipse.xpect.tests.text.TableTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.xpect.tests.text.TableTest
test2by3Long(org.eclipse.xpect.tests.text.TableTest)  Time elapsed: 0.008 sec
test2by3BorderAndSeparators(org.eclipse.xpect.tests.text.TableTest)  Time elapsed: 0.002 sec
test1by1(org.eclipse.xpect.tests.text.TableTest)  Time elapsed: 0 sec
test2by3(org.eclipse.xpect.tests.text.TableTest)  Time elapsed: 0 sec
test2by3LongTrimmed(org.eclipse.xpect.tests.text.TableTest)  Time elapsed: 0.001 sec
Running org.eclipse.xpect.tests.text.TextDifferencerTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.009 sec - in org.eclipse.xpect.tests.text.TextDifferencerTest
testWhitespaceDiff2(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0.002 sec
testAddML(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0.001 sec
testAddSL(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testEqual(org.eclipse.xpect.tests.text.TextDifferencerTest) skipped
testRemoveSLEnd(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testAddSLEnd(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testWhitespace(org.eclipse.xpect.tests.text.TextDifferencerTest) skipped
testRemoveML(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testRemoveSL(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0.001 sec
testDiffML(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testDiffSL(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testWhitespaceDiff(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0 sec
testDiffSLEnd(org.eclipse.xpect.tests.text.TextDifferencerTest)  Time elapsed: 0.001 sec
Running org.eclipse.xpect.tests.text.CanvasTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.xpect.tests.text.CanvasTest
testBoundsSubcanvasAt(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0.001 sec
testBoundsAt(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testFill(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testPaintAt00(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testPaintAt02(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testPaintAt20(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testPaintAt22(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testOverPaintAt22(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testSubcanvasAt2235(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testBounds(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0 sec
testSubcanvasAt22(org.eclipse.xpect.tests.text.CanvasTest)  Time elapsed: 0.001 sec
Running org.eclipse.xpect.tests.text.StringSimilarityFunctionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.xpect.tests.text.StringSimilarityFunctionTest
testSimilarBeginning(org.eclipse.xpect.tests.text.StringSimilarityFunctionTest)  Time elapsed: 0.004 sec
testEqual(org.eclipse.xpect.tests.text.StringSimilarityFunctionTest)  Time elapsed: 0 sec
testBeginningAndEnd(org.eclipse.xpect.tests.text.StringSimilarityFunctionTest)  Time elapsed: 0.001 sec
testUnequal(org.eclipse.xpect.tests.text.StringSimilarityFunctionTest)  Time elapsed: 0 sec
testSimilarEnd(org.eclipse.xpect.tests.text.StringSimilarityFunctionTest)  Time elapsed: 0 sec
Running org.eclipse.xpect.tests.text.GenericTokenizerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.xpect.tests.text.GenericTokenizerTest
testSymbols(org.eclipse.xpect.tests.text.GenericTokenizerTest)  Time elapsed: 0 sec
testWord(org.eclipse.xpect.tests.text.GenericTokenizerTest)  Time elapsed: 0 sec
testSimple(org.eclipse.xpect.tests.text.GenericTokenizerTest)  Time elapsed: 0 sec
Running org.eclipse.xpect.tests.parameter.ParameterParserTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec - in org.eclipse.xpect.tests.parameter.ParameterParserTest
src/org/eclipse/xpect/tests/parameter/errors.xt#testFailureMessage~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.011 sec
src/org/eclipse/xpect/tests/parameter/errors.xt#testFailureMessage~1: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.003 sec
src/org/eclipse/xpect/tests/parameter/errors.xt#testFailureMessage~2: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.003 sec
src/org/eclipse/xpect/tests/parameter/errors.xt#testFailureMessage~3: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.003 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#intOffset~0: // match.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.004 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#intOffset~1: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.001 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#testFailureMessage~0: // no match.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#intOffset~3: // no offset specified.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#intOffset~4: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.001 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#intOffset~5: test title.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#regionOffset~0: // match.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.001 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#regionOffset~1: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#testFailureMessage~1: // no match.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/tests/parameter/offset.xt#testFailureMessage~2: // no offset specified.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.parameter.ParameterParserTest)  Time elapsed: 0.002 sec
Running org.eclipse.xpect.tests.LexerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.xpect.tests.LexerTest
testXPE(org.eclipse.xpect.tests.LexerTest)  Time elapsed: 0.005 sec
testXPECT(org.eclipse.xpect.tests.LexerTest)  Time elapsed: 0 sec
testXPEC(org.eclipse.xpect.tests.LexerTest)  Time elapsed: 0 sec
testXP(org.eclipse.xpect.tests.LexerTest)  Time elapsed: 0 sec
testX(org.eclipse.xpect.tests.LexerTest)  Time elapsed: 0 sec
testSimple(org.eclipse.xpect.tests.LexerTest)  Time elapsed: 0.001 sec
Running org.eclipse.xpect.tests.util.DifferencerImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 sec - in org.eclipse.xpect.tests.util.DifferencerImplTest
testOneMatch(org.eclipse.xpect.tests.util.DifferencerImplTest)  Time elapsed: 0.001 sec
testInsertRightEnd(org.eclipse.xpect.tests.util.DifferencerImplTest)  Time elapsed: 0 sec
testInsertRightMiddle(org.eclipse.xpect.tests.util.DifferencerImplTest)  Time elapsed: 0 sec
testInsertRightBeginning(org.eclipse.xpect.tests.util.DifferencerImplTest)  Time elapsed: 0.001 sec
testRemoveMiddle(org.eclipse.xpect.tests.util.DifferencerImplTest) skipped
testThreeMatches(org.eclipse.xpect.tests.util.DifferencerImplTest)  Time elapsed: 0 sec
testTwoMatches(org.eclipse.xpect.tests.util.DifferencerImplTest)  Time elapsed: 0 sec
Running org.eclipse.xpect.tests.FileExtensionInfoTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.xpect.tests.FileExtensionInfoTest
testRedundant(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0.005 sec
testResourceServiceProvider(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0.001 sec
testResourceServiceProviderDefault(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0.001 sec
testXpectFileExtension(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0.001 sec
testEmfExtensionParserDefault(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0.001 sec
testEditor(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0.001 sec
testLanguageWithoutUI(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0 sec
testEmfExtensionParser(org.eclipse.xpect.tests.FileExtensionInfoTest)  Time elapsed: 0 sec
Running org.eclipse.xpect.tests.expectation.impl.ExpectationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.eclipse.xpect.tests.expectation.impl.ExpectationTest
src/org/eclipse/xpect/tests/expectation/impl/expectations.xt#expectedExpectation~0: // not modified.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.expectation.impl.ExpectationTest)  Time elapsed: 0.013 sec
src/org/eclipse/xpect/tests/expectation/impl/expectations.xt#modifiedExpectation~0: // modified.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.tests.expectation.impl.ExpectationTest)  Time elapsed: 0.001 sec

Results :

Tests run: 116, Failures: 0, Errors: 0, Skipped: 4

[INFO] All tests passed!
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.xtext.lib.tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Deleting /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] The project's OSGi version is 0.2.0.201712151622
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.9.2:compile (default) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Compiling 4 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Surefire report directory: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/surefire-reports-standalone
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec - in org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest
Running org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest
Running org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest
Running org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest

Results :

Tests run: 15, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- tycho-source-plugin:0.26.0:plugin-source (plugin-source) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/org.eclipse.xpect.xtext.lib.tests-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/org.eclipse.xpect.xtext.lib.tests-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.26.0:test (default-test) @ org.eclipse.xpect.xtext.lib.tests ---
[INFO] Expected eclipse log file: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_131.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx1G, -Dosgi.clean=true, -DxpectTestTitlePostfix=.eclipse_4_5_0-xtext_nightly, -DxpectTestTitleShowEnvironment=true, -jar, /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.100.v20150511-1540/org.eclipse.equinox.launcher-1.3.100.v20150511-1540.jar, -data, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/work/data, -install, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/work, -configuration, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xpect.xtext.lib.tests/target/surefire.properties]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.086 sec - in org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest
src/org/eclipse/xpect/xtext/lib/tests/validation/errorsAndWarnings.xtext.xt#errors~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest)  Time elapsed: 0.029 sec
src/org/eclipse/xpect/xtext/lib/tests/validation/errorsAndWarnings.xtext.xt#warnings~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest)  Time elapsed: 0.005 sec
src/org/eclipse/xpect/xtext/lib/tests/validation/issues.xtext.xt#issues~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.validation.IssuesTest)  Time elapsed: 0.006 sec
Running org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.869 sec - in org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest
src/org/eclipse/xpect/xtext/lib/tests/tests/linking.xtext.xt#linkedFragment~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest)  Time elapsed: 0.019 sec
src/org/eclipse/xpect/xtext/lib/tests/tests/linking.xtext.xt#linkedFragments~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest)  Time elapsed: 0.005 sec
src/org/eclipse/xpect/xtext/lib/tests/tests/linking.xtext.xt#linkedFragment~1: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.tests.XtextTestsTest)  Time elapsed: 0.003 sec
Running org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.325 sec - in org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest
src/org/eclipse/xpect/xtext/lib/tests/util/grammaranalyzer/CommonTerminals.xtext.xt#comments~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest)  Time elapsed: 0.005 sec
src/org/eclipse/xpect/xtext/lib/tests/util/grammaranalyzer/Fragments.xtext.xt#comments~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/xtext/lib/tests/util/grammaranalyzer/ML_Comments.xtext.xt#comments~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/xtext/lib/tests/util/grammaranalyzer/SL_Comments.xtext.xt#comments~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.util.grammaranalyzer.GrammarAnalyzerTest)  Time elapsed: 0.002 sec
Running org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 sec - in org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest
src/org/eclipse/xpect/xtext/lib/tests/parameters/offset.xtext.xt#intOffset~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest)  Time elapsed: 0.004 sec
src/org/eclipse/xpect/xtext/lib/tests/parameters/offset.xtext.xt#intOffset~1: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/xtext/lib/tests/parameters/offset.xtext.xt#intOffset~2: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest)  Time elapsed: 0.002 sec
src/org/eclipse/xpect/xtext/lib/tests/parameters/offset.xtext.xt#intOffset~3: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest)  Time elapsed: 0.001 sec
src/org/eclipse/xpect/xtext/lib/tests/parameters/offset.xtext.xt#testFailureMessage~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xpect.xtext.lib.tests.parameters.OffsetTest)  Time elapsed: 0.006 sec

Results :

Tests run: 15, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.arithmetics.xpect.tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] Deleting /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] The project's OSGi version is 0.2.0.201712151622
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.8.3:compile (default) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.dependencies/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.dependencies/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.dependencies/maven-metadata.xml (850 B at 30.7 KB/sec)
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.dependencies/maven-metadata.xml (388 B at 3.5 KB/sec)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] Compiling 3 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] Surefire report directory: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/target/surefire-reports-standalone
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xtext.example.arithmetics.xpect.tests.suite.ArithmeticsXtextTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.eclipse.xtext.example.arithmetics.xpect.tests.suite.ArithmeticsXtextTest
Running org.eclipse.xtext.example.arithmetics.xpect.tests.interpreter.InterpreterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.xtext.example.arithmetics.xpect.tests.interpreter.InterpreterTest

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.arithmetics.xpect.tests/target/org.eclipse.xtext.example.arithmetics.xpect.tests-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.arithmetics.xpect.tests ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xtext.example.domainmodel.xpect.tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] Deleting /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] The project's OSGi version is 0.2.0.201712151622
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.8.3:compile (default) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[WARNING] 
WARNING: 	ParserTest.xtend - 
22: The type XpectSetup is deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.26.0:compile (default-compile) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] Compiling 11 source files to /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] Surefire report directory: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/surefire-reports-standalone
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.jvmmodelinferrer.DMJvmModelInferrerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.jvmmodelinferrer.DMJvmModelInferrerTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.066 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.scoping.DMScopingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.scoping.DMScopingTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.parser.ParserTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.parser.ParserTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.modify.DeleteUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.modify.DeleteUtilTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.476 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest
Running org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.337 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest

Results :

Tests run: 41, Failures: 0, Errors: 0, Skipped: 7

[INFO] 
[INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] Building jar: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/org.eclipse.xtext.example.domainmodel.xpect.tests-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.26.0:test (default-test) @ org.eclipse.xtext.example.domainmodel.xpect.tests ---
[INFO] Expected eclipse log file: /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_131.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx1G, -Dosgi.clean=true, -DxpectTestTitlePostfix=.eclipse_4_5_0-xtext_nightly, -DxpectTestTitleShowEnvironment=true, -jar, /jobs/genie.xpect/Xpect-Integration-Release/workspace/xpect-local-maven-repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.100.v20150511-1540/org.eclipse.equinox.launcher-1.3.100.v20150511-1540.jar, -data, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/work/data, -install, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/work, -configuration, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.xpect/Xpect-Integration-Release/workspace/org.eclipse.xtext.example.domainmodel.xpect.tests/target/surefire.properties, -nouithread]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest
0    [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.686 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/linking/test1.dmodel.xt#linkedName~0: MyEntity2 should be from the other file.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest)  Time elapsed: 0.025 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/linking/test1.dmodel.xt#linkedName~1: int should be the java primitive.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest)  Time elapsed: 0.004 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/linking/test1.dmodel.xt#linkedName~2: String should be from java.lang.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest)  Time elapsed: 0.003 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/linking/test1.dmodel.xt#linkedFragment~0: same test using fragments, because not all elements have qualified names.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest)  Time elapsed: 0.004 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/linking/test1.dmodel.xt#linkedFragment~1: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest)  Time elapsed: 0.003 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/linking/test1.dmodel.xt#linkedFragment~2: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.linking.DMLinkingTest)  Time elapsed: 0.004 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.jvmmodelinferrer.DMJvmModelInferrerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.66 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.jvmmodelinferrer.DMJvmModelInferrerTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/jvmmodelinferrer/JvmModel.dmodel.xt#jvmModel~0: Test the full JvmModel.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.jvmmodelinferrer.DMJvmModelInferrerTest)  Time elapsed: 0.014 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/jvmmodelinferrer/JvmSignatures.dmodel.xt#jvmModelSignatures~0: Test the signatures of public and protected members..eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.jvmmodelinferrer.DMJvmModelInferrerTest)  Time elapsed: 0.008 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest
7340 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.886 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/resourcedescription/test1.dmodel.xt#exportedObjects~0: these names are stored in the Xtext Index.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest)  Time elapsed: 0.019 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/resourcedescription/test1.dmodel.xt#importedNames~0: these names have been imported from other files.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/resourcedescription/test1.dmodel.xt#importedNames~0: these names have been imported from other files.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest)  Time elapsed: 0 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/resourcedescription/test1.dmodel.xt#referenceDescriptions~0: these references are stored in the Xtext Index.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/resourcedescription/test1.dmodel.xt#referenceDescriptions~0: these references are stored in the Xtext Index.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.resourcedescription.DMResourceDescriptionTest)  Time elapsed: 0 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.scoping.DMScopingTest
8238 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.scoping.DMScopingTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/scoping/test1.dmodel.xt#scope~0: besides "int", we can reference... and we can not reference foooobar.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.scoping.DMScopingTest)  Time elapsed: 0.02 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/scoping/test1.dmodel.xt#scope~1: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.scoping.DMScopingTest)  Time elapsed: 0.003 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.parser.ParserTest
8979 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.827 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.parser.ParserTest
test(org.eclipse.xtext.example.domainmodel.xpect.tests.parser.ParserTest)  Time elapsed: 0 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/parser/test1.dmodel.xt#ast~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.parser.ParserTest)  Time elapsed: 0.005 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.modify.DeleteUtilTest
9809 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
10648 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.334 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.modify.DeleteUtilTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/modify/AstDifference.dmodel.xt#astDiff~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.modify.DeleteUtilTest)  Time elapsed: 0.04 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/modify/SyntaxDifference.dmodel.xt#delete~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.modify.DeleteUtilTest)  Time elapsed: 0.711 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest
12158 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
12816 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
13583 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 8, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 2.257 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateOneFile.dmodel.xt#generated~0: Test the full generated code.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateOneFile.dmodel.xt#generated~0: Test the full generated code.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest)  Time elapsed: 0 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateTwoFiles1.dmodel.xt#generated~0: test generating MyEntity1.java.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateTwoFiles1.dmodel.xt#generated~0: test generating MyEntity1.java.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest)  Time elapsed: 0 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateTwoFiles1.dmodel.xt#generated~1: test generating MyEntity2.java.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateTwoFiles1.dmodel.xt#generated~1: test generating MyEntity2.java.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest)  Time elapsed: 0 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateTwoFiles2.dmodel.xt#generated~0: Test the full generated code.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/generator/generateTwoFiles2.dmodel.xt#generated~0: Test the full generated code.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.generator.DMGeneratorTest)  Time elapsed: 0 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest
14550 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/testsuite/CombiningMultipleTests.dmodel.xt#linkedName~0: int should be the java primitive.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest)  Time elapsed: 0.004 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/testsuite/CombiningMultipleTests.dmodel.xt#linkedName~1: String should be from java.lang.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest)  Time elapsed: 0.002 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/testsuite/CombiningMultipleTests.dmodel.xt#scope~0: besides "int", we can reference... and we can not reference foooobar.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest)  Time elapsed: 0.015 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/testsuite/CombiningMultipleTests.dmodel.xt#errors~0: the character % is not valid syntax.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.testsuite.DMXtextTest)  Time elapsed: 0.007 sec
Running org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest
15901 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
16700 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
17602 [WorkbenchTestable] WARN  org.eclipse.xpect.xtext.lib.setup.workspace.WorkspaceDefaultsSetup  - Can't add xbase dependencies to test project; org.eclipse.xpect.xtext.xbase.lib.XbaseWorkspaceDefaultsSetup not loaded.
Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.485 sec - in org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#errors~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest) skipped
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#errors~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#errors~1: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.003 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#warnings~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.002 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#warnings~1: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.003 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#errors~2: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.002 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test1.dmodel.xt#errors~3: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.003 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test2.dmodel.xt#errors~0: the character % is not valid syntax.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.003 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test3.dmodel.xt#noIssues~0: there should not be any (filtered) issues in the next line.eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.001 sec
src/org/eclipse/xtext/example/domainmodel/xpect/tests/validation/test3.dmodel.xt#errors~0: .eclipse_4_5_0-xtext_nightly.plugin.xtext_2.14.0-SNAPSHOT(org.eclipse.xtext.example.domainmodel.xpect.tests.validation.DMValidationTest)  Time elapsed: 0.003 sec

Results :

Tests run: 41, Failures: 0, Errors: 0, Skipped: 7

[INFO] All tests passed!
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.xpect.root 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.xpect.root ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.xpect.target.eclipse_4_5_0-xtext_nightly  SUCCESS [40.300s]
[INFO] org.eclipse.xtext.example.arithmetics.tests ....... SUCCESS [7.677s]
[INFO] org.eclipse.xtext.example.domainmodel.tests ....... SUCCESS [5.416s]
[INFO] org.eclipse.xpect.tests ........................... SUCCESS [19.097s]
[INFO] org.eclipse.xpect.xtext.lib.tests ................. SUCCESS [21.506s]
[INFO] org.eclipse.xtext.example.arithmetics.xpect.tests . SUCCESS [9.269s]
[INFO] org.eclipse.xtext.example.domainmodel.xpect.tests . SUCCESS [40.106s]
[INFO] org.eclipse.xpect.root ............................ SUCCESS [0.017s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:36.592s
[INFO] Finished at: Fri Dec 15 11:24:20 EST 2017
[INFO] Final Memory: 234M/6780M
[INFO] ------------------------------------------------------------------------
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Terminating xvnc.
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
Finished: SUCCESS