rultor.com logo This build log was produced by rultor.com for yegor256/rumble#1
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 536
+ echo '1.67.2 b60448e97'
1.67.2 b60448e97
+ date
Tue Apr 10 17:16:04 CEST 2018
+ uptime
 17:16:04 up 16 days, 20:48,  0 users,  load average: 0.01, 0.10, 0.07
+ head=git@github.com:yegor256/rumble.git
+ ff=default
+ image=yegor256/rultor
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.1
+ vars=('--env=head=git@github.com:yegor256/rumble.git' '--env=tag=0.1' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/rumble.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get -y update'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/1\.0\.snapshot/${tag}/g" lib/rumble/version.rb'\'' '\'';'\'' '\''git add lib/rumble/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build rumble.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/rumble.git'\''' ';' 'export '\''tag=0.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get -y update' ';' 'sudo gem install pdd' ';' 'bundle install' ';' 'rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/1\.0\.snapshot/${tag}/g" lib/rumble/version.rb' ';' 'git add lib/rumble/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build rumble.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';')
+ directory=
+ container=yegor256_rumble_1
+ 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/rumble.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:yegor256/rumble.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/rumble.git'\''' ';' 'export '\''tag=0.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get -y update' ';' 'sudo gem install pdd' ';' 'bundle install' ';' rake ';' 'rm -rf *.gem' ';' 'sed -i "s/1\.0\.snapshot/${tag}/g" lib/rumble/version.rb' ';' 'git add lib/rumble/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build rumble.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';'
+ rm -rf .gpg
+ '[' -z 0.1 ']'
+ [[ 0.1 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.1"'
tag name is valid: "0.1"
+ cd repo
++ git tag -l 0.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=0.07
++ echo 0.07 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.07, low enough to run a new Docker container'
load average is 0.07, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Using default tag: latest
latest: Pulling from yegor256/rultor
Digest: sha256:8b4eab748146c028656b8e993a41fee1d02ffc63b9ddf8e92ab43223dfc6feff
Status: Image is up to date for yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_rumble_1\s*$'
+ ls -al .
total 56
drwx--x--x  3 rultor rultor  4096 Apr 10 17:16 .
drwxrwxrwt 10 root   root   12288 Apr 10 17:16 ..
-rw-rw-r--  1 rultor rultor   444 Apr 10 17:16 end.sh
-rwxrwxr-x  1 rultor rultor   338 Apr 10 17:16 entry.sh
-rw-rw-r--  1 rultor rultor     4 Apr 10 17:16 pid
drwxrwxr-x  8 rultor rultor  4096 Apr 10 17:16 repo
-rw-rw-r--  1 rultor rultor    56 Apr 10 17:15 rubygems.yml
-rwxrwxr-x  1 rultor rultor  5462 Apr 10 17:16 run.sh
-rw-rw-r--  1 rultor rultor    98 Apr 10 17:15 s3cfg
-rw-rw-r--  1 rultor rultor   569 Apr 10 17:16 script.sh
-rw-rw-r--  1 rultor rultor  3838 Apr 10 17:16 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-zQ77:/main --env=head=git@github.com:yegor256/rumble.git --env=tag=0.1 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/rumble.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get -y update'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/1\.0\.snapshot/${tag}/g" lib/rumble/version.rb'\'' '\'';'\'' '\''git add lib/rumble/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build rumble.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-zQ77/cid -w=/main --name=yegor256_rumble_1 yegor256/rultor /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ 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/.gnupg /root/.m2 /root/.oracle_jre_usage /root/.profile /root/texmf /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 --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:yegor256/rumble.git
+ head=git@github.com:yegor256/rumble.git
+ export tag=0.1
+ tag=0.1
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ sudo -i apt-get -y update
Get:1ohttp://ppa.launchpad.net trusty InRelease [15.4 kB]
Ign%http://archive.ubuntu.comatrustyfInReleases][[Connecting to3ppa.launchpad.n
Get:2 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Hit http://archive.ubuntu.com trusty-backports InRelease
Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
Hit http://ppa.launchpad.net trusty InRelease
Ign http://ppa.launchpad.net precise InRelease
Get:4 https://deb.nodesource.com trusty InRelease
Hit%http://archive.ubuntu.comBtrusty Release.gpg
Hit%http://ppa.launchpad.netkprecisetRelease.gpgders]
Hit%http://archive.ubuntu.comBtrustytRelease headers]
Hit%http://ppa.launchpad.netkprecisenReleaseto ppa.launchpad.net (91.189.95.83)
Get:5[http://ppa.launchpad.net]trusty/main amd64 Packages [3477 B]
Get:6[http://archive.ubuntu.com trusty-updates/universe Sources [250 kB]
Get:7[http://archive.ubuntu.comWtrusty-updates/mainaamd64 Packagese[1330 kB]
Get:8[http://archive.ubuntu.comRtrusty-updates/restrictedtamd64oPackagess[21.4 kB]
Get:9[http://security.ubuntu.cometrusty-security/universenSourcese[85.8]kB]aiti
Get:107http://security.ubuntu.comatrusty-security/mainiamd64fPackagesr[907 kB]r
Hit http://ppa.launchpad.net]trusty/mainoamd64dPackages%Packages4606kkB/907kkB5
Get:114http://archive.ubuntu.comWtrusty-updates/universe amd64gPackagesB[581 kB]
Get:121http://archive.ubuntu.comctrusty-updates/multiverseeamd64iPackagese[16.0 kB]
Get:13 http://security.ubuntu.com trusty-security/restricted amd64 Packages [18.1 kB]
Get:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [284 kB]
Hit https://deb.nodesource.com trusty/main Sources
Hit%http://archive.ubuntu.com4trusty-backports/mainkamd64%Packages/284 kB 85%]
Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Get:15 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [4717 B]
Get:161https://deb.nodesource.com trusty/main amd64 Packages
Hit%http://archive.ubuntu.comitrusty/universesSourcesecting to ppa.launchpad.ne
Hit%http://archive.ubuntu.comatrusty/maineamd64]Packages for headers]
Hit http://ppa.launchpad.net precise/main amd64 Packages
Hit%http://archive.ubuntu.com trusty/restricted amd64 Packages
Hit%http://archive.ubuntu.comftrusty/universeramd64 Packages
Hit%http://archive.ubuntu.com trusty/multiverse amd64 Packages
Fetchedo3654gkB0in]3sB(992 kB/s)
Reading package lists... Done
W: Duplicate sources.list entry http://ppa.launchpad.net/git-core/ppa/ubuntu/ trusty/main amd64 Packages (/var/lib/apt/lists/ppa.launchpad.net_git-core_ppa_ubuntu_dists_trusty_main_binary-amd64_Packages.gz)
W: You may want to run apt-get update to correct these problems
+ sudo -i gem install pdd
Fetching: mini_portile2-2.3.0.gem (100%)
Successfully installed mini_portile2-2.3.0
Fetching: nokogiri-1.8.2.gem (100%)
Building native extensions.  This could take a while...
Successfully installed nokogiri-1.8.2
Fetching: rainbow-3.0.0.gem (100%)
Successfully installed rainbow-3.0.0
Fetching: slop-4.6.1.gem (100%)
Successfully installed slop-4.6.1
Fetching: pdd-0.20.3.gem (100%)
Successfully installed pdd-0.20.3
Parsing documentation for mini_portile2-2.3.0
Installing ri documentation for mini_portile2-2.3.0
Parsing documentation for nokogiri-1.8.2
Installing ri documentation for nokogiri-1.8.2
Parsing documentation for rainbow-3.0.0
Installing ri documentation for rainbow-3.0.0
Parsing documentation for slop-4.6.1
Installing ri documentation for slop-4.6.1
Parsing documentation for pdd-0.20.3
Installing ri documentation for pdd-0.20.3
Done installing documentation for mini_portile2, nokogiri, rainbow, slop, pdd after 14 seconds
5 gems installed
+ bundle install
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 12.0.00m
32mInstalling concurrent-ruby 1.0.50m
32mInstalling minitest 5.5.00m
32mInstalling thread_safe 0.3.60m
32mInstalling builder 3.2.30m
32mInstalling erubi 1.7.10m
Using mini_portile2 2.3.0
32mInstalling crass 1.0.40m
32mInstalling rack 2.0.40m
32mInstalling ast 2.4.00m
32mInstalling json 1.8.6 with native extensions0m
32mInstalling docile 1.3.00m
32mInstalling simplecov-html 0.10.20m
32mInstalling url 0.3.20m
32mInstalling diff-lcs 1.30m
32mInstalling multi_json 1.13.10m
32mInstalling multi_test 0.1.20m
32mInstalling liquid 4.0.00m
32mInstalling mini_mime 1.0.00m
32mInstalling method_source 0.9.00m
32mInstalling parallel 1.12.10m
32mInstalling powerpack 0.1.10m
32mInstalling thor 0.20.00m
Using rainbow 3.0.0
32mInstalling redcarpet 3.4.0 with native extensions0m
32mInstalling rspec-support 3.1.20m
32mInstalling ruby-progressbar 1.9.00m
32mInstalling unicode-display_width 1.3.00m
32mInstalling slop 4.6.20m
32mInstalling uuidtools 2.1.50m
Using bundler 1.11.2
32mInstalling i18n 1.0.00m
32mInstalling tzinfo 1.2.50m
Using nokogiri 1.8.2
32mInstalling rack-test 1.0.00m
32mInstalling parser 2.5.0.50m
32mInstalling rdoc 4.2.00m
32mInstalling simplecov 0.16.10m
32mInstalling gherkin 2.12.2 with native extensions0m
32mInstalling mail 2.7.00m
32mInstalling rspec-core 3.1.70m
32mInstalling rspec-expectations 3.1.20m
32mInstalling rspec-mocks 3.1.30m
32mInstalling activesupport 5.2.00m
32mInstalling loofah 2.2.20m
32mInstalling rubocop 0.52.00m
32mInstalling codecov 0.1.100m
32mInstalling cucumber 1.3.170m
Using rumble 1.0.snapshot from source at `.`
32mInstalling rails-dom-testing 2.0.30m
32mInstalling rails-html-sanitizer 1.0.40m
32mInstalling rubocop-rspec 1.5.10m
32mInstalling actionview 5.2.00m
32mInstalling actionpack 5.2.00m
32mInstalling railties 5.2.00m
32mInstalling rspec-rails 3.1.00m
32mBundle complete! 9 Gemfile dependencies, 56 gems now installed.0m
32mUse `bundle show [gemname]` to see where a bundled gem is installed.0m
32mPost-install message from rdoc:0m
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
/usr/local/rvm/gems/ruby-2.3.3/gems/redcarpet-3.4.0/lib/redcarpet/compat.rb:1: warning: loading in progress, circular require considered harmful - /usr/local/rvm/gems/ruby-2.3.3/gems/redcarpet-3.4.0/lib/redcarpet.rb
        from /usr/local/rvm/gems/ruby-2.3.3/gems/rake-12.0.0/lib/rake/rake_test_loader.rb:4:in  `<main>'
        from /usr/local/rvm/gems/ruby-2.3.3/gems/rake-12.0.0/lib/rake/rake_test_loader.rb:4:in  `select'
        from /usr/local/rvm/gems/ruby-2.3.3/gems/rake-12.0.0/lib/rake/rake_test_loader.rb:15:in  `block in <main>'
        from /usr/local/rvm/gems/ruby-2.3.3/gems/rake-12.0.0/lib/rake/rake_test_loader.rb:15:in  `require'
        from /home/r/repo/test/test__helper.rb:31:in  `<top (required)>'
        from /home/r/repo/test/test__helper.rb:31:in  `require_relative'
        from /home/r/repo/lib/rumble.rb:24:in  `<top (required)>'
        from /home/r/repo/lib/rumble.rb:24:in  `require'
        from /usr/local/rvm/gems/ruby-2.3.3/gems/redcarpet-3.4.0/lib/redcarpet.rb:2:in  `<top (required)>'
        from /usr/local/rvm/gems/ruby-2.3.3/gems/redcarpet-3.4.0/lib/redcarpet.rb:2:in  `require'
        from /usr/local/rvm/gems/ruby-2.3.3/gems/redcarpet-3.4.0/lib/redcarpet/compat.rb:1:in  `<top (required)>'
        from /usr/local/rvm/gems/ruby-2.3.3/gems/redcarpet-3.4.0/lib/redcarpet/compat.rb:1:in  `require'
Run options: --seed 56230

# Running:

Sending 1 email(s) as Yegor Bugayenko <yegor256@gmail.com>
Sending to John Doe <test@yegor256.com>... /home/r/repo/lib/rumble.rb:64: warning: instance variable @options not initialized
/home/r/repo/lib/rumble.rb:66: warning: instance variable @options not initialized
/usr/local/rvm/gems/ruby-2.3.3/gems/mail-2.7.0/lib/mail/parsers/content_type_parser.rb:938: warning: statement not reached
/usr/local/rvm/gems/ruby-2.3.3/gems/mail-2.7.0/lib/mail/parsers/content_type_parser.rb:963: warning: statement not reached
/usr/local/rvm/gems/ruby-2.3.3/gems/mail-2.7.0/lib/mail/parsers/content_type_parser.rb:1034: warning: mismatched indentations at 'end' with 'while' at 725
/usr/local/rvm/gems/ruby-2.3.3/gems/mail-2.7.0/lib/mail/parsers/content_type_parser.rb:1035: warning: mismatched indentations at 'end' with 'begin' at 716
/usr/local/rvm/gems/ruby-2.3.3/gems/mail-2.7.0/lib/mail/parsers/content_type_parser.rb:717: warning: assigned but unused variable - testEof
32mdone0m #1
Sent 1 emails
32m.0m

Finished in 0.163295s, 6.1239 runs/s, 0.0000 assertions/s.

1 runs, 0 assertions, 0 failures, 0 errors, 0 skips
Coverage report generated for Unit Tests to /home/r/repo/coverage. 51 / 59 LOC (86.44%) covered.
/usr/local/rvm/rubies/ruby-2.3.3/bin/ruby -S bundle exec cucumber
/usr/local/rvm/gems/ruby-2.3.3/gems/cucumber-1.3.17/lib/cucumber/ast/step.rb:80: warning: circular argument reference - name
Using the default profile...
Feature: Command Line Processing
  As a newsletter author I want to be able to send a newsletter

  Scenario: Help can be printed90m         # features/cli.feature:40m
    32mWhen I run bin/rumble with "32m1m--help0m0m32m"90m # features/step_definitions/steps.rb:500m0m
    32mThen Exit code is zero90m              # features/step_definitions/steps.rb:660m0m
    32mAnd Stdout contains "32m1m--help0m0m32m"90m        # features/step_definitions/steps.rb:560m0m

  Scenario: Version can be printed90m         # features/cli.feature:90m
    32mWhen I run bin/rumble with "32m1m--version0m0m32m&quot;90m # features/step_definitions/steps.rb:500m0m
    32mThen Exit code is zero90m                 # features/step_definitions/steps.rb:660m0m

  Scenario: Sending test email90m                                                                                                                                  # features/cli.feature:130m
    32mGiven I have a "32m1ma.liquid0m0m32m" file with content:90m                                                                                                                # features/step_definitions/steps.rb:430m0m
32m      """0m
32m      Hi, {{ first }}0m
32m      How are you?0m
32m0m
32m      """0m
    32mWhen I run bin/rumble with "32m1m--test yegor256@gmail.com --host test --user test --password test --subject test --letter a.liquid --from me@example.com --dry0m0m32m"90m # features/step_definitions/steps.rb:500m0m
    32mThen Stdout contains "32m1mSent 1 email0m0m32m"90m                                                                                                                         # features/step_definitions/steps.rb:560m0m
    32mAnd Exit code is zero90m                                                                                                                                       # features/step_definitions/steps.rb:660m0m

Feature: Gem Package
  As a source code writer I want to be able to
  package the Gem into .gem file

  Scenario: Gem can be packaged90m                  # features/gem_package.feature:50m
    32mGiven It is Unix90m                             # features/step_definitions/steps.rb:860m0m
    32mGiven I have a "32m1mexecs.rb0m0m32m" file with content:90m # features/step_definitions/steps.rb:430m0m
32m      """0m
32m      #!/usr/bin/env ruby0m
32m      require 'rubygems'0m
32m      spec = Gem::Specification::load('./spec.rb')0m
32m      if spec.executables.empty?0m
32m        fail 'no executables: ' + File.read('./spec.rb')0m
32m      end0m
32m      """0m
/tmp/test20180410-13579-1mwl723/rumble/lib/rumble/version.rb:26: warning: already initialized constant Rumble::VERSION
/home/r/repo/lib/rumble/version.rb:26: warning: previous definition of VERSION was here
WARNING:  pessimistic dependency on liquid (~> 4.0.0) may be overly strict
  if liquid is semantically versioned, use:
    add_runtime_dependency 'liquid', '~> 4.0', '>= 4.0.0'
WARNING:  pessimistic dependency on mail (~> 2.7.0) may be overly strict
  if mail is semantically versioned, use:
    add_runtime_dependency 'mail', '~> 2.7', '>= 2.7.0'
WARNING:  pessimistic dependency on redcarpet (~> 3.4.0) may be overly strict
  if redcarpet is semantically versioned, use:
    add_runtime_dependency 'redcarpet', '~> 3.4', '>= 3.4.0'
WARNING:  pessimistic dependency on uuidtools (~> 2.1.5) may be overly strict
  if uuidtools is semantically versioned, use:
    add_runtime_dependency 'uuidtools', '~> 2.1', '>= 2.1.5'
WARNING:  See http://guides.rubygems.org/specification-reference/ for help
    32mWhen I run bash with:90m                        # features/step_definitions/steps.rb:800m0m
32m      """0m
32m      cd rumble0m
32m      gem build rumble.gemspec0m
32m      gem specification --ruby rumble-*.gem > ../spec.rb0m
32m      cd ..0m
32m      ruby execs.rb0m
32m      """0m
    32mThen Exit code is zero90m                       # features/step_definitions/steps.rb:660m0m

4 scenarios (32m4 passed0m)
13 steps (32m13 passed0m)
0m2.386s
Coverage report generated for Cucumber Features, Unit Tests to /home/r/repo/coverage. 51 / 59 LOC (86.44%) covered.
Running RuboCop...
.rubocop.yml: Style/MultilineMethodCallIndentation has the wrong namespace - should be Layout
Inspecting 9 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m

9 files inspected, 32mno offenses0m detected
grep -q -r '2018'     --include '*.rb'     --include '*.txt'     --include 'Rakefile'     .
+ rm -rf '*.gem'
+ sed -i 's/1\.0\.snapshot/0.1/g' lib/rumble/version.rb
+ git add lib/rumble/version.rb
+ git commit -m 'version set to 0.1'
[__rultor ac43e32] version set to 0.1
 1 file changed, 1 insertion(+), 1 deletion(-)
+ gem build rumble.gemspec
WARNING:  pessimistic dependency on liquid (~> 4.0.0) may be overly strict
  if liquid is semantically versioned, use:
    add_runtime_dependency 'liquid', '~> 4.0', '>= 4.0.0'
WARNING:  pessimistic dependency on mail (~> 2.7.0) may be overly strict
  if mail is semantically versioned, use:
    add_runtime_dependency 'mail', '~> 2.7', '>= 2.7.0'
WARNING:  pessimistic dependency on redcarpet (~> 3.4.0) may be overly strict
  if redcarpet is semantically versioned, use:
    add_runtime_dependency 'redcarpet', '~> 3.4', '>= 3.4.0'
WARNING:  pessimistic dependency on uuidtools (~> 2.1.5) may be overly strict
  if uuidtools is semantically versioned, use:
    add_runtime_dependency 'uuidtools', '~> 2.1', '>= 2.1.5'
WARNING:  See http://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: rumble
  Version: 0.1
  File: rumble-0.1.gem
+ chmod 0600 ../rubygems.yml
+ gem push rumble-0.1.gem --config-file ../rubygems.yml
Pushing gem to https://rubygems.org...
Successfully registered gem: rumble (0.1)
+ 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.1 -m '0.1: tagged by rultor.com'
+ git reset --hard
HEAD is now at ac43e32 version set to 0.1
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was ac43e32).
+ git push --all origin
To git@github.com:yegor256/rumble.git
 ! [rejected]        master -> master (fetch first)
error: failed to push some refs to 'git@github.com:yegor256/rumble.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
container ecdfd999e623bbae05a3662dce6b809d4f2300a3d0981ea3479603f0644a81fa is dead
Tue Apr 10 17:18:33 CEST 2018