+ set -e + set -o pipefail ++ dirname /tmp/rultor-BZi6/run.sh + cd /tmp/rultor-BZi6 + echo 2938 + echo '1.46.7 74a7bd2' 1.46.7 74a7bd2 + date Tue Jan 13 10:48:37 CET 2015 + uptime 10:48:37 up 7 days, 23:46, 0 users, load average: 0.77, 0.40, 0.70 + head=git@github.com:teamed/pdd.git + head_branch=master + tag=0.14 + vars=('--env=head=git@github.com:teamed/pdd.git' '--env=head_branch=master' '--env=tag=0.14') + 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' ';' 'pdd --source=$(pwd) --verbose --file=pdd.xml -e=test/** -e=features/** -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' ';') + container=teamed_pdd_30 + as_root=false + git clone --branch=master --depth=10 git@github.com:teamed/pdd.git repo Initialized empty Git repository in /tmp/rultor-BZi6/repo/.git/ + 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' ';' 'pdd --source=$(pwd) --verbose --file=pdd.xml -e=test/** -e=features/** -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.14 ']' + cd repo ++ git tag -l 0.14 + '[' ']' + 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.70 ++ echo 0.70 '>' 30 ++ bc + '[' 0 -eq 1 ']' + echo 'load average is 0.70, low enough to run a new Docker container' load average is 0.70, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor + docker pull yegor256/rultor Pulling repository yegor256/rultor Status: Image is up to date for yegor256/rultor:latest ++ pwd ++ pwd + docker run --rm -v /tmp/rultor-BZi6:/main --env=head=git@github.com:teamed/pdd.git --env=head_branch=master --env=tag=0.14 --memory=4g --cidfile=/tmp/rultor-BZi6/cid -w=/main --name=teamed_pdd_30 yegor256/rultor /main/entry.sh + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bashrc /root/.ivy2 /root/.java /root/.m2 /root/.profile /root/.sbt /home/r + cp -R ./cid ./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://ppa.launchpad.net trusty InRelease Get:1 http://ppa.launchpad.net trusty Release.gpg [316 B] Get:2 http://ppa.launchpad.net trusty Release [15.1 kB] Ign http://archive.ubuntu.com trusty InRelease Ign http://archive.ubuntu.com trusty-updates InRelease Get:3 http://ppa.launchpad.net trusty/main amd64 Packages [3330 B] Hit http://apt.typesafe.com unicorn InRelease Ign http://archive.ubuntu.com trusty-security InRelease Hit http://archive.ubuntu.com trusty Release.gpg Hit http://apt.typesafe.com unicorn/main amd64 Packages Get:4 http://archive.ubuntu.com trusty-updates Release.gpg [933 B] Get:5 http://archive.ubuntu.com trusty-security Release.gpg [933 B] Hit http://archive.ubuntu.com trusty Release Get:6 http://archive.ubuntu.com trusty-updates Release [62.0 kB] Get:7 http://archive.ubuntu.com trusty-security Release [62.0 kB] Hit http://archive.ubuntu.com trusty/main Sources Hit http://archive.ubuntu.com trusty/restricted Sources Hit http://archive.ubuntu.com trusty/universe Sources Hit http://archive.ubuntu.com trusty/main amd64 Packages Hit http://archive.ubuntu.com trusty/restricted amd64 Packages Hit http://archive.ubuntu.com trusty/universe amd64 Packages Get:8 http://archive.ubuntu.com trusty-updates/main Sources [153 kB] Get:9 http://archive.ubuntu.com trusty-updates/restricted Sources [2061 B] Get:10 http://archive.ubuntu.com trusty-updates/universe Sources [96.5 kB] Get:11 http://archive.ubuntu.com trusty-updates/main amd64 Packages [396 kB] Get:12 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [8875 B] Get:13 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [236 kB] Get:14 http://archive.ubuntu.com trusty-security/main Sources [61.0 kB] Get:15 http://archive.ubuntu.com trusty-security/restricted Sources [2061 B] Get:16 http://archive.ubuntu.com trusty-security/universe Sources [17.4 kB] Get:17 http://archive.ubuntu.com trusty-security/main amd64 Packages [192 kB] Get:18 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [8875 B] Get:19 http://archive.ubuntu.com trusty-security/universe amd64 Packages [82.2 kB] Fetched 1400 kB in 18s (76.3 kB/s) Reading package lists... + sudo apt-get install -y --fix-missing libmagic1 libmagic-dev Reading package lists... Building dependency tree... Reading state information... libmagic-dev is already the newest version. libmagic1 is already the newest version. The following package was automatically installed and is no longer required: libnss3-1d Use 'apt-get autoremove' to remove it. 0 upgraded, 0 newly installed, 0 to remove and 60 not upgraded. + sudo gem install pdd Building native extensions. This could take a while... Building native extensions. This could take a while... unable to convert U+2019 from UTF-8 to US-ASCII for lib/nokogiri.rb, skipping unable to convert "\xE6" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for CHANGELOG.ja.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for CHANGELOG.rdoc, skipping unable to convert "\xE9" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.ja.rdoc, skipping unable to convert "\xE9" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.rdoc, skipping unable to convert "\xE2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for ext/nokogiri/xml_node_set.c, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for ChangeLog, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for History.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.8.2.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.8.3.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.0.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.1.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.2.2.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.2.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.3.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.4.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.5.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.6.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.0.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.1.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.2.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.3.rdoc, skipping unable to convert U+2019 from UTF-8 to US-ASCII for lib/nokogiri.rb, skipping unable to convert "\xE6" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for CHANGELOG.ja.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for CHANGELOG.rdoc, skipping unable to convert "\xE9" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.ja.rdoc, skipping unable to convert "\xE9" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.rdoc, skipping unable to convert "\xE2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for ext/nokogiri/xml_node_set.c, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for ChangeLog, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for History.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.8.2.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.8.3.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.0.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.1.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.2.2.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.2.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.3.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.4.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.5.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.6.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.0.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.1.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.2.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.3.rdoc, skipping ruby-filemagic-0.6.1 [2014-08-19]: * Account for options passed to FileMagic.fm (issue #7 reported by Adam Wróbel). Successfully installed nokogiri-1.6.5 Successfully installed ruby-filemagic-0.6.1 Successfully installed rake-10.4.2 Successfully installed pdd-0.13 4 gems installed Installing ri documentation for nokogiri-1.6.5... Installing ri documentation for ruby-filemagic-0.6.1... Installing ri documentation for rake-10.4.2... Installing ri documentation for pdd-0.13... Installing RDoc documentation for nokogiri-1.6.5... Installing RDoc documentation for ruby-filemagic-0.6.1... Installing RDoc documentation for rake-10.4.2... Installing RDoc documentation for pdd-0.13... + sudo bundle install Don'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. Fetching gem metadata from https://rubygems.org/......... Resolving dependencies... Using rake 10.4.2 Installing i18n 0.7.0 Installing json 1.8.2 Installing minitest 5.5.0 Installing thread_safe 0.3.4 Installing tzinfo 1.2.2 Installing activesupport 4.2.0 Installing builder 3.2.2 Installing erubis 2.7.0 Installing mini_portile 0.6.2 Using nokogiri 1.6.5 Installing rails-deprecated_sanitizer 1.0.3 Installing rails-dom-testing 1.0.5 Installing loofah 2.0.1 Installing rails-html-sanitizer 1.0.1 Installing actionview 4.2.0 Installing rack 1.6.0 Installing rack-test 0.6.3 Installing actionpack 4.2.0 Installing ast 2.0.0 Installing multi_json 1.10.1 Installing mime-types 2.4.3 Installing rest-client 1.6.7 Installing docile 1.1.5 Installing simplecov-html 0.8.0 Installing simplecov 0.9.1 Installing tins 0.13.2 Installing term-ansicolor 1.2.2 Installing thor 0.18.1 Installing coveralls 0.7.2 Installing diff-lcs 1.2.5 Installing gherkin 2.12.2 Installing multi_test 0.1.1 Installing cucumber 1.3.17 Installing parser 2.2.0.2 Using ruby-filemagic 0.6.1 Using slop 3.6.0 Using pdd 1.0.snapshot from source at . Installing powerpack 0.0.9 Installing railties 4.2.0 Installing rainbow 2.0.0 Installing rdoc 4.2.0 Installing rspec-support 3.1.2 Installing rspec-core 3.1.7 Installing rspec-expectations 3.1.2 Installing rspec-mocks 3.1.3 Installing rspec-rails 3.1.0 Installing ruby-progressbar 1.7.1 Installing rubocop 0.24.1 Installing rubocop-rspec 1.2.1 Using bundler 1.6.3 Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. Post-install message from rdoc: 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! + rake Warning: you should require 'minitest/autorun' instead. Warning: or add 'gem "minitest"' before 'require "minitest/autorun"' From: /usr/lib/ruby/1.9.1/minitest/autorun.rb:14:in `<top (required)>' /home/r/repo/test/test__helper.rb:26:in `<top (required)>' /var/lib/gems/1.9.1/gems/rake-10.4.2/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>' /var/lib/gems/1.9.1/gems/rake-10.4.2/lib/rake/rake_test_loader.rb:9:in `each' /var/lib/gems/1.9.1/gems/rake-10.4.2/lib/rake/rake_test_loader.rb:9:in `block in <main>' /var/lib/gems/1.9.1/gems/rake-10.4.2/lib/rake/rake_test_loader.rb:4:in `select' /var/lib/gems/1.9.1/gems/rake-10.4.2/lib/rake/rake_test_loader.rb:4:in `<main>' MiniTest::Unit.autorun is now Minitest.autorun. From /usr/lib/ruby/1.9.1/minitest/autorun.rb:18:in `<top (required)>' Run options: --seed 62510 # Running: ...INFO: "my version is 1.0.snapshot" INFO: "reading /tmp/test20150113-20656-1iwh7s9" INFO: "excluding **/*.png" INFO: "1 file(s) found" fatal: Not a git repository (or any of the parent directories): .git INFO: "puzzle 90: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/test20150113-20656-1k2i4f6/.git/ [master (root-commit) 56c01f7] first version 1 file changed, 1 insertion(+) create mode 100644 x.txt INFO: "my version is 1.0.snapshot" INFO: "reading /tmp/test20150113-20656-1k2i4f6" INFO: "1 file(s) found" INFO: "puzzle 1:0/IMP at x.txt" .INFO: "my version is 1.0.snapshot" INFO: "reading /tmp/test20150113-20656-kumfj1" INFO: "excluding **/*.png" INFO: "1 file(s) found" fatal: Not a git repository (or any of the parent directories): .git INFO: "puzzle 55:0/IMP at a.txt" ...INFO: "5 file(s) found" .Initialized empty Git repository in /tmp/test20150113-20656-1viwfzk/.git/ [master (root-commit) 74faa59] first version 1 file changed, 1 insertion(+) create mode 100644 a.txt ^74faa59 (test 2015-01-13 09:52:58 +0000 1) @todo #1 this is the puzzle ..INFO: "1 file(s) found" .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: "2 file(s) found" .INFO: "3 file(s) found" .INFO: "5 file(s) found" .... Finished in 0.171887s, 110.5377 runs/s, 157.0799 assertions/s. 19 runs, 27 assertions, 0 failures, 0 errors, 0 skips Coverage report generated for Unit Tests to /home/r/repo/coverage. 205 / 205 LOC (100.0%) covered. 33m[Coveralls] Outside the Travis environment, not sending data.0m /usr/bin/ruby1.9.1 -S bundle exec cucumber --profile travis Using the travis profile... .fatal: Not a git repository (or any of the parent directories): .git /home/r/repo/lib/pdd.rb:149:in `rules': 1 errors, see log above (PDD::Error) from /home/r/repo/lib/pdd.rb:104:in `xml' from /home/r/repo/features/step_definitions/../../bin/pdd:90:in `<main>' ....fatal: Not a git repository (or any of the parent directories): .git /home/r/repo/lib/pdd.rb:149:in `rules': 1 errors, see log above (PDD::Error) from /home/r/repo/lib/pdd.rb:104:in `xml' from /home/r/repo/features/step_definitions/../../bin/pdd:90:in `<main>' ....fatal: 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:149:in `rules': 1 errors, see log above (PDD::Error) from /home/r/repo/lib/pdd.rb:104:in `xml' from /home/r/repo/features/step_definitions/../../bin/pdd:90:in `<main>' ....fatal: 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:149:in `rules': 1 errors, see log above (PDD::Error) from /home/r/repo/lib/pdd.rb:104:in `xml' from /home/r/repo/features/step_definitions/../../bin/pdd:90:in `<main>' ....INFO: "my version is 1.0.snapshot" INFO: "reading /tmp/test20150113-20693-1vuebbh" INFO: "1 file(s) found" 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:0/IMP at Sample.java" INFO: "puzzle 15: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" ..INFO: "my version is 1.0.snapshot" INFO: "reading /tmp/test20150113-20693-8na0qs" INFO: "1 file(s) found" ..INFO: "my version is 1.0.snapshot" INFO: "reading /tmp/test20150113-20693-vus7sd" INFO: "1 file(s) found" ..INFO: "my version is 1.0.snapshot" INFO: "reading /tmp/test20150113-20693-1g0ivlb" INFO: "1 file(s) found" .......fatal: Not a git repository (or any of the parent directories): .git .....fatal: Not a git repository (or any of the parent directories): .git ........../var/lib/gems/1.9.1/gems/slop-3.6.0/lib/slop.rb:252:in `parse!': Unknown options --some-unknown-option (Slop::InvalidOptionError) from /var/lib/gems/1.9.1/gems/slop-3.6.0/lib/slop.rb:65:in `parse!' from /var/lib/gems/1.9.1/gems/slop-3.6.0/lib/slop.rb:54:in `parse' from /home/r/repo/features/step_definitions/../../bin/pdd:36:in `<main>' ......fatal: Not a git repository (or any of the parent directories): .git .....INFO: "my version is 1.0.snapshot" INFO: "reading /tmp/test20150113-20693-1qnd9j8" INFO: "1 file(s) found" fatal: Not a git repository (or any of the parent directories): .git INFO: "puzzle 13:0/IMP at Sample.java" .........INFO: "my version is 1.0.snapshot" INFO: "reading /tmp/test20150113-20693-12smm1" INFO: "5 file(s) found" 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:0/IMP at test/a/b/c/Sample.java" INFO: "puzzle ABC-67:15/IMP at test/a/b/c/Sample.java" INFO: "puzzle F-78-3:120/DEV at 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 .... 20 scenarios (20 passed) 82 steps (82 passed) 0m6.372s Coverage report generated for Cucumber Features, Unit Tests to /home/r/repo/coverage. 205 / 205 LOC (100.0%) covered. 33m[Coveralls] Outside the Travis environment, not sending data.0m Running RuboCop... Inspecting 22 files ...................... 22 files inspected, no offenses detected + rm -rf '*.gem' + sed -i 's/1\.0\.snapshot/0.14/g' lib/pdd/version.rb + git add lib/pdd/version.rb + git commit -m 'version set to 0.14' [__rultor 064eff8] version set to 0.14 1 file changed, 1 insertion(+), 1 deletion(-) + gem build pdd.gemspec Successfully built RubyGem Name: pdd Version: 0.14 File: pdd-0.14.gem + chmod 0600 ../rubygems.yml + gem push pdd-0.14.gem --config-file ../rubygems.yml Pushing gem to https://rubygems.org... Successfully registered gem: pdd (0.14) ++ pwd + pdd --source=/home/r/repo --verbose --file=pdd.xml '-e=test/**' '-e=features/**' -e=README.md INFO: "my version is 0.13" INFO: "reading /home/r/repo" INFO: "excluding test/**" INFO: "excluding features/**" INFO: "excluding README.md" INFO: "60 file(s) found" + s3cmd --no-progress put pdd.xml --config=../s3cfg s3://pdd.teamed.io/pdd.xml File 'pdd.xml' stored as 's3://pdd.teamed.io/pdd.xml' (272 bytes in 0.4 seconds, 622.16 B/s) [1 of 1] + s3cmd --no-progress put assets/puzzles.xsd --acl-public --config=../s3cfg s3://pdd-xsd.teamed.io/0.14.xsd File 'assets/puzzles.xsd' stored as 's3://pdd-xsd.teamed.io/0.14.xsd' (3605 bytes in 0.4 seconds, 8.64 kB/s) [1 of 1] Public URL of the object is: http://pdd-xsd.teamed.io.s3.amazonaws.com/0.14.xsd + s3cmd --no-progress put assets/puzzles.xsl --acl-public --config=../s3cfg s3://pdd-xsl.teamed.io/0.14.xsl File 'assets/puzzles.xsl' stored as 's3://pdd-xsl.teamed.io/0.14.xsl' (3389 bytes in 0.4 seconds, 8.11 kB/s) [1 of 1] Public URL of the object is: http://pdd-xsl.teamed.io.s3.amazonaws.com/0.14.xsl + mv /home/r/repo . ++ whoami + chown -R root repo + '[' -n '' ']' ++ whoami + sudo chown -R rultor repo + cd repo + git tag 0.14 -m '0.14: tagged by rultor.com' + git push origin 0.14 To git@github.com:teamed/pdd.git * [new tag] 0.14 -> 0.14