+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 18183
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Aug 26 12:11:10 UTC 2016
+ uptime
12:11:10 up 38 days, 15:43, 0 users, load average: 5.79, 5.31, 2.45
+ fork=git@github.com:ladaradon/documentation.git
+ fork_branch=master
+ head=git@github.com:coala-analyzer/documentation.git
+ head_branch=master
+ pull_id=88
+ pull_title='Getting_In_Touch: Add information about long issue discussions'
+ vars=('--env=fork=git@github.com:ladaradon/documentation.git' '--env=fork_branch=master' '--env=head=git@github.com:coala-analyzer/documentation.git' '--env=head_branch=master' '--env=pull_id=88' '--env=pull_title=Getting_In_Touch: Add information about long issue discussions')
+ image=yegor256/rultor
+ directory=
+ scripts=('echo "Nothing to do."' ';')
+ squash=false
+ ff=only
+ rebase=false
+ container=coala-analyzer_documentation_88
+ 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:coala-analyzer/documentation.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'echo "Nothing to do."' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'echo "Nothing to do."' ';'
+ rm -rf .gpg
+ cd repo
+ git remote add fork git@github.com:ladaradon/documentation.git
+ git remote update
Fetching origin
Fetching fork
From github.com:ladaradon/documentation
* [new branch] Makman2/linterups -> fork/Makman2/linterups
* [new branch] master -> fork/master
+ args=
+ '[' only == default ']'
+ '[' only == no ']'
+ '[' only == only ']'
+ args=' --ff-only'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -B __rultor fork/master
Switched to a new branch '__rultor'
Branch __rultor set up to track remote branch master from fork.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch master set up to track remote branch master from origin.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff-only __rultor
fatal: Not possible to fast-forward, aborting.
'cid' file is absent, container wasn't started correctly