rultor.com logo This build log was produced by rultor.com for yegor256/pdd#61
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 26358
+ echo '1.62.3 ef166fc7f'
1.62.3 ef166fc7f
+ date
Thu Apr  6 13:21:50 UTC 2017
+ uptime
 13:21:50 up 138 days, 19:36,  0 users,  load average: 12.75, 12.24, 9.15
+ head=git@github.com:yegor256/pdd.git
+ head_branch=master
+ tag=0.17.2
+ vars=('--env=head=git@github.com:yegor256/pdd.git' '--env=head_branch=master' '--env=tag=0.17.2')
+ image=yegor256/rultor
+ directory=
+ scripts=('sudo apt-get update' ';' 'sudo apt-get install -y --fix-missing libmagic1 libmagic-dev' ';' 'sudo gem install pdd' ';' 'sudo bundle install' ';' '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' ';')
+ squash=false
+ ff=default
+ rebase=false
+ container=yegor256_pdd_61
+ 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 'sudo apt-get update' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'sudo apt-get update' ';' 'sudo apt-get install -y --fix-missing libmagic1 libmagic-dev' ';' 'sudo gem install pdd' ';' 'sudo bundle install' ';' 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.17.2 ']'
+ [[ 0.17.2 =~ ^[a-zA-Z0-9\\.\\-]+$ ]]
+ echo 'tag name is valid: "0.17.2"'
tag name is valid: "0.17.2"
+ cd repo
++ git tag -l 0.17.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=9.15
++ echo 9.15 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 9.15, low enough to run a new Docker container'
load average is 9.15, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Using default tag: latest
Trying to pull repository docker.io/yegor256/rultor ... latest: Pulling from yegor256/rultor
Digest: sha256:881f853dd276fb116ee98190d9fe720126b1cd6c2a700c88975a72d826ba3ce3
Status: Image is up to date for docker.io/yegor256/rultor:latest

