+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 1359 + echo '1.69.1 839260fab' 1.69.1 839260fab + date Mon Aug 23 21:47:36 CEST 2021 + uptime 21:47:36 up 330 days, 5:53, 0 users, load average: 5.88, 4.95, 4.68 + head=git@github.com:yegor256/xembly-gem.git + ff=default + image=yegor256/rultor-image + rebase=false + squash=false + head_branch=master + author=yegor256 + tag=0.4.3 + vars=('--env=head=git@github.com:yegor256/xembly-gem.git' '--env=tag=0.4.3' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/xembly-gem.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.4.3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"'\'' '\'';'\'' '\''bundle exec rake clean test rubocop copyright'\'' '\'';'\'' '\''sed -i "s/1\.0\.snapshot/${tag}/g" lib/xembly/version.rb'\'' '\'';'\'' '\''git add lib/xembly/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build xembly.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/xembly-gem.git'\''' ';' 'export '\''tag=0.4.3'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' 'bundle exec rake clean test rubocop copyright' ';' 'sed -i "s/1\.0\.snapshot/${tag}/g" lib/xembly/version.rb' ';' 'git add lib/xembly/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build xembly.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';') + directory= + container=yegor256_xembly-gem_7 + 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/xembly-gem.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/xembly-gem.git'\''' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''head=git@github.com:yegor256/xembly-gem.git'\''' ';' 'export '\''tag=0.4.3'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' 'bundle exec rake clean test rubocop copyright' ';' 'sed -i "s/1\.0\.snapshot/${tag}/g" lib/xembly/version.rb' ';' 'git add lib/xembly/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build xembly.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';' + sensitive=() + rm -rf .gpg + '[' -z 0.4.3 ']' + [[ 0.4.3 =~ ^[a-zA-Z0-9\.\-]+$ ]] + echo 'tag name is valid: "0.4.3"' tag name is valid: "0.4.3" + cd repo ++ git tag -l 0.4.3 + '[' ']' + 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 ++ tail -n 1 ++ sed 's/ /\n/g' + load=4.68 ++ echo 4.68 '>' 30 ++ bc + '[' 0 -eq 1 ']' + echo 'load average is 4.68, low enough to run a new Docker container' load average is 4.68, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor-image + docker pull yegor256/rultor-image Using default tag: latest latest: Pulling from yegor256/rultor-image Digest: sha256:ae457d2438aa9a4989fb3a85705ab72db31f399c2ef11af2e520b03c1ccd2fe0 Status: Image is up to date for yegor256/rultor-image:latest + docker ps --filter=status=exited + grep --quiet '\syegor256_xembly-gem_7\s*$' + ls -al . total 712 drwx--x--x 3 rultor rultor 4096 Aug 23 21:47 . drwxrwxrwt 12 root root 684032 Aug 23 21:47 .. -rw-rw-r-- 1 rultor rultor 444 Aug 23 21:47 end.sh -rwxrwxr-x 1 rultor rultor 363 Aug 23 21:47 entry.sh -rw-rw-r-- 1 rultor rultor 5 Aug 23 21:47 pid drwxrwxr-x 8 rultor rultor 4096 Aug 23 21:47 repo -rw-rw-r-- 1 rultor rultor 56 Aug 23 21:47 rubygems.yml -rwxrwxr-x 1 rultor rultor 5821 Aug 23 21:47 run.sh -rw-rw-r-- 1 rultor rultor 615 Aug 23 21:47 script.sh -rw-rw-r-- 1 rultor rultor 4015 Aug 23 21:47 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-s2J7:/main --env=head=git@github.com:yegor256/xembly-gem.git --env=tag=0.4.3 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/xembly-gem.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.4.3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"'\'' '\'';'\'' '\''bundle exec rake clean test rubocop copyright'\'' '\'';'\'' '\''sed -i "s/1\.0\.snapshot/${tag}/g" lib/xembly/version.rb'\'' '\'';'\'' '\''git add lib/xembly/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build xembly.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-s2J7/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_xembly-gem_7 yegor256/rultor-image /main/entry.sh + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r + usermod -s /bin/bash r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bashrc /root/.cache /root/.config /root/.gem /root/.gnupg /root/.m2 /root/.profile /root/texmf /home/r + cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rubygems.yml ./run.sh ./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/xembly-gem.git + head=git@github.com:yegor256/xembly-gem.git + export tag=0.4.3 + tag=0.4.3 + export head_branch=master + head_branch=master + export author=yegor256 + author=yegor256 + pdd -f /dev/null Found 7 lines in /home/r/repo/.pdd My version is 0.20.6 Ruby version is 2.7.0 at x86_64-linux Reading . Excluding target/**/* Excluding src/main/resources/images/**/* 44 file(s) found, 171 excluded Reading .simplecov... Reading Rakefile... Reading Gemfile... Reading .0pdd.yml... Reading .github/ISSUE_TEMPLATE.md... Reading .github/PULL_REQUEST_TEMPLATE.md... Reading cucumber.yml... Reading xembly.gemspec... Reading .travis.yml... Reading LICENSE.txt... Reading test/test_xembler.rb... Reading test/test_attr.rb... Reading test/test_add.rb... Reading test/test_set.rb... Reading test/test_directives.rb... Reading test/test_xembly.rb... Reading test/test_remove.rb... Reading test/test_addif.rb... Reading test/test__helper.rb... Reading .pdd... Reading .rultor.yml... Reading .coveralls.yml... Reading lib/xembly.rb... Reading lib/xembly/directives.rb... Reading lib/xembly/set.rb... Reading lib/xembly/remove.rb... Reading lib/xembly/add.rb... Reading lib/xembly/xpath.rb... Reading lib/xembly/strict.rb... Reading lib/xembly/xembler.rb... Reading lib/xembly/addif.rb... Reading lib/xembly/up.rb... Reading lib/xembly/attr.rb... Reading lib/xembly/version.rb... Reading README.md... Reading appveyor.yml... Reading .rubocop.yml... Reading .gitignore... Reading features/cli.feature... Reading features/support/env.rb... Reading features/gem_package.feature... Reading features/step_definitions/steps.rb... Reading bin/xembly... Reading .gitattributes... ++ pwd + sudo -i bundle install --no-color --gemfile=/home/r/repo/Gemfile 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.... Fetching rake 13.0.6 Installing rake 13.0.6 Using bundler 2.2.23 Fetching zeitwerk 2.4.2 Fetching crass 1.0.6 Fetching rack 2.2.3 Fetching builder 3.2.4 Fetching ast 2.4.2 Fetching simplecov-html 0.10.2 Fetching docile 1.4.0 Fetching concurrent-ruby 1.1.9 Fetching minitest 5.14.4 Fetching racc 1.5.2 Fetching json 2.5.1 Fetching erubi 1.10.0 Installing zeitwerk 2.4.2 Installing erubi 1.10.0 Installing crass 1.0.6 Installing builder 3.2.4 Installing docile 1.4.0 Installing json 2.5.1 with native extensions Installing simplecov-html 0.10.2 Installing concurrent-ruby 1.1.9 Installing minitest 5.14.4 Installing rack 2.2.3 Installing ast 2.4.2 Installing racc 1.5.2 with native extensions Fetching sync 0.5.0 Installing sync 0.5.0 Fetching thor 1.1.0 Installing thor 1.1.0 Fetching cucumber-messages 17.0.1 Installing cucumber-messages 17.0.1 Fetching cucumber-tag-expressions 3.0.1 Installing cucumber-tag-expressions 3.0.1 Fetching ffi 1.15.3 Fetching cucumber-cucumber-expressions 12.1.2 Installing ffi 1.15.3 with native extensions Installing cucumber-cucumber-expressions 12.1.2 Fetching diff-lcs 1.4.4 Fetching mime-types-data 3.2021.0704 Fetching multi_test 0.1.2 Fetching parallel 1.20.1 Fetching method_source 1.0.0 Using rainbow 3.0.0 Fetching rdoc 6.3.2 Fetching regexp_parser 2.1.1 Fetching rexml 3.2.5 Installing diff-lcs 1.4.4 Installing parallel 1.20.1 Installing rexml 3.2.5 Installing multi_test 0.1.2 Installing method_source 1.0.0 Installing mime-types-data 3.2021.0704 Installing regexp_parser 2.1.1 Installing rdoc 6.3.2 Fetching rspec-support 3.10.2 Installing rspec-support 3.10.2 Fetching ruby-progressbar 1.11.0 Fetching unicode-display_width 2.0.0 Installing ruby-progressbar 1.11.0 Installing unicode-display_width 2.0.0 Fetching slop 4.4.1 Fetching parser 3.0.2.0 Installing slop 4.4.1 Fetching rack-test 1.1.0 Fetching cucumber-gherkin 20.0.1 Fetching cucumber-html-formatter 16.0.1 Fetching i18n 1.8.10 Installing cucumber-gherkin 20.0.1 Fetching tzinfo 2.0.4 Installing i18n 1.8.10 Installing parser 3.0.2.0 Installing rack-test 1.1.0 Installing cucumber-html-formatter 16.0.1 Installing tzinfo 2.0.4 Fetching tins 1.29.1 Fetching mime-types 3.3.1 Installing mime-types 3.3.1 Installing tins 1.29.1 Fetching rspec-core 3.10.1 Installing rspec-core 3.10.1 Fetching rspec-expectations 3.10.1 Fetching rspec-mocks 3.10.2 Fetching cucumber-core 10.0.1 Installing rspec-expectations 3.10.1 Installing rspec-mocks 3.10.2 Installing cucumber-core 10.0.1 Fetching activesupport 6.1.4.1 Installing activesupport 6.1.4.1 Fetching nokogiri 1.12.3 (x86_64-linux) Fetching rubocop-ast 1.10.0 Installing rubocop-ast 1.10.0 Fetching cucumber-wire 6.1.0 Fetching term-ansicolor 1.7.1 Installing cucumber-wire 6.1.0 Installing term-ansicolor 1.7.1 Installing nokogiri 1.12.3 (x86_64-linux) Fetching rubocop 1.19.1 Installing rubocop 1.19.1 Using xembly 1.0.snapshot from source at `.` and installing its executables Fetching loofah 2.12.0 Fetching rails-dom-testing 2.0.3 Installing loofah 2.12.0 Installing rails-dom-testing 2.0.3 Fetching rubocop-rspec 2.4.0 Fetching rails-html-sanitizer 1.4.1 Installing rubocop-rspec 2.4.0 Installing rails-html-sanitizer 1.4.1 Fetching actionview 6.1.4.1 Installing actionview 6.1.4.1 Fetching actionpack 6.1.4.1 Installing actionpack 6.1.4.1 Fetching railties 6.1.4.1 Installing railties 6.1.4.1 Fetching rspec-rails 5.0.2 Installing rspec-rails 5.0.2 Fetching sys-uname 1.2.2 Installing sys-uname 1.2.2 Fetching cucumber-create-meta 6.0.1 Installing cucumber-create-meta 6.0.1 Fetching simplecov 0.16.1 Installing simplecov 0.16.1 Fetching cucumber 7.0.0 Installing cucumber 7.0.0 Fetching coveralls 0.8.23 Installing coveralls 0.8.23 Bundle complete! 8 Gemfile dependencies, 65 gems now installed. Use `bundle info [gemname]` to see where a bundled gem is installed. + bundle exec rake clean test rubocop copyright /home/r/repo/xembly.gemspec:41: warning: global variable `$RS' not initialized /home/r/repo/lib/xembly/xembler.rb:24: warning: /home/r/repo/lib/xembly/xembler.rb:24: warning: loading in progress, circular require considered harmful - /home/r/repo/lib/xembly.rb from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:6:in `<main>' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:6:in `select' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:21:in `block in <main>' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:21:in `require' from /home/r/repo/test/test__helper.rb:26:in `<top (required)>' from /home/r/repo/test/test__helper.rb:26:in `require' from /home/r/repo/lib/xembly.rb:25:in `<top (required)>' from /home/r/repo/lib/xembly.rb:25:in `require' from /home/r/repo/lib/xembly/xembler.rb:24:in `<top (required)>' from /home/r/repo/lib/xembly/xembler.rb:24:in `require' /home/r/repo/lib/xembly/add.rb:24: warning: /home/r/repo/lib/xembly/add.rb:24: warning: loading in progress, circular require considered harmful - /home/r/repo/lib/xembly.rb from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:6:in `<main>' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:6:in `select' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:21:in `block in <main>' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:21:in `require' from /home/r/repo/test/test__helper.rb:26:in `<top (required)>' from /home/r/repo/test/test__helper.rb:26:in `require' from /home/r/repo/lib/xembly.rb:26:in `<top (required)>' from /home/r/repo/lib/xembly.rb:26:in `require' from /home/r/repo/lib/xembly/directives.rb:24:in `<top (required)>' from /home/r/repo/lib/xembly/directives.rb:24:in `require' from /home/r/repo/lib/xembly/add.rb:24:in `<top (required)>' from /home/r/repo/lib/xembly/add.rb:24:in `require' /home/r/repo/lib/xembly/addif.rb:24: warning: /home/r/repo/lib/xembly/addif.rb:24: warning: loading in progress, circular require considered harmful - /home/r/repo/lib/xembly.rb from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:6:in `<main>' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:6:in `select' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:21:in `block in <main>' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:21:in `require' from /home/r/repo/test/test__helper.rb:26:in `<top (required)>' from /home/r/repo/test/test__helper.rb:26:in `require' from /home/r/repo/lib/xembly.rb:26:in `<top (required)>' from /home/r/repo/lib/xembly.rb:26:in `require' from /home/r/repo/lib/xembly/directives.rb:25:in `<top (required)>' from /home/r/repo/lib/xembly/directives.rb:25:in `require' from /home/r/repo/lib/xembly/addif.rb:24:in `<top (required)>' from /home/r/repo/lib/xembly/addif.rb:24:in `require' /home/r/repo/lib/xembly/attr.rb:24: warning: /home/r/repo/lib/xembly/attr.rb:24: warning: loading in progress, circular require considered harmful - /home/r/repo/lib/xembly.rb from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:6:in `<main>' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:6:in `select' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:21:in `block in <main>' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:21:in `require' from /home/r/repo/test/test__helper.rb:26:in `<top (required)>' from /home/r/repo/test/test__helper.rb:26:in `require' from /home/r/repo/lib/xembly.rb:26:in `<top (required)>' from /home/r/repo/lib/xembly.rb:26:in `require' from /home/r/repo/lib/xembly/directives.rb:26:in `<top (required)>' from /home/r/repo/lib/xembly/directives.rb:26:in `require' from /home/r/repo/lib/xembly/attr.rb:24:in `<top (required)>' from /home/r/repo/lib/xembly/attr.rb:24:in `require' /home/r/repo/lib/xembly/remove.rb:24: warning: /home/r/repo/lib/xembly/remove.rb:24: warning: loading in progress, circular require considered harmful - /home/r/repo/lib/xembly.rb from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:6:in `<main>' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:6:in `select' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:21:in `block in <main>' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:21:in `require' from /home/r/repo/test/test__helper.rb:26:in `<top (required)>' from /home/r/repo/test/test__helper.rb:26:in `require' from /home/r/repo/lib/xembly.rb:26:in `<top (required)>' from /home/r/repo/lib/xembly.rb:26:in `require' from /home/r/repo/lib/xembly/directives.rb:27:in `<top (required)>' from /home/r/repo/lib/xembly/directives.rb:27:in `require' from /home/r/repo/lib/xembly/remove.rb:24:in `<top (required)>' from /home/r/repo/lib/xembly/remove.rb:24:in `require' /home/r/repo/lib/xembly/set.rb:25: warning: /home/r/repo/lib/xembly/set.rb:25: warning: loading in progress, circular require considered harmful - /home/r/repo/lib/xembly.rb from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:6:in `<main>' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:6:in `select' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:21:in `block in <main>' from /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb:21:in `require' from /home/r/repo/test/test__helper.rb:26:in `<top (required)>' from /home/r/repo/test/test__helper.rb:26:in `require' from /home/r/repo/lib/xembly.rb:26:in `<top (required)>' from /home/r/repo/lib/xembly.rb:26:in `require' from /home/r/repo/lib/xembly/directives.rb:28:in `<top (required)>' from /home/r/repo/lib/xembly/directives.rb:28:in `require' from /home/r/repo/lib/xembly/set.rb:25:in `<top (required)>' from /home/r/repo/lib/xembly/set.rb:25:in `require' Run options: --seed 19517 # Running: /home/r/repo/lib/xembly.rb:38: warning: instance variable @logger not initialized 32m.0m32m.0m32m.0m32m.0m/usr/local/rvm/gems/ruby-2.7.0/gems/slop-4.4.1/lib/slop.rb:23: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call /usr/local/rvm/gems/ruby-2.7.0/gems/slop-4.4.1/lib/slop/options.rb:26: warning: The called method `initialize' is defined here /usr/local/rvm/gems/ruby-2.7.0/gems/slop-4.4.1/lib/slop/options.rb:31: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call /usr/local/rvm/gems/ruby-2.7.0/gems/slop-4.4.1/lib/slop/parser.rb:13: warning: The called method `initialize' is defined here /usr/local/rvm/gems/ruby-2.7.0/gems/slop-4.4.1/lib/slop/options.rb:54: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call /usr/local/rvm/gems/ruby-2.7.0/gems/slop-4.4.1/lib/slop/option.rb:28: warning: The called method `initialize' is defined here /usr/local/rvm/gems/ruby-2.7.0/gems/slop-4.4.1/lib/slop/options.rb:84: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call /usr/local/rvm/gems/ruby-2.7.0/gems/slop-4.4.1/lib/slop/options.rb:50: warning: The called method `on' is defined here 32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m Finished in 0.007455s, 1475.4780 runs/s, 134.1344 assertions/s. 11 runs, 1 assertions, 0 failures, 0 errors, 0 skips Coverage report generated for Unit Tests to /home/r/repo/coverage. 159 / 174 LOC (91.38%) covered. 33m[Coveralls] Outside the CI environment, not sending data.0m Running RuboCop... /home/r/repo/.rubocop.yml: Warning: no department given for MethodLength. .rubocop.yml: Style/ClassLength has the wrong namespace - should be Metrics .rubocop.yml: Style/CyclomaticComplexity has the wrong namespace - should be Metrics Inspecting 28 files 32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m 28 files inspected, 32mno offenses0m detected Tip: Based on detected gems, the following RuboCop extension libraries might be helpful: * rubocop-minitest (https://github.com/rubocop/rubocop-minitest) You can opt out of this message by adding the following to your config (see https://docs.rubocop.org/rubocop/extensions.html#extension-suggestions for more options): AllCops: SuggestExtensions: false grep -q -r '2016-2021' --include '*.rb' --include '*.txt' --include 'Rakefile' . + sed -i 's/1\.0\.snapshot/0.4.3/g' lib/xembly/version.rb + git add lib/xembly/version.rb + git commit -m 'version set to 0.4.3' [__rultor 58ee738] version set to 0.4.3 1 file changed, 1 insertion(+), 1 deletion(-) + gem build xembly.gemspec Successfully built RubyGem Name: xembly Version: 0.4.3 File: xembly-0.4.3.gem + chmod 0600 ../rubygems.yml + gem push xembly-0.4.3.gem --config-file ../rubygems.yml Pushing gem to https://rubygems.org... Successfully registered gem: xembly (0.4.3) + 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.4.3 -m '0.4.3: tagged by rultor.com' + git reset --hard HEAD is now at 58ee738 version set to 0.4.3 + 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 58ee738). + git push --all origin Everything up-to-date + git push --tags origin To git@github.com:yegor256/xembly-gem.git * [new tag] 0.4.3 -> 0.4.3 container b928014cdd3f94f9acf27fa0847a0163fb68c63ae692ae03caec813ae2a2df1e is dead Mon Aug 23 21:49:20 CEST 2021