rultor.com logo This build log was produced by rultor.com for yegor256/pdd#85
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1718
+ echo '1.67 34c399f8f'
1.67 34c399f8f
+ date
Wed Feb 21 20:08:14 CET 2018
+ uptime
 20:08:14 up 238 days, 22:08,  0 users,  load average: 0.00, 0.00, 0.00
+ head=git@github.com:yegor256/pdd.git
+ head_branch=master
+ tag=0.20.1
+ author=yegor256
+ scripts=('export '\''head=git@github.com:yegor256/pdd.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''tag=0.20.1'\''' ';' '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.1' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pdd.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.20.1'\''\'\'''\'''\'' '\'';'\'' '\''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_85
+ 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.1'\''' ';' '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.1 ']'
+ [[ 0.20.1 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.20.1"'
tag name is valid: "0.20.1"
+ cd repo
++ git tag -l 0.20.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
++ 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
71aca87cc790: Pulling fs layer
e7652c83d04b: Pulling fs layer
e781938a946d: Pulling fs layer
885b47c4ea6b: Pulling fs layer
356414bcdab8: Pulling fs layer
7f9cff353f96: Pulling fs layer
888a23ae19c4: Pulling fs layer
5f06cbe75fd3: Pulling fs layer
c7cfdc3e6fb6: Pulling fs layer
fae338f6f5d0: Pulling fs layer
490fa544fa65: Pulling fs layer
6b6eb39dd0f2: Pulling fs layer
7a892e9fd036: Pulling fs layer
be93d62d4055: Pulling fs layer
8d1e8ed71000: Pulling fs layer
fc1c33807c7c: Pulling fs layer
d0c718a7c64f: Pulling fs layer
b55c61080b54: Pulling fs layer
dfed3073e5b9: Pulling fs layer
fb653a3a8172: Pulling fs layer
8e3ab62a8920: Pulling fs layer
78cedc1a8b92: Pulling fs layer
e9d1d987aebd: Pulling fs layer
aaae3357de85: Pulling fs layer
9146281e029e: Pulling fs layer
480fb6110100: Pulling fs layer
6ceae7a3adb7: Pulling fs layer
7f9cff353f96: Waiting
9a51be0387da: Pulling fs layer
4569434271fc: Pulling fs layer
4279d8e09f62: Pulling fs layer
125014965a6b: Pulling fs layer
fc1c33807c7c: Waiting
a140aadca0c8: Pulling fs layer
d0a83dad8617: Pulling fs layer
490fa544fa65: Waiting
be93d62d4055: Waiting
aa489ee76bc1: Pulling fs layer
3290b9996fb0: Pulling fs layer
c7cfdc3e6fb6: Waiting
11faeb6b18c2: Pulling fs layer
8d1e8ed71000: Waiting
6b6eb39dd0f2: Waiting
d0c718a7c64f: Waiting
fae338f6f5d0: Waiting
9146f4af50df: Pulling fs layer
2eba164f7d06: Pulling fs layer
7a892e9fd036: Waiting
6f8f3ca121c9: Pulling fs layer
b55c61080b54: Waiting
21a7770d58f6: Pulling fs layer
d0a83dad8617: Waiting
e4be21778f25: Pulling fs layer
dfed3073e5b9: Waiting
aaae3357de85: Waiting
9146281e029e: Waiting
aa489ee76bc1: Waiting
480fb6110100: Waiting
8e2b0ca0f86b: Pulling fs layer
888a23ae19c4: Waiting
6ceae7a3adb7: Waiting
63f260da1ae5: Pulling fs layer
9a51be0387da: Waiting
fb653a3a8172: Waiting
2eba164f7d06: Waiting
9146f4af50df: Waiting
4569434271fc: Waiting
125014965a6b: Waiting
4279d8e09f62: Waiting
a140aadca0c8: Waiting
6f8f3ca121c9: Waiting
8e3ab62a8920: Waiting
5f06cbe75fd3: Waiting
78cedc1a8b92: Waiting
21a7770d58f6: Waiting
8e2b0ca0f86b: Waiting
e4be21778f25: Waiting
5aa622f1204c: Pulling fs layer
3290b9996fb0: Waiting
08af84fbff10: Pulling fs layer
63f260da1ae5: Waiting
500f909a657c: Pulling fs layer
5aa622f1204c: Waiting
a989cf84e936: Pulling fs layer
19c2bf49cbab: Pulling fs layer
99e6781a1fee: Pulling fs layer
0ba8b2fc5acc: Pulling fs layer
08af84fbff10: Waiting
10a94f77ccd4: Pulling fs layer
a28e1dfc264c: Pulling fs layer
a28e1dfc264c: Waiting
885b47c4ea6b: Waiting
e7652c83d04b: Verifying Checksum
e7652c83d04b: Download complete
71aca87cc790: Download complete
71aca87cc790: Pull complete
e7652c83d04b: Pull complete
356414bcdab8: Verifying Checksum
356414bcdab8: Download complete
885b47c4ea6b: Verifying Checksum
885b47c4ea6b: Download complete
e781938a946d: Download complete
888a23ae19c4: Verifying Checksum
888a23ae19c4: Download complete
e781938a946d: Pull complete
885b47c4ea6b: Pull complete
356414bcdab8: Pull complete
5f06cbe75fd3: Verifying Checksum
5f06cbe75fd3: Download complete
7f9cff353f96: Verifying Checksum
7f9cff353f96: Download complete
c7cfdc3e6fb6: Verifying Checksum
c7cfdc3e6fb6: Download complete
7f9cff353f96: Pull complete
888a23ae19c4: Pull complete
5f06cbe75fd3: Pull complete
c7cfdc3e6fb6: Pull complete
490fa544fa65: Verifying Checksum
490fa544fa65: Download complete
7a892e9fd036: Verifying Checksum
7a892e9fd036: Download complete
6b6eb39dd0f2: Verifying Checksum
6b6eb39dd0f2: Download complete
fae338f6f5d0: Download complete
8d1e8ed71000: Verifying Checksum
8d1e8ed71000: Download complete
be93d62d4055: Verifying Checksum
be93d62d4055: Download complete
fae338f6f5d0: Pull complete
fc1c33807c7c: Verifying Checksum
fc1c33807c7c: Download complete
b55c61080b54: Download complete
490fa544fa65: Pull complete
6b6eb39dd0f2: Pull complete
7a892e9fd036: Pull complete
be93d62d4055: Pull complete
dfed3073e5b9: Verifying Checksum
dfed3073e5b9: Download complete
8d1e8ed71000: Pull complete
fc1c33807c7c: Pull complete
d0c718a7c64f: Download complete
d0c718a7c64f: Pull complete
b55c61080b54: Pull complete
fb653a3a8172: Verifying Checksum
fb653a3a8172: Download complete
dfed3073e5b9: Pull complete
fb653a3a8172: Pull complete
78cedc1a8b92: Verifying Checksum
78cedc1a8b92: Download complete
8e3ab62a8920: Download complete
aaae3357de85: Verifying Checksum
aaae3357de85: Download complete
e9d1d987aebd: Verifying Checksum
e9d1d987aebd: Download complete
9146281e029e: Verifying Checksum
9146281e029e: Download complete
6ceae7a3adb7: Verifying Checksum
6ceae7a3adb7: Download complete
9a51be0387da: Verifying Checksum
9a51be0387da: Download complete
8e3ab62a8920: Pull complete
4569434271fc: Download complete
4279d8e09f62: Download complete
480fb6110100: Verifying Checksum
480fb6110100: Download complete
78cedc1a8b92: Pull complete
a140aadca0c8: Verifying Checksum
a140aadca0c8: Download complete
e9d1d987aebd: Pull complete
aaae3357de85: Pull complete
9146281e029e: Pull complete
480fb6110100: Pull complete
6ceae7a3adb7: Pull complete
9a51be0387da: Pull complete
4569434271fc: Pull complete
4279d8e09f62: Pull complete
125014965a6b: Download complete
125014965a6b: Pull complete
a140aadca0c8: Pull complete
3290b9996fb0: Verifying Checksum
3290b9996fb0: Download complete
aa489ee76bc1: Verifying Checksum
aa489ee76bc1: Download complete
9146f4af50df: Verifying Checksum
9146f4af50df: Download complete
2eba164f7d06: Verifying Checksum
2eba164f7d06: Download complete
6f8f3ca121c9: Verifying Checksum
6f8f3ca121c9: Download complete
21a7770d58f6: Verifying Checksum
21a7770d58f6: Download complete
e4be21778f25: Verifying Checksum
e4be21778f25: Download complete
8e2b0ca0f86b: Verifying Checksum
8e2b0ca0f86b: Download complete
63f260da1ae5: Verifying Checksum
63f260da1ae5: Download complete
5aa622f1204c: Verifying Checksum
5aa622f1204c: Download complete
08af84fbff10: Verifying Checksum
08af84fbff10: Download complete
500f909a657c: Verifying Checksum
500f909a657c: Download complete
a989cf84e936: Verifying Checksum
a989cf84e936: Download complete
d0a83dad8617: Verifying Checksum
d0a83dad8617: Download complete
99e6781a1fee: Download complete
19c2bf49cbab: Verifying Checksum
19c2bf49cbab: Download complete
0ba8b2fc5acc: Verifying Checksum
0ba8b2fc5acc: Download complete
a28e1dfc264c: Verifying Checksum
a28e1dfc264c: Download complete
d0a83dad8617: Pull complete
aa489ee76bc1: Pull complete
3290b9996fb0: Pull complete
10a94f77ccd4: Verifying Checksum
10a94f77ccd4: Download complete
11faeb6b18c2: Verifying Checksum
11faeb6b18c2: Download complete
11faeb6b18c2: Pull complete
9146f4af50df: Pull complete
2eba164f7d06: Pull complete
6f8f3ca121c9: Pull complete
21a7770d58f6: Pull complete
e4be21778f25: Pull complete
8e2b0ca0f86b: Pull complete
63f260da1ae5: Pull complete
5aa622f1204c: Pull complete
08af84fbff10: Pull complete
500f909a657c: Pull complete
a989cf84e936: Pull complete
19c2bf49cbab: Pull complete
99e6781a1fee: Pull complete
0ba8b2fc5acc: Pull complete
10a94f77ccd4: Pull complete
a28e1dfc264c: Pull complete
Digest: sha256:ba326f35493362771a8295170c5feededea9b226518b7913334b319dd9d34980
Status: Downloaded newer image for yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_pdd_85\s*$'
+ ls -al .
total 68
drwx--x--x   3 rultor rultor  4096 Feb 21 20:08 .
drwxrwxrwt 139 root   root   12288 Feb 21 20:09 ..
-rw-rw-r--   1 rultor rultor   444 Feb 21 20:10 end.sh
-rwxrwxr-x   1 rultor rultor   338 Feb 21 20:08 entry.sh
-rw-rw-r--   1 rultor rultor     5 Feb 21 20:08 pid
drwxrwxr-x  10 rultor rultor  4096 Feb 21 20:08 repo
-rw-rw-r--   1 rultor rultor    56 Feb 21 20:08 rubygems.yml
-rwxrwxr-x   1 rultor rultor  6452 Feb 21 20:08 run.sh
-rw-rw-r--   1 rultor rultor    98 Feb 21 20:08 s3cfg
-rw-rw-r--   1 rultor rultor  1006 Feb 21 20:08 script.sh
-rw-rw-r--   1 rultor rultor 12441 Feb 21 20:11 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-1uIO:/main --env=head=git@github.com:yegor256/pdd.git --env=head_branch=master --env=tag=0.20.1 --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pdd.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.20.1'\''\'\'''\'''\'' '\'';'\'' '\''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-1uIO/cid -w=/main --name=yegor256_pdd_85 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.1
+ tag=0.20.1
+ 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.gem (100%)
Successfully installed pdd-0.20
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
Installing ri documentation for pdd-0.20
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.1
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
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
Using rainbow 2.2.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 `.`
32mInstalling xcop 0.5.70m
32mInstalling rubocop 0.48.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, 57 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 61951

# Running:

32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m33mS0m32m.0m33mS0m32m.0m32m.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.0m

Finished in 0.130849s, 191.0599 runs/s, 298.0535 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-11546-jypc0r/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-11546-1ui4kau/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)
0m6.935s
Coverage report generated for Cucumber Features, Unit Tests to /home/r/repo/coverage. 239 / 242 LOC (98.76%) covered.
Running RuboCop...
/home/r/repo/.rubocop.yml: Style/MethodLength has the wrong namespace - should be Metrics
/home/r/repo/.rubocop.yml: Style/ClassLength has the wrong namespace - should be Metrics
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.1/g' lib/pdd/version.rb
+ git add lib/pdd/version.rb
+ git commit -m 'version set to 0.20.1'
[__rultor 1bee367] version set to 0.20.1
 1 file changed, 1 insertion(+), 1 deletion(-)
+ gem build pdd.gemspec
  Successfully built RubyGem
  Name: pdd
  Version: 0.20.1
  File: pdd-0.20.1.gem
+ chmod 0600 ../rubygems.yml
+ gem push pdd-0.20.1.gem --config-file ../rubygems.yml
Pushing gem to https://rubygems.org...
Successfully registered gem: pdd (0.20.1)
+ sudo -i gem install pdd
Fetching: pdd-0.20.1.gem (100%)
Successfully installed pdd-0.20.1
Parsing documentation for pdd-0.20.1
Installing ri documentation for pdd-0.20.1
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.1
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/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)
/home/r/repo/pdd-0.20.1.gem is a binary file (331776 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.4 seconds, 698.63 B/s) [1 of 1]
+ s3cmd --no-progress put assets/puzzles.xsd --acl-public --config=../s3cfg s3://pdd-xsd.teamed.io/0.20.1.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.1.xsd' (3781 bytes in 0.4 seconds, 9.68 kB/s) [1 of 1]
Public URL of the object is: http://pdd-xsd.teamed.io.s3.amazonaws.com/0.20.1.xsd
+ s3cmd --no-progress put assets/puzzles.xsl --acl-public --config=../s3cfg s3://pdd-xsl.teamed.io/0.20.1.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.1.xsl' (3696 bytes in 0.5 seconds, 6.66 kB/s) [1 of 1]
Public URL of the object is: http://pdd-xsl.teamed.io.s3.amazonaws.com/0.20.1.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.1 -m '0.20.1: tagged by rultor.com'
+ git reset --hard
HEAD is now at 1bee367 version set to 0.20.1
+ 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 1bee367).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:yegor256/pdd.git
 * [new tag]         0.20.1 -> 0.20.1
container 92c5407d23d06275276cb71e50671f472fbfd5d3f62a08037d025dc99f2e6a72 is dead
Wed Feb 21 20:14:52 CET 2018