rultor.com logo This build log was produced by rultor.com for teamed/pdd#55
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 4342
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon Dec 12 18:50:16 UTC 2016
+ uptime
 18:50:16 up 24 days,  1:04,  0 users,  load average: 0.99, 1.19, 2.55
+ head=git@github.com:teamed/pdd.git
+ head_branch=master
+ tag=0.16.1
+ vars=('--env=head=git@github.com:teamed/pdd.git' '--env=head_branch=master' '--env=tag=0.16.1')
+ 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=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=teamed_pdd_55
+ 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:teamed/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=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.16.1 ']'
+ [[ 0.16.1 =~ ^[a-zA-Z0-9\\.\\-]+$ ]]
+ echo 'tag name is valid: "0.16.1"'
tag name is valid: "0.16.1"
+ cd repo
++ git tag -l 0.16.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=2.55
++ echo 2.55 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 2.55, low enough to run a new Docker container'
load average is 2.55, 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:ad3c8a7c0673df4f748c3bfaaa721b4d2d092a83cc8045577f33749f79e80e1e
Status: Image is up to date for docker.io/yegor256/rultor:latest

+ docker ps --filter=status=exited
+ grep --quiet '\steamed_pdd_55\s*$'
+ ls -al .
total 40
drwx------  3 rultor rultor  115 Dec 12 18:50 .
drwxrwxrwt. 9 root   root   4096 Dec 12 18:50 ..
-rwxrwxr-x  1 rultor rultor  326 Dec 12 18:50 entry.sh
-rw-rw-r--  1 rultor rultor    5 Dec 12 18:50 pid
drwxrwxr-x  8 rultor rultor 4096 Dec 12 18:50 repo
-rw-rw-r--  1 rultor rultor   56 Dec 12 18:50 rubygems.yml
-rwxrwxr-x  1 rultor rultor 4875 Dec 12 18:50 run.sh
-rw-rw-r--  1 rultor rultor   98 Dec 12 18:50 s3cfg
-rw-rw-r--  1 rultor rultor  863 Dec 12 18:50 script.sh
-rw-rw-r--  1 rultor rultor 3670 Dec 12 18:50 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-tJeB:/main --env=head=git@github.com:teamed/pdd.git --env=head_branch=master --env=tag=0.16.1 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-tJeB/cid -w=/main --name=teamed_pdd_55 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/.texmf-var /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
Get:1ohttp://ppa.launchpad.net trusty InRelease [15.5 kB]
Ign http://archive.ubuntu.comItrustysInRelease/15.5 kB 92%]
Get:2[http://archive.ubuntu.comRtrusty-updates/InRelease2[65.9 kB]
Get:3 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]
Get:4 http://ppa.launchpad.net trusty InRelease [15.4 kB]
Hit%http://archive.ubuntu.comBtrustytRelease.gpgders]
Hit%http://archive.ubuntu.comBtrusty Release
Get:5[http://ppa.launchpad.net]trusty/mainoamd64dPackages [7,345 B]
Get:6[http://archive.ubuntu.com trusty-updates/mainsSources [479 kB]
Get:7[http://archive.ubuntu.comltrusty-updates/restrictednSourcese[5,921 B]
Get:8[http://archive.ubuntu.comitrusty-updates/universeiSourcesr[214dkB]]
Get:9[http://ppa.launchpad.netstrusty/maineamd64WPackageso[3,419eB]]r[Waiting]f
Get:10Whttp://archive.ubuntu.com trusty-updates/mainiamd64rPackages][1,159 kB]
Get:111http://archive.ubuntu.comntrusty-updates/restricted amd64 Packages [20.4 kB]
Get:12Whttp://archive.ubuntu.comitrusty-updates/universe amd64 Packages [505 kB]
Get:13Whttp://archive.ubuntu.comntrusty-security/main Sources [157 kB]
Get:14Whttp://archive.ubuntu.comgtrusty-security/restricted Sources [4,621 B]
Get:15Whttp://archive.ubuntu.com trusty-security/universe Sources [54.5 kB]
Get:16Whttp://archive.ubuntu.comntrusty-security/main amd64 Packages [700 kB]
Get:171http://archive.ubuntu.comntrusty-security/restricted amd64 Packages [17.0 kB]
Get:18Whttp://archive.ubuntu.comitrusty-security/universe0amd64 Packages [191 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,681]kB,in95sB(732 kB/s)
Reading package lists... Done
W: Size of file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_binary-amd64_Packages.gz is not what the server reported 17042 20231
+ 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 106 not upgraded.
+ sudo gem install pdd
Fetching: slop-3.6.0.gem (100%)
Successfully installed slop-3.6.0
Fetching: ruby-filemagic-0.7.1.gem (100%)
Building native extensions.  This could take a while...

ruby-filemagic-0.7.1 [2015-10-27]:

* List default lib and header directories (pull request #18 by Adam Wróbel).

Successfully installed ruby-filemagic-0.7.1
Fetching: pdd-0.16.gem (100%)
Successfully installed pdd-0.16
Parsing documentation for slop-3.6.0
Installing ri documentation for slop-3.6.0
Parsing documentation for ruby-filemagic-0.7.1
Installing ri documentation for ruby-filemagic-0.7.1
Parsing documentation for pdd-0.16
Installing ri documentation for pdd-0.16
Done installing documentation for slop, ruby-filemagic, pdd after 0 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.20m
32mInstalling i18n 0.7.00m
32mInstalling minitest 5.5.00m
32mInstalling thread_safe 0.3.50m
32mInstalling builder 3.2.20m
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
32mInstalling json 2.0.2 with native extensions0m
32mInstalling simplecov-html 0.10.00m
32mInstalling tins 0.13.20m
32mInstalling thor 0.18.10m
32mInstalling diff-lcs 1.2.50m
32mInstalling multi_test 0.1.20m
32mInstalling method_source 0.8.20m
Using ruby-filemagic 0.7.1
Using slop 3.6.0
32mInstalling powerpack 0.1.10m
32mInstalling rainbow 2.1.00m
Using rdoc 4.2.0
32mInstalling rspec-support 3.1.20m
32mInstalling ruby-progressbar 1.8.10m
32mInstalling unicode-display_width 1.1.20m
Using bundler 1.11.2
32mInstalling tzinfo 1.2.20m
32mInstalling nokogiri 1.6.8.1 with native extensions0m
32mInstalling rack-test 0.6.30m
32mInstalling parser 2.3.3.10m
32mInstalling gherkin 2.12.2 with native extensions0m
32mInstalling mime-types 3.10m
32mInstalling simplecov 0.12.00m
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.0.10m
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.10m
32mInstalling rails-html-sanitizer 1.0.30m
32mInstalling rubocop-rspec 1.5.10m
32mInstalling coveralls 0.7.20m
32mInstalling actionview 5.0.0.10m
32mInstalling actionpack 5.0.0.10m
32mInstalling railties 5.0.0.10m
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:35:in `<top (required)>': [DEPRECATION] ::[] is deprecated. Use ::new instead.
/home/r/repo/lib/pdd/source.rb:65: warning: character class has duplicated range: /[\s\n\t]+/
/home/r/repo/lib/pdd/source.rb:79: warning: character class has duplicated range
Run options: --seed 55143

# Running:

....../home/r/repo/lib/pdd.rb:57: warning: instance variable @logger not initialized
.......SInitialized empty Git repository in /tmp/test20161212-14352-15tx5kv/.git/
[master (root-commit) 504df77] first version
 1 file changed, 1 insertion(+)
 create mode 100644 a.txt
^504df77 (test 2016-12-12 18:51:55 +0000 1) @todo #1 this is the puzzlem
K?1l/home/r/repo/lib/pdd/source.rb:65: warning: character class has duplicated range: /[\s\n\t]+/
.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: "my version is 1.0.snapshot"
INFO: "Ruby version is 2.2.4 at x86_64-linux-gnu"
INFO: "reading /tmp/test20161212-14352-1j4j6oo"
INFO: "excluding **/*.png"
INFO: "1 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.4 at x86_64-linux-gnu"
INFO: "reading /tmp/test20161212-14352-1catfm1"
INFO: "excluding **/*.png"
INFO: "1 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"
.Initialized empty Git repository in /tmp/test20161212-14352-8rofuq/.git/
[master (root-commit) b614d35] 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.4 at x86_64-linux-gnu"
INFO: "reading /tmp/test20161212-14352-8rofuq"
INFO: "1 file(s) found"
INFO: "reading x.txt..."
INFO: "puzzle 1-de87adc8 0/IMP at x.txt"
...

Finished in 0.742444s, 29.6318 runs/s, 41.7540 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. 212 / 212 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:35: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.4 at x86_64-linux-gnu"
INFO: "reading /tmp/test20161212-14382-e7zir5"
INFO: "1 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.4 at x86_64-linux-gnu"
INFO: "reading /tmp/test20161212-14382-1hwepth&quot;
INFO: &quot;1 file(s) found&quot;
INFO: &quot;reading Sample.java...&quot;
32m.0m32m.0mINFO: &quot;my version is 1.0.snapshot&quot;
INFO: &quot;Ruby version is 2.2.4 at x86_64-linux-gnu&quot;
INFO: &quot;reading /tmp/test20161212-14382-10yrjg5&quot;
INFO: &quot;1 file(s) found&quot;
INFO: &quot;reading Sample.java...&quot;
32m.0m32m.0mINFO: &quot;my version is 1.0.snapshot&quot;
INFO: &quot;Ruby version is 2.2.4 at x86_64-linux-gnu"
INFO: "reading /tmp/test20161212-14382-16kedmy"
INFO: "1 file(s) found"
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:36: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.4 at x86_64-linux-gnu"
INFO: "reading /tmp/test20161212-14382-lhbcli"
INFO: "1 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.4 at x86_64-linux-gnu"
INFO: "reading /tmp/test20161212-14382-1uypfju"
INFO: "5 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)
0m6.693s
Coverage report generated for Cucumber Features, Unit Tests to /home/r/repo/coverage. 212 / 212 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-2016'     --include '*.rb'     --include '*.txt'     --include 'Rakefile'     .
+ rm -rf '*.gem'
+ sed -i 's/1\.0\.snapshot/0.16.1/g' lib/pdd/version.rb
+ git add lib/pdd/version.rb
+ git commit -m 'version set to 0.16.1'
[__rultor 16bbb23] version set to 0.16.1
 1 file changed, 1 insertion(+), 1 deletion(-)
+ gem build pdd.gemspec
  Successfully built RubyGem
  Name: pdd
  Version: 0.16.1
  File: pdd-0.16.1.gem
+ chmod 0600 ../rubygems.yml
+ gem push pdd-0.16.1.gem --config-file ../rubygems.yml
Pushing gem to https://rubygems.org...
Successfully registered gem: pdd (0.16.1)
+ sudo gem install pdd
Successfully installed pdd-0.16.1
Parsing documentation for pdd-0.16.1
Installing ri documentation for pdd-0.16.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=README.md
INFO: "my version is 0.16.1"
INFO: "Ruby version is 2.2.4 at x86_64-linux-gnu"
INFO: "reading /home/r/repo"
INFO: "excluding test/**"
INFO: "excluding features/**"
INFO: "excluding README.md"
INFO: "63 file(s) found"
INFO: "reading Gemfile..."
INFO: "reading Gemfile.lock..."
INFO: "reading LICENSE.txt..."
INFO: "reading PUZZLES.md..."
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 coverage/assets/0.10.0/application.css..."
INFO: "reading coverage/assets/0.10.0/application.js..."
INFO: "reading coverage/index.html..."
INFO: "reading cucumber.yml..."
INFO: "reading features/step_definitions/steps.rb..."
INFO: "reading features/support/env.rb..."
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..."
+ 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, 776.93 B/s) [1 of 1]
+ s3cmd --no-progress put assets/puzzles.xsd --acl-public --config=../s3cfg s3://pdd-xsd.teamed.io/0.16.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.16.1.xsd' (3849 bytes in 0.1 seconds, 43.97 kB/s) [1 of 1]
Public URL of the object is: http://pdd-xsd.teamed.io.s3.amazonaws.com/0.16.1.xsd
+ s3cmd --no-progress put assets/puzzles.xsl --acl-public --config=../s3cfg s3://pdd-xsl.teamed.io/0.16.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.16.1.xsl' (3513 bytes in 0.1 seconds, 67.16 kB/s) [1 of 1]
Public URL of the object is: http://pdd-xsl.teamed.io.s3.amazonaws.com/0.16.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.16.1 -m '0.16.1: tagged by rultor.com'
+ git reset --hard
HEAD is now at 16bbb23 version set to 0.16.1
+ git clean -fd
Removing pdd.xml
+ git checkout master
Switched to branch 'master'
+ git branch -D __rultor
Deleted branch __rultor (was 16bbb23).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:teamed/pdd.git
 * [new tag]         0.16.1 -> 0.16.1
container c2c579e6a0759d398735ee72a1b586103872810caa465c100e53c43a0f51b375 is dead
Mon Dec 12 18:52:42 UTC 2016