rultor.com logo This build log was produced by rultor.com for yegor256/phprack#102
+ set -e
+ set -o pipefail
++ dirname /tmp/rultor-RGIS/run.sh
+ cd /tmp/rultor-RGIS
+ echo 8205
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Thu Mar 12 00:05:25 CET 2015
+ uptime
 00:05:25 up 24 days,  2:36,  0 users,	load average: 0.27, 1.31, 1.89
+ fork=git@github.com:Gamesh/phprack.git
+ fork_branch=master
+ head=git@github.com:yegor256/phprack.git
+ head_branch=master
+ vars=('--env=fork=git@github.com:Gamesh/phprack.git' '--env=fork_branch=master' '--env=head=git@github.com:yegor256/phprack.git' '--env=head_branch=master')
+ image=yegor256/rultor
+ directory=
+ scripts=('sudo pecl install xdebug' ';' 'echo "zend_extension=xdebug.so" > xdebug.ini' ';' 'sudo mv xdebug.ini /etc/php5/cli/conf.d' ';' 'composer install' ';' 'sudo npm install jscoverage -g' ';' './vendor/phing/phing/bin/phing' ';')
+ container=yegor256_phprack_102
+ as_root=false
+ git clone --branch=master --depth=10 git@github.com:yegor256/phprack.git repo
Initialized empty Git repository in /tmp/rultor-RGIS/repo/.git/
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'sudo pecl install xdebug' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'sudo pecl install xdebug' ';' 'echo "zend_extension=xdebug.so" > xdebug.ini' ';' 'sudo mv xdebug.ini /etc/php5/cli/conf.d' ';' 'composer install' ';' 'sudo npm install jscoverage -g' ';' ./vendor/phing/phing/bin/phing ';'
+ rm -rf .gpg
+ cd repo
+ git remote add fork git@github.com:Gamesh/phprack.git
+ git remote update
Fetching origin
Fetching fork
From github.com:Gamesh/phprack
 * [new branch]	     48		-> fork/48
 * [new branch]	     59		-> fork/59
 * [new branch]	     78		-> fork/78
 * [new branch]	     master	-> fork/master
+ git merge fork/master
Auto-merging .gitignore
CONFLICT (add/add): Merge conflict in .gitignore
Auto-merging README.md
CONFLICT (add/add): Merge conflict in README.md
Auto-merging build.xml
CONFLICT (add/add): Merge conflict in build.xml
Auto-merging composer.json
CONFLICT (add/add): Merge conflict in composer.json
Automatic merge failed; fix conflicts and then commit the result.