rultor.com logo This build log was produced by rultor.com for yegor256/xembly-gem#1
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 25701
+ echo '1.61.8 b552866'
1.61.8 b552866
+ date
Sat Mar 19 20:15:29 UTC 2016
+ uptime
 20:15:29 up 1 day,  3:55,  0 users,  load average: 9.41, 9.93, 8.88
+ head=git@github.com:yegor256/xembly-gem.git
+ head_branch=master
+ tag=0.1
+ vars=('--env=head=git@github.com:yegor256/xembly-gem.git' '--env=head_branch=master' '--env=tag=0.1')
+ image=yegor256/rultor
+ directory=
+ scripts=('sudo apt-get update' ';' 'sudo gem install pdd' ';' 'sudo bundle install' ';' 'rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/1\.0\.snapshot/${tag}/g" lib/xembly/version.rb' ';' 'git add lib/xembly/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build xembly.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';' 'sudo gem install xembly' ';' 'pdd --source=$(pwd) --verbose --file=xembly.xml -e=test/** -e=features/** -e=README.md' ';' 's3cmd --no-progress put xembly.xml --config=../s3cfg s3://pdd.teamed.io/xembly.xml' ';')
+ squash=false
+ ff=default
+ rebase=false
+ container=yegor256_xembly-gem_1
+ 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:yegor256/xembly-gem.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'sudo apt-get update' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'sudo apt-get update' ';' 'sudo gem install pdd' ';' 'sudo bundle install' ';' rake ';' 'rm -rf *.gem' ';' 'sed -i "s/1\.0\.snapshot/${tag}/g" lib/xembly/version.rb' ';' 'git add lib/xembly/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build xembly.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';' 'sudo gem install xembly' ';' 'pdd --source=$(pwd) --verbose --file=xembly.xml -e=test/** -e=features/** -e=README.md' ';' 's3cmd --no-progress put xembly.xml --config=../s3cfg s3://pdd.teamed.io/xembly.xml' ';'
+ rm -rf .gpg
+ '[' -z 0.1 ']'
+ [[ 0.1 =~ ^[a-zA-Z0-9\\.\\-]+$ ]]
+ echo 'tag name is valid: "0.1"'
tag name is valid: "0.1"
+ cd repo
++ git tag -l 0.1
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ sed 's/ /\n/g'
++ tail -n 1
++ uptime
+ load=8.88
++ bc
++ echo 8.88 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 8.88, low enough to run a new Docker container'
load average is 8.88, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Using default tag: latest
latest: Pulling from yegor256/rultor
faecf96fd5ab: Already exists
995977506e98: Already exists
efb63fb8dcb6: Already exists
a3ed95caeb02: Already exists
4cf85027be5a: Already exists
e859fd58eea7: Already exists
f1092812dfdc: Already exists
37b895f25e1f: Already exists
eb1a7f582ed3: Already exists
d8b14cd614fa: Already exists
8c3228cc5a32: Already exists
ba7e5ba7cdd7: Already exists
dfd074029625: Already exists
5fb262a92535: Already exists
30f47079801f: Already exists
cd6cc8af1afe: Already exists
9c682ac54913: Already exists
44f07db4b62d: Already exists
e20eba94e87f: Already exists
99e88de7a89e: Already exists
42513f59c6b7: Already exists
eface0b26a76: Already exists
009af2319437: Already exists
0e5036295255: Already exists
307a750cf6f8: Already exists
7e6bd8f4b8b9: Already exists
7226606d7690: Already exists
7e485a328ea1: Already exists
1894eb350658: Already exists
0b5dbb932d1a: Already exists
1778fe01fb32: Already exists
f11e53bf9c12: Already exists
b7a42669ee40: Already exists
e4abc8c59c3a: Already exists
461aa485dcc8: Already exists
83bc76a5564b: Already exists
20df98f5e7cc: Already exists
ebf1a94eeab7: Already exists
f46c631cbf3e: Already exists
bc60f8b324ce: Already exists
984143b7805e: Already exists
70f6ef96d008: Already exists
75957221d811: Already exists
c10705d2cc00: Already exists
ff68aa00785c: Already exists
cfc1eedb37e7: Already exists
Digest: sha256:16593de62d2dd098ea60c65de4576e504ed0294e8097140395a1d11071709ea8
Status: Image is up to date for yegor256/rultor:latest
+ grep --quiet '\syegor256_xembly-gem_1\s*$'
+ docker ps --filter=status=exited
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-yjmT:/main --env=head=git@github.com:yegor256/xembly-gem.git --env=head_branch=master --env=tag=0.1 --hostname=docker --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-yjmT/cid -w=/main --name=yegor256_xembly-gem_1 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/.composer /root/.gem /root/.java /root/.m2 /root/.npm /root/.profile /root/texmf /root/.texmf-var /root/tmp /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rubygems.yml ./run.sh ./s3cfg ./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
+ sudo apt-get update
Ign[http://archive.ubuntu.com trusty InRelease
Hit[http://ppa.launchpad.net trusty InRelease
Get:1Whttp://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Get:2 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]
Get:3 http://ppa.launchpad.net trusty InRelease [15.4 kB]
Hit%http://archive.ubuntu.com trusty Release.gpg
Hit%http://archive.ubuntu.com trusty Release
Hit%http://ppa.launchpad.netktrusty/main amd64ePackages
Get:4[http://archive.ubuntu.cometrusty-updates/mainiSourcest[331mkB]1.189.88.14
Get:5[http://archive.ubuntu.comltrusty-updates/restricted4Sources [5,217kB]s10s
Get:6[http://archive.ubuntu.com trusty-updates/universe Sources [1906kB]kB/s 0s
Get:7[http://archive.ubuntu.comltrusty-updates/mainsamd64nPackagesa[918]kB]s 0s
Get:8[http://archive.ubuntu.cometrusty-updates/restrictediamd64rPackages][23.5skB]
Get:9[http://archive.ubuntu.cometrusty-updates/universeiamd64fPackagesr[440 kB]
Get:103http://archive.ubuntu.com[trusty-security/main Sourcess[137 kB]84kB/s 0s
Get:113http://archive.ubuntu.com[trusty-security/restrictedgSources1[3,920/B]0s
Get:123http://archive.ubuntu.com[trusty-security/universe Sources [39.1 kB]s 0s
Get:133http://archive.ubuntu.com[trusty-security/main[amd64nPackages6[550BkB]0s
Get:141http://archive.ubuntu.cometrusty-security/restrictednamd64 Packages/[20.2 kB]
Get:153http://archive.ubuntu.com[trusty-security/universeiamd64fPackagesk[1620kB]
Hit%http://archive.ubuntu.comhtrusty/main.Sources83)]              16.8 kB/s 0s
Get:16Shttp://ppa.launchpad.net trusty/mainaamd64 Packagese[3,398 B]6.8 kB/s 0s
Hit%http://archive.ubuntu.comitrusty/restricted Sources            16.8 kB/s 0s
Hit%http://archive.ubuntu.comitrusty/universe Sources              16.8 kB/s 0s
Hit%http://archive.ubuntu.comotrusty/maineamd64 Packages           16.8 kB/s 0s
Hit%http://archive.ubuntu.comotrusty/restricted amd64 Packages     16.8 kB/s 0s
Hit%http://archive.ubuntu.comitrusty/universe amd64 Packages       16.8 kB/s 0s
Fetchedo2,971]kB,in914s](200 kB/s)                                2,301 kB/s 0s
Reading package lists... Done
+ sudo gem install pdd
Fetching: nokogiri-1.6.7.1.gem (100%)
Building native extensions.  This could take a while...
da8161dae9aedb7d1741b6ee33f85637e7a0a3091152e151d6fc0b2029944f09
Failed to kill container (da8161dae9aedb7d1741b6ee33f85637e7a0a3091152e151d6fc0b2029944f09): Error response from daemon: Cannot kill container da8161dae9aedb7d1741b6ee33f85637e7a0a3091152e151d6fc0b2029944f09: Container da8161dae9aedb7d1741b6ee33f85637e7a0a3091152e151d6fc0b2029944f09 is not running
container da8161dae9aedb7d1741b6ee33f85637e7a0a3091152e151d6fc0b2029944f09 is dead
Sat Mar 19 20:18:13 UTC 2016