+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_pdd_61\s*$'
+ ls -al .
total 40
drwx------   3 rultor rultor  115 Apr  6 13:21 .
drwxrwxrwt. 10 root   root   4096 Apr  6 13:21 ..
-rwxrwxr-x   1 rultor rultor  326 Apr  6 13:21 entry.sh
-rw-rw-r--   1 rultor rultor    6 Apr  6 13:21 pid
drwxrwxr-x   8 rultor rultor 4096 Apr  6 13:21 repo
-rw-rw-r--   1 rultor rultor   56 Apr  6 13:21 rubygems.yml
-rwxrwxr-x   1 rultor rultor 4896 Apr  6 13:21 run.sh
-rw-rw-r--   1 rultor rultor   98 Apr  6 13:21 s3cfg
-rw-rw-r--   1 rultor rultor  880 Apr  6 13:21 script.sh
-rw-rw-r--   1 rultor rultor 3714 Apr  6 13:21 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-9XSU:/main --env=head=git@github.com:yegor256/pdd.git --env=head_branch=master --env=tag=0.17.2 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-9XSU/cid -w=/main --name=yegor256_pdd_61 yegor256/rultor /main/entry.sh
Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning.
+ 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/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]
Hit http://ppa.launchpad.net trusty InRelease
Hit%http://archive.ubuntu.com trustynRelease.gpgrs]
Hit%http://archive.ubuntu.com trusty Release
Hit%http://ppa.launchpad.netktrusty/main amd64ePackages
Get:3[http://archive.ubuntu.cometrusty-updates/maintSources [489ekB]
Get:4[http://archive.ubuntu.comatrusty-updates/restricted]Sourcesd[6,4673B]
Get:5[http://archive.ubuntu.comWtrusty-updates/universenSourcese[222skB]
Get:6[http://archive.ubuntu.comWtrusty-updates/mainaamd64]Packagese[1,219BkB]%]
Get:7[http://archive.ubuntu.comttrusty-updates/restrictedgamd64ePackages[[21.2nkB]
Hit%http://ppa.launchpad.netWtrusty/mainhamd64sPackagesng for headers]
Get:8[http://archive.ubuntu.comttrusty-updates/universe amd64 Packages [520 kB]
Get:9[http://archive.ubuntu.comttrusty-security/main5Sources [164 kB]
Get:108http://archive.ubuntu.comgtrusty-security/restricted Sources [5,066 B]
Get:11Whttp://archive.ubuntu.comgtrusty-security/universe Sources [60.2 kB]
Get:12Whttp://archive.ubuntu.comntrusty-security/main amd64 Packages [753 kB]
Get:131http://archive.ubuntu.comntrusty-security/restricted amd64 Packages [17.8 kB]
Get:14Whttp://archive.ubuntu.comitrusty-security/universe amd64 Packages [200 kB]
Hit%http://archive.ubuntu.comitrusty/mainaSources
Hit%http://archive.ubuntu.comotrusty/restricted Sources
Hit%http://archive.ubuntu.comotrusty/universe Sources
Hit%http://archive.ubuntu.comotrusty/main amd64 Packages
Hit%http://archive.ubuntu.comitrusty/restricted amd64 Packages
Hit%http://archive.ubuntu.comitrusty/universe amd64 Packages
Fetchedo3,810]kB,in96sB(583 kB/s)                                 2,302 kB/s 0s
Reading package lists... Done
+ sudo apt-get install -y --fix-missing libmagic1 libmagic-dev
Reading package lists... Done
Building dependency tree... 89%
Reading state information... Done
libmagic-dev is already the newest version.
libmagic1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
+ sudo gem install pdd
Fetching: slop-3.6.0.gem (100%)
Successfully installed slop-3.6.0
Fetching: ptools-1.3.3.gem (100%)
Successfully installed ptools-1.3.3
Fetching: pdd-0.17.1.gem (100%)
Successfully installed pdd-0.17.1
Parsing documentation for slop-3.6.0
Installing ri documentation for slop-3.6.0
Parsing documentation for ptools-1.3.3
Installing ri documentation for ptools-1.3.3
Parsing documentation for pdd-0.17.1
Installing ri documentation for pdd-0.17.1
Done installing documentation for slop, ptools, pdd after 1 seconds
3 gems installed
+ sudo bundle install
33mDon't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.0m
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 10.5.00m
32mInstalling concurrent-ruby 1.0.50m
32mInstalling i18n 0.8.10m
32mInstalling minitest 5.5.00m
32mInstalling thread_safe 0.3.60m
32mInstalling builder 3.2.30m
32mInstalling erubis 2.7.00m
32mInstalling mini_portile2 2.1.00m
32mInstalling rack 2.0.10m
32mInstalling ast 2.3.00m
32mInstalling multi_json 1.12.10m
32mInstalling mime-types-data 3.2016.05210m
32mInstalling docile 1.1.50m
Using json 2.0.3
32mInstalling simplecov-html 0.10.00m
32mInstalling tins 0.13.20m
32mInstalling thor 0.18.10m
32mInstalling diff-lcs 1.30m
32mInstalling multi_test 0.1.20m
32mInstalling method_source 0.8.20m
Using ptools 1.3.3
Using slop 3.6.0
32mInstalling powerpack 0.1.10m
32mInstalling rainbow 2.2.1 with native extensions0m
Using rdoc 4.2.0
32mInstalling rspec-support 3.1.20m
32mInstalling ruby-progressbar 1.8.10m
32mInstalling unicode-display_width 1.1.30m
Using bundler 1.11.2
32mInstalling tzinfo 1.2.30m
32mInstalling nokogiri 1.7.1 with native extensions0m
32mInstalling rack-test 0.6.30m
32mInstalling parser 2.4.0.00m
32mInstalling gherkin 2.12.2 with native extensions0m
32mInstalling mime-types 3.10m
32mInstalling simplecov 0.14.10m
32mInstalling term-ansicolor 1.2.20m
32mInstalling rspec-core 3.1.70m
32mInstalling rspec-expectations 3.1.20m
32mInstalling rspec-mocks 3.1.30m
32mInstalling activesupport 5.0.20m
32mInstalling loofah 2.0.30m
Using pdd 1.0.snapshot from source at `.`
32mInstalling rubocop 0.41.20m
32mInstalling cucumber 1.3.170m
32mInstalling rest-client 1.6.70m
32mInstalling rails-dom-testing 2.0.20m
32mInstalling rails-html-sanitizer 1.0.30m
32mInstalling rubocop-rspec 1.5.10m
32mInstalling coveralls 0.7.20m
32mInstalling actionview 5.0.20m
32mInstalling actionpack 5.0.20m
32mInstalling railties 5.0.20m
32mInstalling rspec-rails 3.1.00m
32mBundle complete! 9 Gemfile dependencies, 54 gems now installed.0m
32mUse `bundle show [gemname]` to see where a bundled gem is installed.0m
+ rake
/var/lib/gems/2.2.0/gems/rest-client-1.6.7/lib/restclient/exceptions.rb:157: warning: assigned but unused variable - message
/var/lib/gems/2.2.0/gems/rest-client-1.6.7/lib/restclient/exceptions.rb:167: warning: assigned but unused variable - message
/var/lib/gems/2.2.0/gems/rest-client-1.6.7/lib/restclient/response.rb:11: warning: method redefined; discarding old body
/var/lib/gems/2.2.0/gems/rest-client-1.6.7/lib/restclient/payload.rb:47: warning: mismatched indentations at 'end' with 'case' at 40
/home/r/repo/.simplecov:34:in `<top (required)>': [DEPRECATION] ::[] is deprecated. Use ::new instead.
/home/r/repo/lib/pdd/source.rb:78: warning: character class has duplicated range
Run options: --seed 15386

# Running:

../home/r/repo/lib/pdd.rb:56: warning: instance variable @logger not initialized
....S.S.fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
.Initialized empty Git repository in /tmp/test20170406-14236-62sphg/.git/
[master (root-commit) f7ad9d9] first version
 1 file changed, 1 insertion(+)
 create mode 100644 a.txt
^f7ad9d9 (test 2017-04-06 13:25:53 +0000 1) @todo #1 this is the puzzlem
K?1l.......Initialized empty Git repository in /tmp/test20170406-14236-378b7k/.git/
[master (root-commit) baf3b1e] first version
 1 file changed, 1 insertion(+)
 create mode 100644 .x.txt
INFO: "my version is 1.0.snapshot"
INFO: "Ruby version is 2.2.6 at x86_64-linux-gnu"
INFO: "reading /tmp/test20170406-14236-378b7k"
INFO: "3 file(s) found"
INFO: "reading .x.txt..."
INFO: "puzzle 1-de87adc8 0/IMP at .x.txt"
.INFO: "my version is 1.0.snapshot"
INFO: "Ruby version is 2.2.6 at x86_64-linux-gnu"
INFO: "reading /tmp/test20170406-14236-1bb3csm"
INFO: "excluding **/*.png"
INFO: "2 file(s) found"
INFO: "reading a.txt..."
fatal: Not a git repository (or any of the parent directories): .git
INFO: "puzzle 55-5a8dd3ad 0/IMP at a.txt"
.INFO: "my version is 1.0.snapshot"
INFO: "Ruby version is 2.2.6 at x86_64-linux-gnu"
INFO: "reading /tmp/test20170406-14236-va2xn3"
INFO: "excluding **/*.png"
INFO: "2 file(s) found"
INFO: "reading a.txt..."
fatal: Not a git repository (or any of the parent directories): .git
INFO: "puzzle 90-5a8dd3ad 0/IMP at a.txt"
ERROR: "puzzle a.txt:1-1 has an estimate of 0 minutes, which is lower than 30 minutes"
..

Finished in 0.296562s, 74.1834 runs/s, 101.1592 assertions/s.

22 runs, 30 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. 211 / 211 LOC (100.0%) covered.
33m[Coveralls] Outside the Travis environment, not sending data.0m
/usr/bin/ruby2.2 -S bundle exec cucumber  --profile travis
/var/lib/gems/2.2.0/gems/cucumber-1.3.17/lib/cucumber/ast/step.rb:80: warning: circular argument reference - name
/home/r/repo/.simplecov:34:in `<top (required)>': [DEPRECATION] ::[] is deprecated. Use ::new instead.
Using the travis profile...
32m.0mfatal: Not a git repository (or any of the parent directories): .git
/home/r/repo/lib/pdd.rb:150:in `rules': 1 errors, see log above (PDD::Error)
        from /home/r/repo/lib/pdd.rb:92:in `xml'
        from /home/r/repo/features/step_definitions/../../bin/pdd:90:in `<main>'
32m.0m32m.0m32m.0m32m.0mfatal: Not a git repository (or any of the parent directories): .git
/home/r/repo/lib/pdd.rb:150:in `rules': 1 errors, see log above (PDD::Error)
        from /home/r/repo/lib/pdd.rb:92:in `xml'
        from /home/r/repo/features/step_definitions/../../bin/pdd:90:in `<main>'
32m.0m32m.0m32m.0m32m.0mfatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
/home/r/repo/lib/pdd.rb:150:in `rules': 1 errors, see log above (PDD::Error)
        from /home/r/repo/lib/pdd.rb:92:in `xml'
        from /home/r/repo/features/step_definitions/../../bin/pdd:90:in `<main>'
32m.0m32m.0m32m.0m32m.0mfatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
/home/r/repo/lib/pdd.rb:150:in `rules': 1 errors, see log above (PDD::Error)
        from /home/r/repo/lib/pdd.rb:92:in `xml'
        from /home/r/repo/features/step_definitions/../../bin/pdd:90:in `<main>'
32m.0m32m.0m32m.0m32m.0mINFO: "my version is 1.0.snapshot"
INFO: "Ruby version is 2.2.6 at x86_64-linux-gnu"
INFO: "reading /tmp/test20170406-14266-s7s44j"
INFO: "2 file(s) found"
INFO: "reading Sample.java..."
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
INFO: "puzzle 13-1d989f5f 0/IMP at Sample.java"
INFO: "puzzle 15-1d989f5f 0/IMP at Sample.java"
ERROR: "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.0mINFO: "my version is 1.0.snapshot"
INFO: "Ruby version is 2.2.6 at x86_64-linux-gnu"
INFO: "reading /tmp/test20170406-14266-1dhria5"
INFO: "2 file(s) found"
INFO: "reading Sample.java..."
32m.0m32m.0mINFO: "my version is 1.0.snapshot"
INFO: "Ruby version is 2.2.6 at x86_64-linux-gnu"
INFO: "reading /tmp/test20170406-14266-ozdzjz"
INFO: "2 file(s) found"
INFO: "reading Sample.java..."
32m.0m32m.0mINFO: "my version is 1.0.snapshot"
INFO: "Ruby version is 2.2.6 at x86_64-linux-gnu"
INFO: "reading /tmp/test20170406-14266-q7xt83"
INFO: "2 file(s) found&quot;
INFO: &quot;reading Sample.java...&quot;
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0mfatal: Not a git repository (or any of the parent directories): .git
32m.0m32m.0m32m.0m32m.0m32m.0mfatal: Not a git repository (or any of the parent directories): .git
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m/var/lib/gems/2.2.0/gems/slop-3.6.0/lib/slop.rb:252:in `parse!': Unknown options --some-unknown-option (Slop::InvalidOptionError)
        from /var/lib/gems/2.2.0/gems/slop-3.6.0/lib/slop.rb:65:in `parse!'
        from /var/lib/gems/2.2.0/gems/slop-3.6.0/lib/slop.rb:54:in `parse'
        from /home/r/repo/features/step_definitions/../../bin/pdd:35:in `<main>'
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0mfatal: Not a git repository (or any of the parent directories): .git
32m.0m32m.0m32m.0m32m.0m32m.0mINFO: "my version is 1.0.snapshot"
INFO: "Ruby version is 2.2.6 at x86_64-linux-gnu"
INFO: "reading /tmp/test20170406-14266-on8r81"
INFO: "2 file(s) found"
INFO: "reading Sample.java..."
fatal: Not a git repository (or any of the parent directories): .git
INFO: "puzzle 13-1f0ed524 0/IMP at Sample.java"
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0mINFO: "my version is 1.0.snapshot"
INFO: "Ruby version is 2.2.6 at x86_64-linux-gnu"
INFO: "reading /tmp/test20170406-14266-1dmfj7o"
INFO: "10 file(s) found"
INFO: "reading test/a/b/c/Sample.java..."
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
INFO: "puzzle 13-5e84251e 0/IMP at test/a/b/c/Sample.java"
INFO: "puzzle ABC-67-2904d210 15/IMP at test/a/b/c/Sample.java"
INFO: "puzzle F-78-3-c156b672 120/DEV at test/a/b/c/Sample.java"
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0mfatal: Not a git repository (or any of the parent directories): .git
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0mfatal: Not a git repository (or any of the parent directories): .git
32m.0m32m.0m32m.0m32m.0m

21 scenarios (32m21 passed0m)
89 steps (32m89 passed0m)
0m12.874s
Coverage report generated for Cucumber Features, Unit Tests to /home/r/repo/coverage. 211 / 211 LOC (100.0%) covered.
33m[Coveralls] Outside the Travis environment, not sending data.0m
Running RuboCop...
/home/r/repo/.rubocop.yml: Style/ClassLength has the wrong namespace - should be Metrics
Inspecting 23 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m

23 files inspected, 32mno offenses0m detected
grep -q -r '2014-2017'     --include '*.rb'     --include '*.txt'     --include 'Rakefile'     .
+ rm -rf '*.gem'
+ sed -i 's/1\.0\.snapshot/0.17.2/g' lib/pdd/version.rb
+ git add lib/pdd/version.rb
+ git commit -m 'version set to 0.17.2'
[__rultor eba3df0] version set to 0.17.2
 1 file changed, 1 insertion(+), 1 deletion(-)
+ gem build pdd.gemspec
  Successfully built RubyGem
  Name: pdd
  Version: 0.17.2
  File: pdd-0.17.2.gem
+ chmod 0600 ../rubygems.yml
+ gem push pdd-0.17.2.gem --config-file ../rubygems.yml
Pushing gem to https://rubygems.org...
Successfully registered gem: pdd (0.17.2)
+ sudo gem install pdd
Successfully installed pdd-0.17.2
Parsing documentation for pdd-0.17.2
Installing ri documentation for pdd-0.17.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
INFO: "my version is 0.17.2"
INFO: "Ruby version is 2.2.6 at x86_64-linux-gnu"
INFO: "reading /home/r/repo"
INFO: "excluding target/**/*"
INFO: "excluding coverage/**/*"
INFO: "excluding features/**/*"
INFO: "excluding README.md"
INFO: "excluding test/test_source.rb"
INFO: "excluding src/main/resources/images/**/*"
INFO: "excluding test/**"
INFO: "excluding features/**"
INFO: "excluding coverage/**/*"
INFO: "excluding README.md"
INFO: "46 file(s) found"
INFO: "reading .0pdd.yml..."
INFO: "reading .coveralls.yml..."
INFO: "reading .gitattributes..."
INFO: "reading .gitignore..."
INFO: "reading .pdd..."
INFO: "reading .rubocop.yml..."
INFO: "reading .rultor.yml..."
INFO: "reading .simplecov..."
INFO: "reading .travis.yml..."
INFO: "reading Gemfile..."
INFO: "reading LICENSE.txt..."
INFO: "reading Rakefile..."
INFO: "reading TEAM.md..."
INFO: "reading appveyor.yml..."
INFO: "reading assets/puzzles.xsd..."
INFO: "reading assets/puzzles.xsl..."
INFO: "reading bin/pdd..."
INFO: "reading cucumber.yml..."
INFO: "reading lib/pdd.rb..."
INFO: "reading lib/pdd/puzzle.rb..."
INFO: "reading lib/pdd/rule/duplicates.rb..."
INFO: "reading lib/pdd/rule/estimates.rb..."
INFO: "reading lib/pdd/rule/roles.rb..."
INFO: "reading lib/pdd/rule/text.rb..."
INFO: "reading lib/pdd/source.rb..."
INFO: "reading lib/pdd/sources.rb..."
INFO: "reading lib/pdd/version.rb..."
INFO: "reading pdd.gemspec..."
INFO: "reading Gemfile.lock..."
INFO: "reading pdd.xml..."
+ 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.1 seconds, 2.05 kB/s) [1 of 1]
+ s3cmd --no-progress put assets/puzzles.xsd --acl-public --config=../s3cfg s3://pdd-xsd.teamed.io/0.17.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.17.2.xsd' (3805 bytes in 0.1 seconds, 53.01 kB/s) [1 of 1]
Public URL of the object is: http://pdd-xsd.teamed.io.s3.amazonaws.com/0.17.2.xsd
+ s3cmd --no-progress put assets/puzzles.xsl --acl-public --config=../s3cfg s3://pdd-xsl.teamed.io/0.17.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.17.2.xsl' (3469 bytes in 0.1 seconds, 54.87 kB/s) [1 of 1]
Public URL of the object is: http://pdd-xsl.teamed.io.s3.amazonaws.com/0.17.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.17.2 -m '0.17.2: tagged by rultor.com'
+ git reset --hard
HEAD is now at eba3df0 version set to 0.17.2
+ git clean -fd
Removing pdd.xml
+ git checkout master
Switched to branch 'master'
+ git branch -D __rultor
Deleted branch __rultor (was eba3df0).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:yegor256/pdd.git
 * [new tag]         0.17.2 -> 0.17.2
container 48983e0174888f0bba2c32d53e9cc745010f6286e9e0f97bea13b8f076801e62 is dead
Thu Apr  6 13:26:50 UTC 2017