rultor.com logo This build log was produced by rultor.com for yegor256/pdd#62
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 8600
+ echo '1.62.3 ef166fc7f'
1.62.3 ef166fc7f
+ date
Fri Apr  7 07:47:00 UTC 2017
+ uptime
 07:47:00 up 139 days, 14:01,  0 users,  load average: 8.27, 5.83, 4.15
+ head=git@github.com:yegor256/pdd.git
+ head_branch=master
+ tag=0.17.3
+ vars=('--env=head=git@github.com:yegor256/pdd.git' '--env=head_branch=master' '--env=tag=0.17.3')
+ 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_62
+ 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.3 ']'
+ [[ 0.17.3 =~ ^[a-zA-Z0-9\\.\\-]+$ ]]
+ echo 'tag name is valid: "0.17.3"'
tag name is valid: "0.17.3"
+ cd repo
++ git tag -l 0.17.3
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
M       test_assets/aladdin.jpg
M       test_assets/article.pdf
M       test_assets/cambria.woff
M       test_assets/elegant-objects.png
M       test_assets/favicon.ico
+ docker_when_possible
+ true
++ uptime
++ tail -n 1
++ sed 's/ /\n/g'
+ load=4.15
++ echo 4.15 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 4.15, low enough to run a new Docker container'
load average is 4.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_62\s*$'
+ ls -al .
total 40
drwx------  3 rultor rultor  115 Apr  7 07:47 .
drwxrwxrwt. 9 root   root   4096 Apr  7 07:47 ..
-rwxrwxr-x  1 rultor rultor  326 Apr  7 07:47 entry.sh
-rw-rw-r--  1 rultor rultor    5 Apr  7 07:47 pid
drwxrwxr-x  9 rultor rultor 4096 Apr  7 07:47 repo
-rw-rw-r--  1 rultor rultor   56 Apr  7 07:46 rubygems.yml
-rwxrwxr-x  1 rultor rultor 4896 Apr  7 07:46 run.sh
-rw-rw-r--  1 rultor rultor   98 Apr  7 07:46 s3cfg
-rw-rw-r--  1 rultor rultor  880 Apr  7 07:47 script.sh
-rw-rw-r--  1 rultor rultor 3850 Apr  7 07:47 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-wwP6:/main --env=head=git@github.com:yegor256/pdd.git --env=head_branch=master --env=tag=0.17.3 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-wwP6/cid -w=/main --name=yegor256_pdd_62 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
Hit[http://ppa.launchpad.net trusty InRelease
Ign[http://archive.ubuntu.comttrustyrInRelease
Get:1 http://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.com trusty-updates/mainsSources [489 kB]
Get:4[http://archive.ubuntu.comatrusty-updates/restrictednSourcesd[6,467 B]
Get:5[http://archive.ubuntu.comWtrusty-updates/universe Sources [222 kB]
Get:6[http://archive.ubuntu.comWtrusty-updates/mainaamd640Packagese[1,219 kB]
Get:7[http://archive.ubuntu.comttrusty-updates/restrictedgamd64ePackages][21.2 kB]
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/main Sources [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:141http://archive.ubuntu.comntrusty-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(574 kB/s)                                 2,456 kB/s 0s
Reading package lists... Done
+ sudo apt-get install -y --fix-missing libmagic1 libmagic-dev
Reading package lists... Done
Building dependency tree... 50%
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.2.gem (100%)
Successfully installed pdd-0.17.2
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.2
Installing ri documentation for pdd-0.17.2
Done installing documentation for slop, ptools, pdd after 2 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 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, 53 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.
/usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54: warning: loading in progress, circular require considered harmful - /home/r/repo/lib/pdd.rb
        from /var/lib/gems/2.2.0/gems/rake-12.0.0/lib/rake/rake_test_loader.rb:4:in  `<main>'
        from /var/lib/gems/2.2.0/gems/rake-12.0.0/lib/rake/rake_test_loader.rb:4:in  `select'
        from /var/lib/gems/2.2.0/gems/rake-12.0.0/lib/rake/rake_test_loader.rb:15:in  `block in <main>'
        from /usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in  `require'
        from /usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in  `require'
        from /home/r/repo/test/test__helper.rb:26:in  `<top (required)>'
        from /usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in  `require'
        from /usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in  `require'
        from /home/r/repo/lib/pdd.rb:23:in  `<top (required)>'
        from /usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in  `require'
        from /usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in  `require'
        from /home/r/repo/lib/pdd/sources.rb:23:in  `<top (required)>'
        from /usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in  `require'
        from /usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in  `require'
/home/r/repo/lib/pdd/source.rb:78: warning: character class has duplicated range
Run options: --seed 33877

# Running:

....../home/r/repo/lib/pdd.rb:56: warning: instance variable @logger not initialized
.......Sfatal: 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/test20170407-14236-5jmm6a/.git/
[master (root-commit) a79062b] first version
 1 file changed, 1 insertion(+)
 create mode 100644 a.txt
^a79062b (test 2017-04-07 07:50:51 +0000 1) @todo #1 this is the puzzlem
K?1l.INFO: "my version is 1.0.snapshot"
INFO: "Ruby version is 2.2.6 at x86_64-linux-gnu"
INFO: "reading /tmp/test20170407-14236-hs3k5u"
INFO: "excluding **/*.png"
INFO: "1 file(s) found, 0 excluded"
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/test20170407-14236-4jzmwl"
INFO: "excluding **/*.png"
INFO: "1 file(s) found, 0 excluded"
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"
.Initialized empty Git repository in /tmp/test20170407-14236-1yuw8kz/.git/
[master (root-commit) 0f59453] 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/test20170407-14236-1yuw8kz"
INFO: "1 file(s) found, 53 excluded"
INFO: "reading .x.txt..."
INFO: "puzzle 1-de87adc8 0/IMP at .x.txt"
...

Finished in 0.101155s, 217.4882 runs/s, 306.4606 assertions/s.

22 runs, 31 assertions, 0 failures, 0 errors, 1 skips

You have skipped tests. Run with --verbose for details.
Coverage report generated for Unit Tests to /home/r/repo/coverage. 223 / 223 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 `&lt;main&gt;'
32m.0m32m.0m32m.0m32m.0mINFO: &quot;my version is 1.0.snapshot&quot;
INFO: &quot;Ruby version is 2.2.6 at x86_64-linux-gnu"
INFO: "reading /tmp/test20170407-14304-trjnob"
INFO: "1 file(s) found, 0 excluded"
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/test20170407-14304-gphn8d"
INFO: "1 file(s) found, 0 excluded"
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/test20170407-14304-11t83u3"
INFO: "1 file(s) found, 0 excluded"
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/test20170407-14304-5qx4cm"
INFO: "1 file(s) found, 0 excluded"
INFO: "reading Sample.java..."
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/test20170407-14304-6kazai"
INFO: "1 file(s) found, 0 excluded"
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/test20170407-14304-19kye4f"
INFO: "1 file(s) found, 0 excluded"
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)
0m8.210s
Coverage report generated for Cucumber Features, Unit Tests to /home/r/repo/coverage. 223 / 223 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.3/g' lib/pdd/version.rb
+ git add lib/pdd/version.rb
+ git commit -m 'version set to 0.17.3'
[__rultor 0ed92a8] version set to 0.17.3
 1 file changed, 1 insertion(+), 1 deletion(-)
+ gem build pdd.gemspec
  Successfully built RubyGem
  Name: pdd
  Version: 0.17.3
  File: pdd-0.17.3.gem
+ chmod 0600 ../rubygems.yml
+ gem push pdd-0.17.3.gem --config-file ../rubygems.yml
Pushing gem to https://rubygems.org...
Successfully registered gem: pdd (0.17.3)
+ sudo gem install pdd
Successfully installed pdd-0.17.3
Parsing documentation for pdd-0.17.3
Installing ri documentation for pdd-0.17.3
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.3"
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: "36 file(s) found, 923 excluded"
INFO: "/home/r/repo/test_assets/aladdin.jpg is a binary file (115758 bytes)"
INFO: "/home/r/repo/test_assets/article.pdf is a binary file (84533 bytes)"
INFO: "/home/r/repo/test_assets/cambria.woff is a binary file (87722 bytes)"
INFO: "/home/r/repo/test_assets/elegant-objects.png is a binary file (30969 bytes)"
INFO: "/home/r/repo/test_assets/favicon.ico is a binary file (3038 bytes)"
INFO: "/home/r/repo/pdd-0.17.3.gem is a binary file (328192 bytes)"
INFO: "/home/r/repo/pdd.xml is a binary file (0 bytes)"
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..."
+ 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, 3.39 kB/s) [1 of 1]
+ s3cmd --no-progress put assets/puzzles.xsd --acl-public --config=../s3cfg s3://pdd-xsd.teamed.io/0.17.3.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.3.xsd' (3805 bytes in 0.1 seconds, 50.28 kB/s) [1 of 1]
Public URL of the object is: http://pdd-xsd.teamed.io.s3.amazonaws.com/0.17.3.xsd
+ s3cmd --no-progress put assets/puzzles.xsl --acl-public --config=../s3cfg s3://pdd-xsl.teamed.io/0.17.3.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.3.xsl' (3469 bytes in 1.2 seconds, 2.91 kB/s) [1 of 1]
Public URL of the object is: http://pdd-xsl.teamed.io.s3.amazonaws.com/0.17.3.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'
M       test_assets/aladdin.jpg
M       test_assets/article.pdf
M       test_assets/cambria.woff
M       test_assets/elegant-objects.png
M       test_assets/favicon.ico
+ git tag 0.17.3 -m '0.17.3: tagged by rultor.com'
+ git reset --hard
HEAD is now at 0ed92a8 version set to 0.17.3
+ git clean -fd
Removing pdd.xml
+ git checkout master
Switched to branch 'master'
M       test_assets/aladdin.jpg
M       test_assets/article.pdf
M       test_assets/cambria.woff
M       test_assets/elegant-objects.png
M       test_assets/favicon.ico
+ git branch -D __rultor
Deleted branch __rultor (was 0ed92a8).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:yegor256/pdd.git
 * [new tag]         0.17.3 -> 0.17.3
container 2da918d114ac2a78713929d4ab74ca121e70fe6c90394862de8ac06750d8f035 is dead
Fri Apr  7 07:51:46 UTC 2017