+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 12966
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon Jun 20 23:07:13 UTC 2016
+ uptime
23:07:13 up 2 days, 8:34, 0 users, load average: 8.49, 7.54, 6.35
+ fork=git@github.com:ptramsey/configs.git
+ fork_branch=soup
+ head=git@github.com:ptramsey/configs.git
+ head_branch=master
+ pull_id=2
+ pull_title=soup
+ vars=('--env=fork=git@github.com:ptramsey/configs.git' '--env=fork_branch=soup' '--env=head=git@github.com:ptramsey/configs.git' '--env=head_branch=master' '--env=pull_id=2' '--env=pull_title=soup')
+ image=yegor256/rultor
+ directory=
+ scripts=()
+ container=ptramsey_configs_2
+ 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:ptramsey/configs.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z '' ']'
+ '[' -e pom.xml ']'
+ '[' -e Gemfile ']'
+ '[' -e build.xml ']'
+ [[ -e build.sbt ]]
+ [[ -e project/Build.scala ]]
+ echo 'I can'\''t guess your build automation tool, see http://doc.rultor.com/basics.html'
I can't guess your build automation tool, see http://doc.rultor.com/basics.html
+ exit -1
'cid' file is absent, container wasn't started correctly