LaurentTardif / AgileGrenoble2015

GNU General Public License v2.0
4 stars 1 forks source link

Rultorcommunication #2

Closed LaurentTardif closed 9 years ago

LaurentTardif commented 9 years ago

@rultor merge

rultor commented 9 years ago

@rultor merge

@laurenttardif OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 9 years ago

@rultor merge

@laurenttardif Oops, I failed. You can see the full log here (spent 1min)

ed42188f4ceb: Download complete
5c74e0623067: Download complete
dd43c2ea8de9: Download complete
86e8a63939fc: Download complete
00c4b9def5ca: Download complete
e2cf96c71f37: Download complete
55792ac79c2a: Download complete
32fc7e2dca36: Download complete
965c900132cc: Download complete
19f7e68b6c7a: Download complete
aa8b0c34841a: Download complete
aaa9ff455fd4: Download complete
4dd749ac74fb: Download complete
3740e65d1833: Download complete
72adbad7856f: Download complete
84630307d8b9: Download complete
f095939e8e29: Download complete
a2aeecbe5d7e: Download complete
3744d20affd7: Download complete
d94815ceac04: Download complete
d94815ceac04: Download complete
Status: Image is up to date for docker.io/yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sLaurentTardif_AgileGrenoble2015_2\s*$'
++ pwd
++ pwd
+ docker run --rm -v /tmp/rultor-43Gw:/main --env=fork=git@github.com:LaurentTardif/AgileGrenoble2015.git --env=fork_branch=Rultorcommunication --env=head=git@github.com:LaurentTardif/AgileGrenoble2015.git --env=head_branch=master --env=pull_id=2 --env=pull_title=Rultorcommunication --privileged=true --hostname=docker --memory=6g --cidfile=/tmp/rultor-43Gw/cid -w=/main --name=LaurentTardif_AgileGrenoble2015_2 yegor256/rultor /main/entry.sh
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.gem /root/.java /root/.m2 /root/.npm /root/.profile /root/texmf /root/.texmf-var /root/tmp /home/r
+ cp -R ./cid ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su -m r -c /home/r/script.sh
+ set -e
+ set -o pipefail
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.087 s
[INFO] Finished at: 2015-11-06T09:24:21+00:00
[INFO] Final Memory: 5M/219M
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/home/r/repo). 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
LaurentTardif commented 9 years ago

@rultor merge

rultor commented 9 years ago

@rultor merge

@laurenttardif Your .rultor.yml file has a problem:

ScannerException: while scanning for the next token
found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
 in 'string', line 6, column 1:
            cd BackEnd 
    ^

This page explains how to configure it properly. The YAML format is explained here.

LaurentTardif commented 9 years ago

@rultor merge

rultor commented 9 years ago

@rultor merge

@laurenttardif OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 9 years ago

@rultor merge

@laurenttardif Oops, I failed. You can see the full log here (spent 8s)

+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:LaurentTardif/AgileGrenoble2015.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'cd BackEnd mvn clean install' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'cd BackEnd mvn clean install' ';'
+ rm -rf .gpg
+ cd repo
+ git remote add fork git@github.com:LaurentTardif/AgileGrenoble2015.git
+ git remote update
Fetching origin
Fetching fork
From github.com:LaurentTardif/AgileGrenoble2015
 * [new branch]      Rultorcommunication -> fork/Rultorcommunication
 * [new branch]      master     -> fork/master
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout fork/Rultorcommunication
Note: checking out 'fork/Rultorcommunication'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 8decad9... Add rultor and travis
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ git checkout master
Switched to branch 'master'
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Auto-merging .rultor.yml
CONFLICT (content): Merge conflict in .rultor.yml
Automatic merge failed; fix conflicts and then commit the result.
LaurentTardif commented 9 years ago

@rultor merge this issue

rultor commented 9 years ago

@rultor merge this issue

@laurenttardif OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 9 years ago

@rultor merge this issue

@laurenttardif Done! FYI, the full log is here (took me 1min)