Skip to content

Console Output

Started by user jakub.siberski@gmail.com
Checking out git https://github.com/eclipse/Xpect.git into /home/hudson/genie.xpect/.jenkins/jobs/Xpect-Integration-Release/workspace@script to read Jenkinsfile
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@script # 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/jenkinsfile-eclipse^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/jenkinsfile-eclipse^{commit} # timeout=10
Checking out Revision 71ef6bd0337ee68c3b7e62940481d481eccb0062 (refs/remotes/origin/jenkinsfile-eclipse)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 71ef6bd0337ee68c3b7e62940481d481eccb0062
Commit message: "adjust Jenkinsfile for eclipse infra"
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] { (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 clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.316s
[INFO] Finished at: Thu Nov 09 10:57:31 EST 2017
[INFO] Final Memory: 20M/1932M
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/jobs/genie.xpect/Xpect-Integration-Release/workspace). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE