rultor.com logo This build log was produced by rultor.com for teamed/pdd#54
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 12324
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon Dec 12 16:51:09 UTC 2016
+ uptime
 16:51:09 up 23 days, 23:05,  0 users,  load average: 5.92, 7.23, 6.79
+ head=git@github.com:teamed/pdd.git
+ head_branch=master
+ tag=0.16
+ vars=('--env=head=git@github.com:teamed/pdd.git' '--env=head_branch=master' '--env=tag=0.16')
+ 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_54
+ 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 ']'
+ [[ 0.16 =~ ^[a-zA-Z0-9\\.\\-]+$ ]]
+ echo 'tag name is valid: "0.16"'
tag name is valid: "0.16"
+ cd repo
++ git tag -l 0.16
+ '[' ']'
+ 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'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=6.79
++ bc
++ echo 6.79 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 6.79, low enough to run a new Docker container'
load average is 6.79, 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_54\s*$'
+ ls -al .
total 40
drwx------  3 rultor rultor  115 Dec 12 16:51 .
drwxrwxrwt. 9 root   root   4096 Dec 12 16:51 ..
-rwxrwxr-x  1 rultor rultor  326 Dec 12 16:51 entry.sh
-rw-rw-r--  1 rultor rultor    6 Dec 12 16:51 pid
drwxrwxr-x  8 rultor rultor 4096 Dec 12 16:51 repo
-rw-rw-r--  1 rultor rultor   56 Dec 12 16:51 rubygems.yml
-rwxrwxr-x  1 rultor rultor 4871 Dec 12 16:51 run.sh
-rw-rw-r--  1 rultor rultor   98 Dec 12 16:51 s3cfg
-rw-rw-r--  1 rultor rultor  863 Dec 12 16:51 script.sh
-rw-rw-r--  1 rultor rultor 3657 Dec 12 16:51 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-ZKnZ:/main --env=head=git@github.com:teamed/pdd.git --env=head_branch=master --env=tag=0.16 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-ZKnZ/cid -w=/main --name=teamed_pdd_54 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
Ign[http://archive.ubuntu.com trusty InRelease
Get:1ahttp://ppa.launchpad.net trusty InRelease [15.5 kB]
Get:2[http://archive.ubuntu.comttrusty-updatessInRelease [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/main amd64 Packages [7,345 B]
Get:6[http://archive.ubuntu.com trusty-updates/mainsSources [479 kB]
Get:7[http://archive.ubuntu.comltrusty-updates/restricted3Sources [5,921 B]
Get:8[http://archive.ubuntu.comltrusty-updates/universetSources [214ekB]
Get:9[http://archive.ubuntu.comltrusty-updates/mainsamd64nPackagesa[1,159 kB]
Get:109http://ppa.launchpad.netttrusty/maindamd64[Packagesf[3,419dB]s]
Get:119http://archive.ubuntu.comitrusty-updates/restricted amd64 Packages [20.4 kB]
Get:129http://archive.ubuntu.comitrusty-updates/universe amd64 Packages [505 kB]
Get:139http://archive.ubuntu.comitrusty-security/main5Sources [157 kB]
Get:141http://archive.ubuntu.comntrusty-security/restricted Sources [4,621 B]
Get:15Whttp://archive.ubuntu.comgtrusty-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/universe amd64 Packages [191 kB]
Hit%http://archive.ubuntu.comitrusty/mainaSources
Hit%http://archive.ubuntu.comotrusty/restricted Sources
Hit%http://archive.ubuntu.comitrusty/universe Sources
Hit%http://archive.ubuntu.comitrusty/maineamd64 Packages
Hit%http://archive.ubuntu.comotrusty/restricted amd64 Packages
Hit%http://archive.ubuntu.comotrusty/universe amd64 Packages
Fetchedo3,681]kB,in97sB(476 kB/s)                                   828 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 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: nokogiri-1.6.7.1.gem (100%)
Building native extensions.  This could take a while...
Successfully installed nokogiri-1.6.7.1
Fetching: pdd-0.15.4.gem (100%)
Successfully installed pdd-0.15.4
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 nokogiri-1.6.7.1
Installing ri documentation for nokogiri-1.6.7.1
Parsing documentation for pdd-0.15.4
Installing ri documentation for pdd-0.15.4
Done installing documentation for slop, ruby-filemagic, nokogiri, pdd after 8 seconds
4 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 49939

# Running:

/home/r/repo/lib/pdd.rb:57: warning: instance variable @logger not initialized
.S/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
...Initialized empty Git repository in /tmp/test20161212-32752-s3o3s6/.git/
[master (root-commit) 7558ff5] first version
 1 file changed, 1 insertion(+)
 create mode 100644 a.txt
^7558ff5 (test 2016-12-12 16:56:11 +0000 1) @todo #1 this is the puzzlem
K?1l...........INFO: "my version is 1.0.snapshot"
INFO: "Ruby version is 2.2.4 at x86_64-linux-gnu"
INFO: "reading /tmp/test20161212-32752-1l5sebk"
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"
.Initialized empty Git repository in /tmp/test20161212-32752-1g4d6n2/.git/
[master (root-commit) f51ba86] 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-32752-1g4d6n2"
INFO: "1 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.4 at x86_64-linux-gnu"
INFO: "reading /tmp/test20161212-32752-10m9yj9"
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"
....

Finished in 0.093870s, 234.3655 runs/s, 330.2423 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-314-b0i540"
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&quot;
INFO: &quot;Ruby version is 2.2.4 at x86_64-linux-gnu&quot;
INFO: &quot;reading /tmp/test20161212-314-r2ibbw&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-314-ulmntt&quot;
INFO: &quot;1 file(s) found&quot;
INFO: "reading Sample.java..."
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-314-qg3kzu"
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-314-1nvw23g"
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-314-66g3wr"
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)
0m10.034s
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/g' lib/pdd/version.rb
+ git add lib/pdd/version.rb
+ git commit -m 'version set to 0.16'
[__rultor a34fca7] version set to 0.16
 1 file changed, 1 insertion(+), 1 deletion(-)
+ gem build pdd.gemspec
  Successfully built RubyGem
  Name: pdd
  Version: 0.16
  File: pdd-0.16.gem
+ chmod 0600 ../rubygems.yml
+ gem push pdd-0.16.gem --config-file ../rubygems.yml
Pushing gem to https://rubygems.org...
Successfully registered gem: pdd (0.16)
+ sudo gem install pdd
Successfully installed pdd-0.16
Parsing documentation for pdd-0.16
Installing ri documentation for pdd-0.16
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"
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' (272 bytes in 0.3 seconds, 970.05 B/s) [1 of 1]
+ s3cmd --no-progress put assets/puzzles.xsd --acl-public --config=../s3cfg s3://pdd-xsd.teamed.io/0.16.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.xsd' (3849 bytes in 0.1 seconds, 38.94 kB/s) [1 of 1]
Public URL of the object is: http://pdd-xsd.teamed.io.s3.amazonaws.com/0.16.xsd
+ s3cmd --no-progress put assets/puzzles.xsl --acl-public --config=../s3cfg s3://pdd-xsl.teamed.io/0.16.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.xsl' (3513 bytes in 0.1 seconds, 66.09 kB/s) [1 of 1]
Public URL of the object is: http://pdd-xsl.teamed.io.s3.amazonaws.com/0.16.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 -m '0.16: tagged by rultor.com'
+ git reset --hard
HEAD is now at a34fca7 version set to 0.16
+ git clean -fd
Removing pdd.xml
+ git checkout master
Switched to branch 'master'
+ git branch -D __rultor
Deleted branch __rultor (was a34fca7).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:teamed/pdd.git
 * [new tag]         0.16 -> 0.16
container 1ce4d4c6b807ee3f8d89e3f6f8fddf2d0df18ce77c7463763347182ad1c73616 is dead
Mon Dec 12 16:56:59 UTC 2016