+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 3202452 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Sat 17 Sep 2022 08:05:15 AM CEST + uptime 08:05:15 up 80 days, 10:06, 0 users, load average: 0.80, 1.66, 1.03 + [email protected]:cqfn/pdd.git + ff=default + image=yegor256/rultor-image:1.9.0 + rebase=false + squash=false + head_branch=master + author=yegor256 + tag=0.22.0 + vars=('[email protected]:cqfn/pdd.git' '--env=tag=0.22.0' '--env=scripts=( '\''export '\''\'\'''\''[email protected]:cqfn/pdd.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.22.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${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'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256') + scripts=('export '\''[email protected]:cqfn/pdd.git'\''' ';' 'export '\''tag=0.22.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'bundle exec rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/0\.0\.0/${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' ';') + directory= + container=cqfn_pdd_213 + as_root=false + hostname m1415.contaboserver.net + git --version git version 2.25.1 + docker --version Docker version 20.10.17, build 100c701 + mkdir -p /home/rultor/.ssh + echo -e 'Host github.com\n\tStrictHostKeyChecking no\n' + chmod 600 /home/rultor/.ssh/config + git clone [email protected]:cqfn/pdd.git repo Cloning into 'repo'... + cd repo + git config user.email [email protected] + git config user.name rultor + '[' -z 'export '\''[email protected]:cqfn/pdd.git'\''' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''[email protected]:cqfn/pdd.git'\''' ';' 'export '\''tag=0.22.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'bundle exec rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/0\.0\.0/${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' ';' + sensitive=() + rm -rf .gnupg + '[' -z 0.22.0 ']' + [[ 0.22.0 =~ ^[a-zA-Z0-9\.\-]+$ ]] + echo 'tag name is valid: "0.22.0"' tag name is valid: "0.22.0" + cd repo ++ git tag -l 0.22.0 + '[' ']' + 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=1.03 ++ echo 1.03 '>' 30 ++ bc + '[' 0 -eq 1 ']' + echo 'load average is 1.03, low enough to run a new Docker container' load average is 1.03, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor-image:1.9.0 + docker pull yegor256/rultor-image:1.9.0 1.9.0: Pulling from yegor256/rultor-image Digest: sha256:33ae90af626cadadbfac736a5252b17f6a7dd6ccfce9c34edad6ab269b82f0fe Status: Image is up to date for yegor256/rultor-image:1.9.0 docker.io/yegor256/rultor-image:1.9.0 + docker ps --filter=status=exited + grep --quiet '\scqfn_pdd_213\s*$' + ls -al . total 48 drwx--x--x 3 rultor rultor 4096 Sep 17 08:05 . drwxrwxrwt 18 root root 4096 Sep 17 08:05 .. -rw-rw-r-- 1 rultor rultor 556 Sep 17 08:05 end.sh -rwxrwxr-x 1 rultor rultor 363 Sep 17 08:05 entry.sh -rw-rw-r-- 1 rultor rultor 8 Sep 17 08:05 pid drwxrwxr-x 11 rultor rultor 4096 Sep 17 08:05 repo -rw-rw-r-- 1 rultor rultor 56 Sep 17 08:05 rubygems.yml -rwxrwxr-x 1 rultor rultor 5976 Sep 17 08:05 run.sh -rw-rw-r-- 1 rultor rultor 692 Sep 17 08:05 script.sh -rw-rw-r-- 1 rultor rultor 4223 Sep 17 08:05 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-HGsB:/main [email protected]:cqfn/pdd.git --env=tag=0.22.0 '--env=scripts=( '\''export '\''\'\'''\''[email protected]:cqfn/pdd.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.22.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${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'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-HGsB/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=cqfn_pdd_213 yegor256/rultor-image:1.9.0 /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 + 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/.npm /root/.profile /root/texmf /root/.wget-hsts /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 + '[' -e /home/r/.profile ']' + source /home/r/.profile ++ '[' /bin/bash ']' ++ '[' -f /home/r/.bashrc ']' ++ . /home/r/.bashrc +++ '[' -z '' ']' +++ return ++ mesg n ++ true + shopt -s expand_aliases + alias 'sudo=sudo -i' + export HOME=/home/r + HOME=/home/r + cd /home/r/repo + export [email protected]:cqfn/pdd.git + [email protected]:cqfn/pdd.git + export tag=0.22.0 + tag=0.22.0 + export head_branch=master + head_branch=master + export author=yegor256 + author=yegor256 + pdd -f /dev/null /usr/local/rvm/gems/ruby-2.7.0/gems/pdd-0.20.8/lib/pdd/version.rb:26: warning: already initialized constant PDD::VERSION /home/r/repo/lib/pdd/version.rb:26: warning: previous definition of VERSION was here Found 25 lines in /home/r/repo/.pdd My version is 0.20.8 Ruby version is 2.7.0 at x86_64-linux Reading from root dir . 38;5;214mExcluding0m .idea/**/* 38;5;214mExcluding0m .bundle/**/* 38;5;214mExcluding0m target/**/* 38;5;214mExcluding0m coverage/**/* 38;5;214mExcluding0m test_assets/**/* 38;5;214mExcluding0m README.md 38;5;214mExcluding0m features/cli.feature 38;5;214mExcluding0m features/parsing.feature 38;5;214mExcluding0m features/catches_broken_puzzles.feature 38;5;214mExcluding0m features/remove.feature 38;5;214mExcluding0m features/uses_config.feature 38;5;214mExcluding0m features/html_output.feature 38;5;214mExcluding0m features/avoiding_duplicates.feature 38;5;214mExcluding0m features/applies_rules.feature 38;5;214mExcluding0m features/unicode.feature 38;5;214mExcluding0m lib/pdd/source.rb 38;5;214mExcluding0m test/test_source.rb 38;5;214mExcluding0m test/test_source_todo.rb 38;5;214mExcluding0m test/test_pdd.rb 38;5;214mExcluding0m src/main/resources/images/**/* Reading utils/glob.rb ... Reading .gitattributes ... Reading bin/pdd ... Reading features/support/env.rb ... Reading features/rake.feature ... Reading features/gem_package.feature ... Reading features/step_definitions/steps.rb ... Reading LICENSE.txt ... Reading .github/workflows/pdd.yml ... Reading .github/workflows/codecov.yml ... Reading .github/workflows/xcop.yml ... Reading .github/workflows/rake.yml ... Reading lib/pdd.rb ... Reading lib/pdd/puzzle.rb ... Reading lib/pdd/rake_task.rb ... Reading lib/pdd/rule/duplicates.rb ... Reading lib/pdd/rule/text.rb ... Reading lib/pdd/rule/estimates.rb ... Reading lib/pdd/rule/roles.rb ... Reading lib/pdd/version.rb ... Reading lib/pdd/sources.rb ... Reading .0pdd.yml ... Reading .overcommit.yml ... Reading assets/puzzles.xsd ... Reading assets/puzzles.xsl ... Reading .simplecov ... Reading .gitignore ... Reading .rultor.yml ... Reading .rubocop.yml ... Reading Gemfile ... Reading pdd.gemspec ... Reading Rakefile ... Reading test/test_many.rb ... Reading test/test_roles.rb ... Reading test/test__helper.rb ... Reading test/test_duplicates.rb ... Reading test/test_rake_task.rb ... Reading test/test_estimates.rb ... Reading test/test_sources.rb ... Reading test/test_text.rb ... Reading CITATION.cff ... Reading cucumber.yml ... Reading .pdd ... ++ 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. fatal: unsafe repository ('/home/r/repo' is owned by someone else) To add an exception for this directory, call: git config --global --add safe.directory /home/r/repo Fetching gem metadata from https://rubygems.org/........... Resolving dependencies..... Fetching rake 13.0.6 Installing rake 13.0.6 Fetching builder 3.2.4 Fetching contracts 0.16.1 Fetching erubi 1.11.0 Fetching childprocess 3.0.0 Fetching rack 2.2.4 Fetching cucumber-messages 18.0.0 Fetching cucumber-tag-expressions 4.1.0 Fetching concurrent-ruby 1.1.10 Fetching cucumber-ci-environment 9.1.0 Fetching minitest 5.16.2 Fetching racc 1.6.0 Fetching crass 1.0.6 Installing childprocess 3.0.0 Installing cucumber-ci-environment 9.1.0 Installing crass 1.0.6 Installing cucumber-messages 18.0.0 Installing builder 3.2.4 Installing minitest 5.16.2 Installing cucumber-tag-expressions 4.1.0 Installing rack 2.2.4 Installing racc 1.6.0 with native extensions Installing erubi 1.11.0 Installing concurrent-ruby 1.1.10 Fetching cucumber-cucumber-expressions 15.2.0 Installing contracts 0.16.1 Fetching diff-lcs 1.5.0 Installing cucumber-cucumber-expressions 15.2.0 Fetching mime-types-data 3.2022.0105 Fetching multi_test 1.1.0 Fetching ffi 1.15.5 Fetching rspec-support 3.11.1 Fetching thor 1.2.1 Fetching ast 2.4.2 Installing diff-lcs 1.5.0 Installing multi_test 1.1.0 Installing rspec-support 3.11.1 Installing thor 1.2.1 Using bundler 2.3.16 Fetching docile 1.4.0 Installing ast 2.4.2 Fetching simplecov-html 0.12.3 Fetching simplecov_json_formatter 0.1.4 Using differ 0.1.2 Fetching json 2.6.2 Installing docile 1.4.0 Installing ffi 1.15.5 with native extensions Installing mime-types-data 3.2022.0105 Fetching method_source 1.0.0 Installing simplecov_json_formatter 0.1.4 Fetching parallel 1.22.1 Using rainbow 3.1.1 Fetching ruby-filemagic 0.7.3 Using slop 4.9.2 Fetching stringio 3.0.2 Fetching zeitwerk 2.6.0 Installing simplecov-html 0.12.3 Installing json 2.6.2 with native extensions Fetching regexp_parser 2.5.0 Installing parallel 1.22.1 Installing zeitwerk 2.6.0 Fetching rexml 3.2.5 Installing method_source 1.0.0 Installing ruby-filemagic 0.7.3 with native extensions Installing regexp_parser 2.5.0 Installing stringio 3.0.2 with native extensions Fetching ruby-progressbar 1.11.0 Fetching unicode-display_width 2.3.0 Installing rexml 3.2.5 Fetching cucumber-gherkin 23.0.1 Fetching cucumber-html-formatter 19.2.0 Installing ruby-progressbar 1.11.0 Installing unicode-display_width 2.3.0 Installing cucumber-gherkin 23.0.1 Fetching rack-test 2.0.2 Fetching parser 3.1.2.1 Installing cucumber-html-formatter 19.2.0 Fetching rspec-core 3.11.0 Fetching i18n 1.12.0 Fetching tzinfo 2.0.5 Installing rack-test 2.0.2 Fetching rspec-expectations 3.11.1 Fetching rspec-mocks 3.11.1 Installing tzinfo 2.0.5 Installing i18n 1.12.0 Fetching mime-types 3.4.1 Fetching simplecov 0.21.2 Installing rspec-mocks 3.11.1 Installing parser 3.1.2.1 Installing rspec-expectations 3.11.1 Installing simplecov 0.21.2 Installing rspec-core 3.11.0 Installing mime-types 3.4.1 Fetching nokogiri 1.13.8 (x86_64-linux) Fetching cucumber-core 11.0.0 Fetching activesupport 7.0.4 Fetching codecov 0.6.0 Installing cucumber-core 11.0.0 Installing codecov 0.6.0 Installing activesupport 7.0.4 Fetching rubocop-ast 1.21.0 Installing rubocop-ast 1.21.0 Installing nokogiri 1.13.8 (x86_64-linux) Fetching rails-dom-testing 2.0.3 Fetching loofah 2.19.0 Using xcop 0.7.1 Installing rails-dom-testing 2.0.3 Installing loofah 2.19.0 Fetching rails-html-sanitizer 1.4.3 Installing rails-html-sanitizer 1.4.3 Fetching actionview 7.0.4 Installing actionview 7.0.4 Fetching actionpack 7.0.4 Installing actionpack 7.0.4 Fetching railties 7.0.4 Installing railties 7.0.4 Fetching rspec-rails 5.1.2 Installing rspec-rails 5.1.2 Using pdd 0.0.0 from source at `.` Fetching psych 4.0.5 Installing psych 4.0.5 with native extensions Fetching sys-uname 1.2.2 Installing sys-uname 1.2.2 Fetching cucumber 8.0.0 Installing cucumber 8.0.0 Fetching aruba 0.14.14 Installing aruba 0.14.14 Fetching rdoc 6.4.0 Fetching rubocop 1.32.0 Installing rdoc 6.4.0 Installing rubocop 1.32.0 Fetching rubocop-rspec 2.12.1 Installing rubocop-rspec 2.12.1 Bundle complete! 12 Gemfile dependencies, 70 gems now installed. Use `bundle info [gemname]` to see where a bundled gem is installed. Post-install message from contracts: 0.16.x will be the supporting Ruby 2.x and be feature frozen (only fixes will be released) For Ruby 3.x use 0.17.x or later (might not be released yet) Post-install message from aruba: Use on ruby 1.8.7 * Make sure you add something like that to your `Gemfile`. Otherwise you will get cucumber > 2 and this will fail on ruby 1.8.7 gem 'cucumber', '~> 1.3.20' With aruba >= 1.0 there will be breaking changes. Make sure to read https://github.com/cucumber/aruba/blob/master/History.md for 1.0.0 Post-install message from ruby-filemagic: ruby-filemagic-0.7.3 [2022-01-07]: * Dockerfile to build native extension (pull request #26 by Pavel Lobashov). * Include paths for ARM-based Apple Macs (Apple Silicon) (pull request #35 by @545ch4). + [[ 0.22.0 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] + bundle exec rake WARNING: consider using an array rather than a space-delimited string with cucumber_opts to avoid undesired behavior. Run options: --seed 12905 # Running: 32m.0m/home/r/repo/lib/pdd/source.rb:231: 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/minitest-5.16.2/lib/minitest/mock.rb:297: warning: The called method is defined here 32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m31mERROR0m: Puzzle a.txt:1-1 has an estimate of 0 minutes, which is lower than 30 minutes 32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m1-04e35eb3: "How are you?" 44-660e9d6f: "This puzzle consists of two paragraphs" 71-8097fa26: "This puzzle consists of just one paragraph" 132-bc1dfafe: "Just a few lines before another comment" 93-641fe341: "This puzzle is very simple. It is indented right by more spaces than the other text." 1425-59819ae3: "Continue replacing usage of MatcherAssert.assertThat with Assertion from cactoos-matchers. Keep PR short and limit the changes to single package. Update this puzzle for the next package. After all packages are done, add MatcherAssert to forbidden-apis.txt" 55-947a180a: "This is the puzzle; Indented this way." 42-0d933cc0: "This is a very long puzzle of many lines and not always well formatted..." 91-ecb9aa47: "This puzzle Looks weird But it has to work Even though It's weird" 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.0m Finished in 1.363139s, 37.4136 runs/s, 101.2369 assertions/s. 51 runs, 138 assertions, 0 failures, 0 errors, 0 skips Coverage report generated for Unit Tests to /home/r/repo/coverage. 340 / 356 LOC (95.51%) covered. /usr/local/rvm/rubies/ruby-2.7.0/bin/ruby -S bundle exec cucumber features --format progress Using the default profile... 32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m31mERROR0m: 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.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.0m36m-0m36m-0m36m-0m36m-0m36m-0m36m-0m36m-0m32m.0m32m.0m32m.0m32m.0m32m.0m/tmp/test20220917-950-nneodd/pdd/lib/pdd/version.rb:26: warning: already initialized constant PDD::VERSION /home/r/repo/lib/pdd/version.rb:26: warning: previous definition of VERSION was here 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.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m/tmp/test20220917-950-1e7fqyu/pdd/lib/pdd/version.rb:26: warning: already initialized constant PDD::VERSION /home/r/repo/lib/pdd/version.rb:26: warning: previous definition of VERSION was here 32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m 25 scenarios (36m1 skipped0m, 32m24 passed0m) 118 steps (36m7 skipped0m, 32m111 passed0m) 0m7.906s 1m32m┌──────────────────────────────────────────────────────────────────────────────┐0m0m 1m32m│0m0m Share your Cucumber Report with your team at 4m1m36mhttps://reports.cucumber.io0m0m0m 1m32m│0m0m 1m32m│0m0m 1m32m│0m0m 1m32m│0m0m Command line option: 36m--publish0m 1m32m│0m0m 1m32m│0m0m Environment variable: 36mCUCUMBER_PUBLISH_ENABLED0m=36mtrue0m 1m32m│0m0m 1m32m│0m0m cucumber.yml: 36mdefault: --publish0m 1m32m│0m0m 1m32m│0m0m 1m32m│0m0m 1m32m│0m0m More information at 4m1m36mhttps://cucumber.io/docs/cucumber/environment-variables/0m0m0m 1m32m│0m0m 1m32m│0m0m 1m32m│0m0m 1m32m│0m0m To disable this message, specify 1mCUCUMBER_PUBLISH_QUIET=true0m or use the 1m32m│0m0m 1m32m│0m0m 1m--publish-quiet0m option. You can also add this to your 1mcucumber.yml:0m 1m32m│0m0m 1m32m│0m0m 1mdefault: --publish-quiet0m 1m32m│0m0m 1m32m└──────────────────────────────────────────────────────────────────────────────┘0m0m Coverage report generated for Cucumber Features, Unit Tests to /home/r/repo/coverage. 340 / 356 LOC (95.51%) covered. Running RuboCop... Run options: --seed 42617 # Running: Run options: --seed 61516 # Running: Finished in 0.013368s, 0.0000 runs/s, 0.0000 assertions/s. 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips Run options: --seed 19630 # Running: Run options: --seed 28365 # Running: Finished in 0.015970s, 0.0000 runs/s, 0.0000 assertions/s. 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips Finished in 0.009111s, 0.0000 runs/s, 0.0000 assertions/s. 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips Finished in 0.008030s, 0.0000 runs/s, 0.0000 assertions/s. 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips Run options: --seed 45889 # Running: Finished in 0.002944s, 0.0000 runs/s, 0.0000 assertions/s. 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips Run options: --seed 48547 # Running: Finished in 0.001588s, 0.0000 runs/s, 0.0000 assertions/s. 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips Run options: --seed 62593 # Running: Run options: --seed 21521 # Running: Finished in 0.007453s, 0.0000 runs/s, 0.0000 assertions/s. 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips Finished in 0.003546s, 0.0000 runs/s, 0.0000 assertions/s. 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips Run options: --seed 36957 # Running: Finished in 0.003820s, 0.0000 runs/s, 0.0000 assertions/s. 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips Run options: --seed 42219 # Running: Finished in 0.001462s, 0.0000 runs/s, 0.0000 assertions/s. 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips Run options: --seed 45204 # Running: Finished in 0.001343s, 0.0000 runs/s, 0.0000 assertions/s. 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips Run options: --seed 3362 # Running: Finished in 0.001677s, 0.0000 runs/s, 0.0000 assertions/s. 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips Inspecting 29 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.0m32m.0m 29 files inspected, 32mno offenses0m detected Running xcop... Inspecting 2 files... 32m.0m32m.0m 2 files checked, everything looks 32mpretty0m grep -q -r '2014-2022' --include '*.rb' --include '*.txt' --include 'Rakefile' . Run options: --seed 19197 # Running: Finished in 0.001185s, 0.0000 runs/s, 0.0000 assertions/s. 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips + rm -rf '*.gem' + sed -i 's/0\.0\.0/0.22.0/g' lib/pdd/version.rb + git add lib/pdd/version.rb + git commit -m 'version set to 0.22.0' [__rultor fb28a84] version set to 0.22.0 1 file changed, 1 insertion(+), 1 deletion(-) + gem build pdd.gemspec Successfully built RubyGem Name: pdd Version: 0.22.0 File: pdd-0.22.0.gem + chmod 0600 ../rubygems.yml + gem push pdd-0.22.0.gem --config-file ../rubygems.yml Pushing gem to https://rubygems.org... Successfully registered gem: pdd (0.22.0) + 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.22.0 -m '0.22.0: tagged by rultor.com' + git reset --hard HEAD is now at fb28a84 version set to 0.22.0 + 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 fb28a84). + git push --all origin Everything up-to-date + git push --tags origin To github.com:cqfn/pdd.git * [new tag] 0.22.0 -> 0.22.0 container 3694972eec948900a5c6fef2e8fe23b93c1c08233f571d0956bc6843c212e6e1 is dead Sat 17 Sep 2022 08:06:29 AM CEST