rultor.com logo This build log was produced by rultor.com for yegor256/pdd#93
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 30514
+ echo '1.67 34c399f8f'
1.67 34c399f8f
+ date
Wed Feb 21 23:03:19 CET 2018
+ uptime
 23:03:19 up 239 days,  1:03,  0 users,  load average: 0.00, 0.00, 0.00
+ head=git@github.com:yegor256/pdd.git
+ head_branch=master
+ tag=0.20.2
+ author=yegor256
+ scripts=('export '\''head=git@github.com:yegor256/pdd.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''tag=0.20.2'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo gem install pdd' ';' 'sudo gem install xcop' ';' 'env' ';' 'bundle install' ';' 'LC_ALL=US-ASCII rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/1\.0\.snapshot/${tag}/g" lib/pdd/version.rb' ';' 'git add lib/pdd/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build pdd.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';' 'sudo gem install pdd' ';' 'pdd --source=$(pwd) --verbose --file=pdd.xml -e=test/** -e=features/** -e=coverage/**/* -e=README.md' ';' 's3cmd --no-progress put pdd.xml --config=../s3cfg s3://pdd.teamed.io/pdd.xml' ';' 's3cmd --no-progress put assets/puzzles.xsd --acl-public --config=../s3cfg s3://pdd-xsd.teamed.io/${tag}.xsd' ';' 's3cmd --no-progress put assets/puzzles.xsl --acl-public --config=../s3cfg s3://pdd-xsl.teamed.io/${tag}.xsl' ';')
+ vars=('--env=head=git@github.com:yegor256/pdd.git' '--env=head_branch=master' '--env=tag=0.20.2' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pdd.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.20.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo gem install xcop'\'' '\'';'\'' '\''env'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''LC_ALL=US-ASCII rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/1\.0\.snapshot/${tag}/g" lib/pdd/version.rb'\'' '\'';'\'' '\''git add lib/pdd/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build pdd.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''pdd --source=$(pwd) --verbose --file=pdd.xml -e=test/** -e=features/** -e=coverage/**/* -e=README.md'\'' '\'';'\'' '\''s3cmd --no-progress put pdd.xml --config=../s3cfg s3://pdd.teamed.io/pdd.xml'\'' '\'';'\'' '\''s3cmd --no-progress put assets/puzzles.xsd --acl-public --config=../s3cfg s3://pdd-xsd.teamed.io/${tag}.xsd'\'' '\'';'\'' '\''s3cmd --no-progress put assets/puzzles.xsl --acl-public --config=../s3cfg s3://pdd-xsl.teamed.io/${tag}.xsl'\'' '\'';'\'' )')
+ image=yegor256/rultor
+ directory=
+ squash=false
+ ff=default
+ rebase=false
+ container=yegor256_pdd_93
+ 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/pdd.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:yegor256/pdd.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/pdd.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''tag=0.20.2'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo gem install pdd' ';' 'sudo gem install xcop' ';' env ';' 'bundle install' ';' 'LC_ALL=US-ASCII rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/1\.0\.snapshot/${tag}/g" lib/pdd/version.rb' ';' 'git add lib/pdd/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build pdd.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';' 'sudo gem install pdd' ';' 'pdd --source=$(pwd) --verbose --file=pdd.xml -e=test/** -e=features/** -e=coverage/**/* -e=README.md' ';' 's3cmd --no-progress put pdd.xml --config=../s3cfg s3://pdd.teamed.io/pdd.xml' ';' 's3cmd --no-progress put assets/puzzles.xsd --acl-public --config=../s3cfg s3://pdd-xsd.teamed.io/${tag}.xsd' ';' 's3cmd --no-progress put assets/puzzles.xsl --acl-public --config=../s3cfg s3://pdd-xsl.teamed.io/${tag}.xsl' ';'
+ rm -rf .gpg
+ '[' -z 0.20.2 ']'
+ [[ 0.20.2 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.20.2"'
tag name is valid: "0.20.2"
+ cd repo
++ git tag -l 0.20.2
+ '[' ']'
+ 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
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.00
++ echo 0.00 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.00, low enough to run a new Docker container'
load average is 0.00, 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
c954d15f947c: Already exists
c3688624ef2b: Already exists
848fe4263b3b: Already exists
23b4459d3b04: Already exists
36ab3b56c8f1: Already exists
7c197528913e: Pulling fs layer
e82cfb3aee9e: Pulling fs layer
6b8176d5cf09: Pulling fs layer
b41f93f46d12: Pulling fs layer
98219e98f98a: Pulling fs layer
6c21c20bc716: Pulling fs layer
18c9aa2d8546: Pulling fs layer
857312aff19b: Pulling fs layer
f9950e0aad9e: Pulling fs layer
035899ee4f3c: Pulling fs layer
23face1d2742: Pulling fs layer
7c655624d4b1: Pulling fs layer
ef9c6b5c52ef: Pulling fs layer
1f0eefff3b3a: Pulling fs layer
7d243f9753df: Pulling fs layer
b41f93f46d12: Waiting
b52d1c4c0248: Pulling fs layer
18c9aa2d8546: Waiting
b3380c13df7c: Pulling fs layer
4f70ca61dec1: Pulling fs layer
98219e98f98a: Waiting
419e96e7cdb0: Pulling fs layer
857312aff19b: Waiting
88f49fdfe616: Pulling fs layer
982eb740d426: Pulling fs layer
50ebc70f276d: Pulling fs layer
0598f68851cd: Pulling fs layer
e21cf40ac18e: Pulling fs layer
c506cee84396: Pulling fs layer
6c21c20bc716: Waiting
b5850db7f59d: Pulling fs layer
f9950e0aad9e: Waiting
5bb8c8a1486c: Pulling fs layer
af33cc57e33c: Pulling fs layer
7d243f9753df: Waiting
035899ee4f3c: Waiting
23face1d2742: Waiting
ac994683b315: Pulling fs layer
e3621631b410: Pulling fs layer
7c655624d4b1: Waiting
1f0eefff3b3a: Waiting
ef9c6b5c52ef: Waiting
b3380c13df7c: Waiting
419e96e7cdb0: Waiting
f5a91448146f: Pulling fs layer
57ba0f87a1bb: Pulling fs layer
88f49fdfe616: Waiting
5c5ee1797bb2: Pulling fs layer
982eb740d426: Waiting
0598f68851cd: Waiting
b5850db7f59d: Waiting
777faa423549: Pulling fs layer
c506cee84396: Waiting
e55ecf991300: Pulling fs layer
c8f16de3e0f4: Pulling fs layer
ac994683b315: Waiting
5bb8c8a1486c: Waiting
e3621631b410: Waiting
f5a91448146f: Waiting
017e30b5f04a: Pulling fs layer
57ba0f87a1bb: Waiting
af7f77507b17: Pulling fs layer
5c5ee1797bb2: Waiting
af33cc57e33c: Waiting
7e56c67f6ba4: Pulling fs layer
e55ecf991300: Waiting
c8f16de3e0f4: Waiting
1eb3c48ac054: Pulling fs layer
7a6700618468: Pulling fs layer
5f480f658a40: Pulling fs layer
1eb3c48ac054: Waiting
7e56c67f6ba4: Waiting
7a6700618468: Waiting
7f2827326e04: Pulling fs layer
e21cf40ac18e: Waiting
19f43a49ef70: Pulling fs layer
5f480f658a40: Waiting
03e0b0e48f52: Pulling fs layer
4789c5c85cc2: Pulling fs layer
e08de581046d: Pulling fs layer
03e0b0e48f52: Waiting
402e3e5a72c9: Pulling fs layer
e08de581046d: Waiting
4789c5c85cc2: Waiting
8191ebccb7ed: Pulling fs layer
4481baf756ec: Pulling fs layer
402e3e5a72c9: Waiting
a96b52589858: Pulling fs layer
8191ebccb7ed: Waiting
09731c9300c1: Pulling fs layer
4481baf756ec: Waiting
a96b52589858: Waiting
e82cfb3aee9e: Verifying Checksum
e82cfb3aee9e: Download complete
7c197528913e: Download complete
7c197528913e: Pull complete
e82cfb3aee9e: Pull complete
98219e98f98a: Verifying Checksum
98219e98f98a: Download complete
b41f93f46d12: Verifying Checksum
b41f93f46d12: Download complete
6b8176d5cf09: Verifying Checksum
6b8176d5cf09: Download complete
6b8176d5cf09: Pull complete
18c9aa2d8546: Verifying Checksum
18c9aa2d8546: Download complete
b41f93f46d12: Pull complete
98219e98f98a: Pull complete
857312aff19b: Download complete
f9950e0aad9e: Verifying Checksum
f9950e0aad9e: Download complete
6c21c20bc716: Verifying Checksum
6c21c20bc716: Download complete
6c21c20bc716: Pull complete
18c9aa2d8546: Pull complete
857312aff19b: Pull complete
f9950e0aad9e: Pull complete
23face1d2742: Verifying Checksum
23face1d2742: Download complete
ef9c6b5c52ef: Verifying Checksum
ef9c6b5c52ef: Download complete
7c655624d4b1: Verifying Checksum
7c655624d4b1: Download complete
035899ee4f3c: Verifying Checksum
035899ee4f3c: Download complete
7d243f9753df: Verifying Checksum
7d243f9753df: Download complete
1f0eefff3b3a: Verifying Checksum
1f0eefff3b3a: Download complete
035899ee4f3c: Pull complete
b52d1c4c0248: Verifying Checksum
b52d1c4c0248: Download complete
23face1d2742: Pull complete
4f70ca61dec1: Verifying Checksum
4f70ca61dec1: Download complete
7c655624d4b1: Pull complete
ef9c6b5c52ef: Pull complete
1f0eefff3b3a: Pull complete
419e96e7cdb0: Verifying Checksum
419e96e7cdb0: Download complete
7d243f9753df: Pull complete
b52d1c4c0248: Pull complete
b3380c13df7c: Verifying Checksum
b3380c13df7c: Download complete
b3380c13df7c: Pull complete
4f70ca61dec1: Pull complete
419e96e7cdb0: Pull complete
88f49fdfe616: Verifying Checksum
88f49fdfe616: Download complete
88f49fdfe616: Pull complete
50ebc70f276d: Verifying Checksum
50ebc70f276d: Download complete
0598f68851cd: Verifying Checksum
0598f68851cd: Download complete
e21cf40ac18e: Verifying Checksum
e21cf40ac18e: Download complete
982eb740d426: Download complete
c506cee84396: Download complete
5bb8c8a1486c: Verifying Checksum
5bb8c8a1486c: Download complete
af33cc57e33c: Verifying Checksum
af33cc57e33c: Download complete
ac994683b315: Download complete
b5850db7f59d: Verifying Checksum
b5850db7f59d: Download complete
e3621631b410: Download complete
982eb740d426: Pull complete
57ba0f87a1bb: Verifying Checksum
57ba0f87a1bb: Download complete
50ebc70f276d: Pull complete
0598f68851cd: Pull complete
e21cf40ac18e: Pull complete
f5a91448146f: Verifying Checksum
f5a91448146f: Download complete
c506cee84396: Pull complete
b5850db7f59d: Pull complete
5bb8c8a1486c: Pull complete
af33cc57e33c: Pull complete
ac994683b315: Pull complete
e3621631b410: Pull complete
f5a91448146f: Pull complete
57ba0f87a1bb: Pull complete
e55ecf991300: Verifying Checksum
e55ecf991300: Download complete
777faa423549: Verifying Checksum
777faa423549: Download complete
017e30b5f04a: Verifying Checksum
017e30b5f04a: Download complete
af7f77507b17: Verifying Checksum
af7f77507b17: Download complete
7e56c67f6ba4: Verifying Checksum
7e56c67f6ba4: Download complete
1eb3c48ac054: Download complete
7a6700618468: Verifying Checksum
7a6700618468: Download complete
5f480f658a40: Verifying Checksum
5f480f658a40: Download complete
7f2827326e04: Verifying Checksum
7f2827326e04: Download complete
19f43a49ef70: Verifying Checksum
19f43a49ef70: Download complete
03e0b0e48f52: Download complete
4789c5c85cc2: Download complete
e08de581046d: Verifying Checksum
e08de581046d: Download complete
5c5ee1797bb2: Verifying Checksum
5c5ee1797bb2: Download complete
8191ebccb7ed: Verifying Checksum
8191ebccb7ed: Download complete
4481baf756ec: Verifying Checksum
4481baf756ec: Download complete
402e3e5a72c9: Verifying Checksum
402e3e5a72c9: Download complete
09731c9300c1: Verifying Checksum
09731c9300c1: Download complete
5c5ee1797bb2: Pull complete
777faa423549: Pull complete
e55ecf991300: Pull complete
a96b52589858: Verifying Checksum
a96b52589858: Download complete
c8f16de3e0f4: Verifying Checksum
c8f16de3e0f4: Download complete
c8f16de3e0f4: Pull complete
017e30b5f04a: Pull complete
af7f77507b17: Pull complete
7e56c67f6ba4: Pull complete
1eb3c48ac054: Pull complete
7a6700618468: Pull complete
5f480f658a40: Pull complete
7f2827326e04: Pull complete
19f43a49ef70: Pull complete
03e0b0e48f52: Pull complete
4789c5c85cc2: Pull complete
e08de581046d: Pull complete
402e3e5a72c9: Pull complete
8191ebccb7ed: Pull complete
4481baf756ec: Pull complete
a96b52589858: Pull complete
09731c9300c1: Pull complete
Digest: sha256:40def8ab13dbb1b1eba0fa0be6697f8bc5c3e25be5d1a5c198c0a9f60c1569d9
Status: Downloaded newer image for yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_pdd_93\s*$'
+ ls -al .
total 68
drwx--x--x   3 rultor rultor  4096 Feb 21 23:03 .
drwxrwxrwt 139 root   root   12288 Feb 21 23:03 ..
-rw-rw-r--   1 rultor rultor   444 Feb 21 23:05 end.sh
-rwxrwxr-x   1 rultor rultor   338 Feb 21 23:03 entry.sh
-rw-rw-r--   1 rultor rultor     6 Feb 21 23:03 pid
drwxrwxr-x  10 rultor rultor  4096 Feb 21 23:03 repo
-rw-rw-r--   1 rultor rultor    56 Feb 21 23:03 rubygems.yml
-rwxrwxr-x   1 rultor rultor  6452 Feb 21 23:03 run.sh
-rw-rw-r--   1 rultor rultor    98 Feb 21 23:03 s3cfg
-rw-rw-r--   1 rultor rultor  1006 Feb 21 23:03 script.sh
-rw-rw-r--   1 rultor rultor 12475 Feb 21 23:06 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-PTHG:/main --env=head=git@github.com:yegor256/pdd.git --env=head_branch=master --env=tag=0.20.2 --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pdd.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.20.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo gem install xcop'\'' '\'';'\'' '\''env'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''LC_ALL=US-ASCII rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/1\.0\.snapshot/${tag}/g" lib/pdd/version.rb'\'' '\'';'\'' '\''git add lib/pdd/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build pdd.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''pdd --source=$(pwd) --verbose --file=pdd.xml -e=test/** -e=features/** -e=coverage/**/* -e=README.md'\'' '\'';'\'' '\''s3cmd --no-progress put pdd.xml --config=../s3cfg s3://pdd.teamed.io/pdd.xml'\'' '\'';'\'' '\''s3cmd --no-progress put assets/puzzles.xsd --acl-public --config=../s3cfg s3://pdd-xsd.teamed.io/${tag}.xsd'\'' '\'';'\'' '\''s3cmd --no-progress put assets/puzzles.xsl --acl-public --config=../s3cfg s3://pdd-xsl.teamed.io/${tag}.xsl'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-PTHG/cid -w=/main --name=yegor256_pdd_93 yegor256/rultor /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ 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/.gnupg /root/.m2 /root/.oracle_jre_usage /root/.profile /root/texmf /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 --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:yegor256/pdd.git
+ head=git@github.com:yegor256/pdd.git
+ export head_branch=master
+ head_branch=master
+ export tag=0.20.2
+ tag=0.20.2
+ export author=yegor256
+ author=yegor256
+ sudo -i gem install pdd
Fetching: mini_portile2-2.3.0.gem (100%)
Successfully installed mini_portile2-2.3.0
Fetching: nokogiri-1.8.2.gem (100%)
Building native extensions.  This could take a while...
Successfully installed nokogiri-1.8.2
Fetching: slop-4.6.1.gem (100%)
Successfully installed slop-4.6.1
Fetching: rainbow-2.2.2.gem (100%)
Building native extensions.  This could take a while...
Successfully installed rainbow-2.2.2
Fetching: pdd-0.20.1.gem (100%)
Successfully installed pdd-0.20.1
Parsing documentation for mini_portile2-2.3.0
Installing ri documentation for mini_portile2-2.3.0
Parsing documentation for nokogiri-1.8.2
Installing ri documentation for nokogiri-1.8.2
Parsing documentation for slop-4.6.1
Installing ri documentation for slop-4.6.1
Parsing documentation for rainbow-2.2.2
Installing ri documentation for rainbow-2.2.2
Parsing documentation for pdd-0.20.1
Installing ri documentation for pdd-0.20.1
Done installing documentation for mini_portile2, nokogiri, slop, rainbow, pdd after 14 seconds
5 gems installed
+ sudo -i gem install xcop
Fetching: differ-0.1.2.gem (100%)
Successfully installed differ-0.1.2
Fetching: rainbow-3.0.0.gem (100%)
Successfully installed rainbow-3.0.0
Fetching: xcop-0.5.8.gem (100%)
Successfully installed xcop-0.5.8
Parsing documentation for differ-0.1.2
Installing ri documentation for differ-0.1.2
Parsing documentation for rainbow-3.0.0
Installing ri documentation for rainbow-3.0.0
Parsing documentation for xcop-0.5.8
Installing ri documentation for xcop-0.5.8
Done installing documentation for differ, rainbow, xcop after 0 seconds
3 gems installed
+ env
rvm_bin_path=/usr/local/rvm/bin
GEM_HOME=/usr/local/rvm/gems/ruby-2.3.3
TERM=xterm
SHELL=/bin/bash
DERBY_HOME=/usr/lib/jvm/java-8-oracle/db
IRBRC=/usr/local/rvm/rubies/ruby-2.3.3/.irbrc
OLDPWD=/home/r
MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-2.3.3
USER=r
_system_type=Linux
rvm_path=/usr/local/rvm
head=git@github.com:yegor256/pdd.git
rvm_prefix=/usr/local
PATH=/usr/local/rvm/gems/ruby-2.3.3/bin:/usr/local/rvm/gems/ruby-2.3.3@global/bin:/usr/local/rvm/rubies/ruby-2.3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/usr/local/rvm/bin
MAIL=/var/mail/r
tag=0.20.2
author=yegor256
PWD=/home/r/repo
JAVA_HOME=/usr/lib/jvm/java-8-oracle
_system_arch=x86_64
_system_version=14.04
rvm_version=1.29.3 (latest)
head_branch=master
HOME=/home/r
SHLVL=2
LOGNAME=r
J2SDKDIR=/usr/lib/jvm/java-8-oracle
GEM_PATH=/usr/local/rvm/gems/ruby-2.3.3:/usr/local/rvm/gems/ruby-2.3.3@global
J2REDIR=/usr/lib/jvm/java-8-oracle/jre
RUBY_VERSION=ruby-2.3.3
_system_name=Ubuntu
_=/usr/bin/env
+ bundle install
Fetching gem metadata from https://rubygems.org/............
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies......
32mInstalling rake 12.0.00m
32mInstalling concurrent-ruby 1.0.50m
32mInstalling minitest 5.5.00m
32mInstalling thread_safe 0.3.60m
32mInstalling builder 3.2.30m
32mInstalling erubi 1.7.00m
Using mini_portile2 2.3.0
32mInstalling crass 1.0.30m
32mInstalling rack 2.0.40m
32mInstalling ast 2.4.00m
32mInstalling backports 3.11.10m
32mInstalling json 1.8.6 with native extensions0m
32mInstalling docile 1.1.50m
32mInstalling simplecov-html 0.10.20m
32mInstalling url 0.3.20m
32mInstalling cucumber-tag_expressions 1.1.10m
32mInstalling gherkin 5.0.00m
32mInstalling cucumber-expressions 5.0.130m
32mInstalling cucumber-wire 0.0.10m
32mInstalling diff-lcs 1.30m
32mInstalling multi_json 1.13.10m
32mInstalling multi_test 0.1.20m
Using differ 0.1.2
32mInstalling method_source 0.9.00m
32mInstalling parallel 1.12.10m
Using rainbow 3.0.0
Using slop 4.6.1
32mInstalling powerpack 0.1.10m
32mInstalling thor 0.20.00m
32mInstalling rspec-support 3.1.20m
32mInstalling ruby-progressbar 1.9.00m
32mInstalling unicode-display_width 1.3.00m
Using bundler 1.11.2
32mInstalling i18n 0.9.50m
32mInstalling tzinfo 1.2.50m
Using nokogiri 1.8.2
32mInstalling rack-test 0.8.20m
32mInstalling parser 2.5.0.10m
32mInstalling rdoc 4.2.00m
32mInstalling simplecov 0.15.10m
32mInstalling cucumber-core 3.1.00m
32mInstalling rspec-core 3.1.70m
32mInstalling rspec-expectations 3.1.20m
32mInstalling rspec-mocks 3.1.30m
32mInstalling activesupport 5.1.50m
32mInstalling loofah 2.2.00m
Using pdd 1.0.snapshot from source at `.`
Using xcop 0.5.8
32mInstalling rubocop 0.52.10m
32mInstalling codecov 0.1.100m
32mInstalling cucumber 3.1.00m
32mInstalling rails-dom-testing 2.0.30m
32mInstalling rails-html-sanitizer 1.0.30m
32mInstalling rubocop-rspec 1.15.10m
32mInstalling actionview 5.1.50m
32mInstalling actionpack 5.1.50m
32mInstalling railties 5.1.50m
32mInstalling rspec-rails 3.1.00m
32mBundle complete! 10 Gemfile dependencies, 58 gems now installed.0m
32mUse `bundle show [gemname]` to see where a bundled gem is installed.0m
32mPost-install message from rdoc:0m
Depending on your version of ruby, you may need to install ruby rdoc/ri data:

<= 1.8.6 : unsupported
 = 1.8.7 : gem install rdoc-data; rdoc-data --install
 = 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
+ LC_ALL=US-ASCII
+ rake
Run options: --seed 56864

# Running:

32m.0m32m.0m31mERROR0m: Puzzle a.txt:1-1 has an estimate of 0 minutes, which is lower than 30 minutes
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m33mS0m32m.0m32m.0m33mS0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m

Finished in 0.133536s, 187.2159 runs/s, 292.0568 assertions/s.

25 runs, 39 assertions, 0 failures, 0 errors, 2 skips

You have skipped tests. Run with --verbose for details.
Coverage report generated for Unit Tests to /home/r/repo/coverage. 237 / 242 LOC (97.93%) covered.
/usr/local/rvm/rubies/ruby-2.3.3/bin/ruby -S bundle exec cucumber features --format progress
Using the default profile...
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m31mERROR0m: there are 2 duplicate(s) of the same puzzle: Sample.java:3-3, Sample.java:4-4, while maximum 1 duplicate is allowed
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m36m-0m36m-0m36m-0m36m-0m36m-0m36m-0m36m-0m32m.0m32m.0m32m.0m32m.0m32m.0m/tmp/test20180221-11544-10wb1c3/pdd/lib/pdd/version.rb:26: warning: already initialized constant PDD::VERSION
/home/r/repo/lib/pdd/version.rb:26: warning: previous definition of VERSION was here
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m/tmp/test20180221-11544-1sb2epl/pdd/lib/pdd/version.rb:26: warning: already initialized constant PDD::VERSION
/home/r/repo/lib/pdd/version.rb:26: warning: previous definition of VERSION was here
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m

24 scenarios (36m1 skipped0m, 32m23 passed0m)
104 steps (36m7 skipped0m, 32m97 passed0m)
0m7.056s
Coverage report generated for Cucumber Features, Unit Tests to /home/r/repo/coverage. 239 / 242 LOC (98.76%) covered.
Running RuboCop...
Inspecting 22 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m

22 files inspected, 32mno offenses0m detected
Running xcop...
Inspecting 2 files...
32m.0m32m.0m
2 files checked, everything looks 32mpretty0m
grep -q -r '2014-2018'     --include '*.rb'     --include '*.txt'     --include 'Rakefile'     .
+ rm -rf '*.gem'
+ sed -i 's/1\.0\.snapshot/0.20.2/g' lib/pdd/version.rb
+ git add lib/pdd/version.rb
+ git commit -m 'version set to 0.20.2'
[__rultor 3162839] version set to 0.20.2
 1 file changed, 1 insertion(+), 1 deletion(-)
+ gem build pdd.gemspec
  Successfully built RubyGem
  Name: pdd
  Version: 0.20.2
  File: pdd-0.20.2.gem
+ chmod 0600 ../rubygems.yml
+ gem push pdd-0.20.2.gem --config-file ../rubygems.yml
Pushing gem to https://rubygems.org...
Successfully registered gem: pdd (0.20.2)
+ sudo -i gem install pdd
Fetching: pdd-0.20.2.gem (100%)
Successfully installed pdd-0.20.2
Parsing documentation for pdd-0.20.2
Installing ri documentation for pdd-0.20.2
Done installing documentation for pdd after 0 seconds
1 gem installed
++ pwd
+ pdd --source=/home/r/repo --verbose --file=pdd.xml '-e=test/**' '-e=features/**' '-e=coverage/**/*' -e=README.md
Found 13 lines in /home/r/repo/.pdd
My version is 0.20.2
Ruby version is 2.3.3 at x86_64-linux
Reading /home/r/repo
Excluding target/**/*
Excluding coverage/**/*
Excluding features/**/*
Excluding README.md
Excluding lib/pdd/source.rb
Excluding test/test_source.rb
Excluding test/test_pdd.rb
Excluding src/main/resources/images/**/*
Excluding test/**
Excluding features/**
Excluding coverage/**/*
Excluding README.md
35 file(s) found, 1071 excluded
/home/r/repo/pdd.xml is a binary file (0 bytes)
/home/r/repo/pdd-0.20.2.gem is a binary file (331776 bytes)
/home/r/repo/test_assets/cambria.woff is a binary file (87722 bytes)
/home/r/repo/test_assets/aladdin.jpg is a binary file (115758 bytes)
/home/r/repo/test_assets/elegant-objects.png is a binary file (30969 bytes)
/home/r/repo/test_assets/favicon.ico is a binary file (3038 bytes)
/home/r/repo/test_assets/article.pdf is a binary file (84533 bytes)
Reading .simplecov...
Reading Rakefile...
Reading Gemfile...
Reading .0pdd.yml...
Reading .github/ISSUE_TEMPLATE.md...
Reading .github/PULL_REQUEST_TEMPLATE.md...
Reading cucumber.yml...
Reading .travis.yml...
Reading LICENSE.txt...
Reading .pdd...
Reading .rultor.yml...
Reading lib/pdd/sources.rb...
Reading lib/pdd/rule/duplicates.rb...
Reading lib/pdd/rule/text.rb...
Reading lib/pdd/rule/roles.rb...
Reading lib/pdd/rule/estimates.rb...
Reading lib/pdd/puzzle.rb...
Reading lib/pdd/version.rb...
Reading lib/pdd.rb...
Reading appveyor.yml...
Reading assets/puzzles.xsd...
Reading assets/puzzles.xsl...
Reading .rubocop.yml...
Reading .gitignore...
Reading pdd.gemspec...
Reading Gemfile.lock...
Reading bin/pdd...
Reading .gitattributes...
+ s3cmd --no-progress put pdd.xml --config=../s3cfg s3://pdd.teamed.io/pdd.xml
WARNING: Module python-magic is not available. Guessing MIME types based on file extensions.
File 'pdd.xml' stored as 's3://pdd.teamed.io/pdd.xml' (278 bytes in 0.6 seconds, 431.22 B/s) [1 of 1]
+ s3cmd --no-progress put assets/puzzles.xsd --acl-public --config=../s3cfg s3://pdd-xsd.teamed.io/0.20.2.xsd
WARNING: Module python-magic is not available. Guessing MIME types based on file extensions.
File 'assets/puzzles.xsd' stored as 's3://pdd-xsd.teamed.io/0.20.2.xsd' (3781 bytes in 0.5 seconds, 7.62 kB/s) [1 of 1]
Public URL of the object is: http://pdd-xsd.teamed.io.s3.amazonaws.com/0.20.2.xsd
+ s3cmd --no-progress put assets/puzzles.xsl --acl-public --config=../s3cfg s3://pdd-xsl.teamed.io/0.20.2.xsl
WARNING: Module python-magic is not available. Guessing MIME types based on file extensions.
File 'assets/puzzles.xsl' stored as 's3://pdd-xsl.teamed.io/0.20.2.xsl' (3696 bytes in 0.4 seconds, 9.69 kB/s) [1 of 1]
Public URL of the object is: http://pdd-xsl.teamed.io.s3.amazonaws.com/0.20.2.xsl
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.20.2 -m '0.20.2: tagged by rultor.com'
+ git reset --hard
HEAD is now at 3162839 version set to 0.20.2
+ git clean -fd
Removing pdd.xml
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 3162839).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:yegor256/pdd.git
 * [new tag]         0.20.2 -> 0.20.2
container 18a6bb53ca1525681d91fd36edf0a3f0c8fdd1fc15ef9c3cb79835fcab93b554 is dead
Wed Feb 21 23:09:48 CET 2018