rultor.com logo This build log was produced by rultor.com for yegor256/sibit#134
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1052
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri May 24 13:31:51 UTC 2024
+ uptime
 13:31:51 up 0 min,  0 users,  load average: 1.76, 0.42, 0.14
+ ff=default
+ image=yegor256/rultor-image:1.22.0
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency webmock to v3.23.1'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/sibit.git
+ pull_id=134
+ fork=git@github.com:yegor256/sibit.git
+ fork_branch=renovate/webmock-3.x
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/sibit.git' '--env=pull_id=134' '--env=fork=git@github.com:yegor256/sibit.git' '--env=fork_branch=renovate/webmock-3.x' '--env=head_branch=master' '--env=pull_title=Update dependency webmock to v3.23.1' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/sibit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=134'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/sibit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/webmock-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency webmock to v3.23.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''rvm default 2.7.6 && source /usr/local/rvm/scripts/rvm'\'' '\'';'\'' '\''gem install pdd'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color "--gemfile=$(pwd)/Gemfile"'\'' '\'';'\'' '\''bundle exec rake clean test rubocop copyright'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:yegor256/sibit.git'\''' ';' 'export '\''pull_id=134'\''' ';' 'export '\''fork=git@github.com:yegor256/sibit.git'\''' ';' 'export '\''fork_branch=renovate/webmock-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency webmock to v3.23.1'\''' ';' 'export '\''author=yegor256'\''' ';' 'rvm default 2.7.6 && source /usr/local/rvm/scripts/rvm' ';' 'gem install pdd' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' 'bundle exec rake clean test rubocop copyright' ';')
+ container=yegor256_sibit_134
+ as_root=false
+ hostname
ip-172-31-28-236
+ pwd
/tmp/rultor-28uh
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone git@github.com:yegor256/sibit.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:yegor256/sibit.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/sibit.git'\''' ';' 'export '\''pull_id=134'\''' ';' 'export '\''fork=git@github.com:yegor256/sibit.git'\''' ';' 'export '\''fork_branch=renovate/webmock-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency webmock to v3.23.1'\''' ';' 'export '\''author=yegor256'\''' ';' 'rvm default 2.7.6 && source /usr/local/rvm/scripts/rvm' ';' 'gem install pdd' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' 'bundle exec rake clean test rubocop copyright' ';'
+ sensitive=()
+ rm -rf .gnupg
+ cd repo
+ git remote add fork git@github.com:yegor256/sibit.git
+ git remote update
Fetching origin
Fetching fork
From github.com:yegor256/sibit
 * [new branch]      master                   -> fork/master
 * [new branch]      renovate/cucumber-9.x    -> fork/renovate/cucumber-9.x
 * [new branch]      renovate/minitest-5.x    -> fork/renovate/minitest-5.x
 * [new branch]      renovate/rake-13.x       -> fork/renovate/rake-13.x
 * [new branch]      renovate/rspec-rails-6.x -> fork/renovate/rspec-rails-6.x
 * [new branch]      renovate/rubocop-1.x     -> fork/renovate/rubocop-1.x
 * [new branch]      renovate/rubocop-rspec-2.x -> fork/renovate/rubocop-rspec-2.x
 * [new branch]      renovate/webmock-3.x     -> fork/renovate/webmock-3.x
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
+ git checkout -B __rultor fork/renovate/webmock-3.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/webmock-3.x' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Updating e423e82..eb30a41
Fast-forward
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.17
++ bc
++ echo 0.17 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.17, low enough to run a new Docker container'
load average is 0.17, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.22.0
+ docker pull yegor256/rultor-image:1.22.0
1.22.0: Pulling from yegor256/rultor-image
Digest: sha256:0e360fba8fb992c4c6cb495ddefdf5ecbc0f3edb887dd12deefd4af4b2a13272
Status: Image is up to date for yegor256/rultor-image:1.22.0
docker.io/yegor256/rultor-image:1.22.0
+ grep --quiet '\syegor256_sibit_134\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 48
drwx------  3 ubuntu ubuntu 4096 May 24 13:31 .
drwxrwxrwt 13 root   root   4096 May 24 13:32 ..
-rwxrwxr-x  1 ubuntu ubuntu  556 May 24 13:31 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 May 24 13:31 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 May 24 13:31 pid
drwxrwxr-x  8 ubuntu ubuntu 4096 May 24 13:31 repo
-rw-rw-r--  1 ubuntu ubuntu   81 May 24 13:31 rubygems.yml
-rwxrwxr-x  1 ubuntu ubuntu 6215 May 24 13:31 run.sh
-rw-rw-r--  1 ubuntu ubuntu  659 May 24 13:31 script.sh
-rw-rw-r--  1 ubuntu ubuntu 5834 May 24 13:32 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-28uh:/main --env=head=git@github.com:yegor256/sibit.git --env=pull_id=134 --env=fork=git@github.com:yegor256/sibit.git --env=fork_branch=renovate/webmock-3.x --env=head_branch=master '--env=pull_title=Update dependency webmock to v3.23.1' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/sibit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=134'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/sibit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/webmock-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency webmock to v3.23.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''rvm default 2.7.6 && source /usr/local/rvm/scripts/rvm'\'' '\'';'\'' '\''gem install pdd'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color "--gemfile=$(pwd)/Gemfile"'\'' '\'';'\'' '\''bundle exec rake clean test rubocop copyright'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-28uh/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_sibit_134 yegor256/rultor-image:1.22.0 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-journal r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-resolve r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-timesync r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G _ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G rvm r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssl-cert r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.npm /root/.profile /root/.rustup /root/.rvmrc /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
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:yegor256/sibit.git' ; export 'pull_id=134' ; export 'fork=git@github.com:yegor256/sibit.git' ; export 'fork_branch=renovate/webmock-3.x' ; export 'head_branch=master' ; export 'pull_title=Update dependency webmock to v3.23.1' ; export 'author=yegor256' ; rvm default 2.7.6 && source /usr/local/rvm/scripts/rvm ; gem install pdd ; pdd -f /dev/null ; bundle install --no-color "--gemfile=$(pwd)/Gemfile" ; bundle exec rake clean test rubocop copyright ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-2.7.6
Fetching ruby-filemagic-0.7.3.gem
Fetching nokogiri-1.15.4-x86_64-linux.gem
Fetching slop-4.10.1.gem
Fetching rainbow-3.1.1.gem
Fetching pdd-0.23.2.gem
Successfully installed slop-4.10.1
Building native extensions. This could take a while...

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).

Successfully installed ruby-filemagic-0.7.3
Successfully installed rainbow-3.1.1
Successfully installed nokogiri-1.15.4-x86_64-linux
Successfully installed pdd-0.23.2
5 gems installed
Found 7 lines in /home/r/repo/.pdd
My version is 0.23.2
Ruby version is 2.7.6 at x86_64-linux
Reading from root dir .
Excluding target/**/*
Excluding coverage/**/*
/home/r/repo/logo.svg is a binary file (3100 bytes)
/home/r/repo/renovate.json is a binary file (107 bytes)
Reading test/test__helper.rb ...
Reading test/test_blockchain.rb ...
Reading test/test_btc.rb ...
Reading test/test_bestof.rb ...
Reading test/test_cex.rb ...
Reading test/test_sibit.rb ...
Reading test/test_live.rb ...
Reading test/test_json.rb ...
Reading test/test_bitcoinchain.rb ...
Reading test/test_firstof.rb ...
Reading test/test_cryptoapis.rb ...
Reading test/test_fake.rb ...
Reading test/test_blockchair.rb ...
Reading Rakefile ...
Reading .pdd ...
Reading lib/sibit/blockchair.rb ...
Reading lib/sibit/json.rb ...
Reading lib/sibit/bitcoinchain.rb ...
Reading lib/sibit/bestof.rb ...
Reading lib/sibit/earn.rb ...
Reading lib/sibit/btc.rb ...
Reading lib/sibit/http.rb ...
Reading lib/sibit/error.rb ...
Reading lib/sibit/version.rb ...
Reading lib/sibit/cryptoapis.rb ...
Reading lib/sibit/fake.rb ...
Reading lib/sibit/firstof.rb ...
Reading lib/sibit/log.rb ...
Reading lib/sibit/blockchain.rb ...
Reading lib/sibit/cex.rb ...
Reading lib/sibit.rb ...
Reading .rubocop.yml ...
Reading .gitattributes ...
Reading Gemfile ...
Reading .gitignore ...
Reading .simplecov ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/rake.yml ...
Reading .github/workflows/pdd.yml ...
Reading README.md ...
Reading .rultor.yml ...
Reading features/cli.feature ...
Reading features/gem_package.feature ...
Reading features/support/env.rb ...
Reading features/step_definitions/steps.rb ...
Reading cucumber.yml ...
Reading bin/sibit ...
Reading sibit.gemspec ...
Reading .0pdd.yml ...
Reading LICENSE.txt ...
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies.........
Fetching rake 13.2.0
Installing rake 13.2.0
Fetching base64 0.2.0
Installing base64 0.2.0
Fetching bigdecimal 3.1.8
Installing bigdecimal 3.1.8 with native extensions
Fetching concurrent-ruby 1.2.3
Installing concurrent-ruby 1.2.3
Fetching connection_pool 2.4.1
Installing connection_pool 2.4.1
Fetching drb 2.2.1
Installing drb 2.2.1
Fetching i18n 1.14.5
Installing i18n 1.14.5
Fetching minitest 5.22.2
Installing minitest 5.22.2
Fetching mutex_m 0.2.0
Installing mutex_m 0.2.0
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching activesupport 7.1.3.3
Installing activesupport 7.1.3.3
Fetching builder 3.2.4
Installing builder 3.2.4
Fetching erubi 1.12.0
Installing erubi 1.12.0
Fetching mini_portile2 2.8.6
Installing mini_portile2 2.8.6
Fetching racc 1.8.0
Installing racc 1.8.0 with native extensions
Fetching nokogiri 1.15.6 (x86_64-linux)
Installing nokogiri 1.15.6 (x86_64-linux)
Fetching rails-dom-testing 2.2.0
Installing rails-dom-testing 2.2.0
Fetching crass 1.0.6
Installing crass 1.0.6
Fetching loofah 2.22.0
Installing loofah 2.22.0
Fetching rails-html-sanitizer 1.6.0
Installing rails-html-sanitizer 1.6.0
Fetching actionview 7.1.3.3
Installing actionview 7.1.3.3
Fetching rack 3.0.11
Installing rack 3.0.11
Fetching rack-session 2.0.0
Installing rack-session 2.0.0
Fetching rack-test 2.1.0
Installing rack-test 2.1.0
Fetching actionpack 7.1.3.3
Installing actionpack 7.1.3.3
Fetching public_suffix 5.0.5
Installing public_suffix 5.0.5
Fetching addressable 2.8.6
Installing addressable 2.8.6
Using bundler 2.1.4
Fetching contracts 0.16.1
Installing contracts 0.16.1
Fetching cucumber-ci-environment 9.2.0
Installing cucumber-ci-environment 9.2.0
Fetching cucumber-messages 22.0.0
Installing cucumber-messages 22.0.0
Fetching cucumber-gherkin 26.2.0
Installing cucumber-gherkin 26.2.0
Fetching cucumber-tag-expressions 5.0.6
Installing cucumber-tag-expressions 5.0.6
Fetching cucumber-core 12.0.0
Installing cucumber-core 12.0.0
Fetching cucumber-cucumber-expressions 17.1.0
Installing cucumber-cucumber-expressions 17.1.0
Fetching cucumber-html-formatter 21.3.1
Installing cucumber-html-formatter 21.3.1
Fetching diff-lcs 1.5.1
Installing diff-lcs 1.5.1
Fetching mini_mime 1.1.5
Installing mini_mime 1.1.5
Fetching multi_test 1.1.0
Installing multi_test 1.1.0
Fetching ffi 1.16.3
Installing ffi 1.16.3 with native extensions
Fetching sys-uname 1.2.3
Installing sys-uname 1.2.3
Fetching cucumber 9.1.2
Installing cucumber 9.1.2
Fetching rspec-support 3.13.1
Installing rspec-support 3.13.1
Fetching rspec-expectations 3.13.0
Installing rspec-expectations 3.13.0
Fetching thor 1.3.1
Installing thor 1.3.1
Fetching aruba 2.2.0
Installing aruba 2.2.0
Fetching ast 2.4.2
Installing ast 2.4.2
Fetching backtrace 0.4.0
Installing backtrace 0.4.0
Fetching eventmachine 1.2.7
Installing eventmachine 1.2.7 with native extensions
Fetching ffi-compiler 1.3.2
Installing ffi-compiler 1.3.2
Fetching scrypt 3.0.7
Installing scrypt 3.0.7 with native extensions
Fetching bitcoin-ruby 0.0.20
Installing bitcoin-ruby 0.0.20
Fetching strscan 3.1.0
Installing strscan 3.1.0 with native extensions
Fetching rexml 3.2.8
Installing rexml 3.2.8
Fetching crack 1.0.0
Installing crack 1.0.0
Fetching docile 1.4.0
Installing docile 1.4.0
Fetching hashdiff 1.1.0
Installing hashdiff 1.1.0
Fetching io-console 0.7.2
Installing io-console 0.7.2 with native extensions
Fetching ipaddr 1.2.6
Installing ipaddr 1.2.6
Fetching stringio 3.1.0
Installing stringio 3.1.0 with native extensions
Fetching psych 5.1.2
Installing psych 5.1.2 with native extensions
Fetching rdoc 6.7.0
Installing rdoc 6.7.0
Fetching reline 0.5.7
Installing reline 0.5.7
Fetching irb 1.13.1
Installing irb 1.13.1
Fetching iri 0.8.0
Installing iri 0.8.0
Fetching json 2.7.2
Installing json 2.7.2 with native extensions
Fetching language_server-protocol 3.17.0.3
Installing language_server-protocol 3.17.0.3
Fetching openssl 2.2.3
Installing openssl 2.2.3 with native extensions
Fetching parallel 1.24.0
Installing parallel 1.24.0
Fetching parser 3.3.1.0
Installing parser 3.3.1.0
Fetching webrick 1.8.1
Installing webrick 1.8.1
Fetching rackup 2.1.0
Installing rackup 2.1.0
Fetching zeitwerk 2.6.14
Installing zeitwerk 2.6.14
Fetching railties 7.1.3.3
Installing railties 7.1.3.3
Using rainbow 3.1.1
Fetching regexp_parser 2.9.2
Installing regexp_parser 2.9.2
Fetching retriable 3.1.2
Installing retriable 3.1.2
Fetching retriable_proxy 1.0.2
Installing retriable_proxy 1.0.2
Fetching rspec-core 3.13.0
Installing rspec-core 3.13.0
Fetching rspec-mocks 3.13.1
Installing rspec-mocks 3.13.1
Fetching rspec-rails 6.1.0
Installing rspec-rails 6.1.0
Fetching rubocop-ast 1.31.3
Installing rubocop-ast 1.31.3
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching unicode-display_width 2.5.0
Installing unicode-display_width 2.5.0
Fetching rubocop 1.62.0
Installing rubocop 1.62.0
Fetching rubocop-capybara 2.20.0
Installing rubocop-capybara 2.20.0
Fetching rubocop-factory_bot 2.25.1
Installing rubocop-factory_bot 2.25.1
Fetching rubocop-rspec_rails 2.28.3
Installing rubocop-rspec_rails 2.28.3
Fetching rubocop-rspec 2.28.0
Installing rubocop-rspec 2.28.0
Using slop 4.10.1
Using sibit 0.0.0 from source at `.`
Fetching simplecov-html 0.12.3
Installing simplecov-html 0.12.3
Fetching simplecov_json_formatter 0.1.4
Installing simplecov_json_formatter 0.1.4
Fetching simplecov 0.22.0
Installing simplecov 0.22.0
Fetching webmock 3.23.1
Installing webmock 3.23.1
Bundle complete! 10 Gemfile dependencies, 95 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)
  Run options: --seed 14644

# Running:

33mS0m33mS0m33mS0m33mS0m33mS0m33mS0m33mS0m33mS0mGET https://api.blockchair.com/bitcoin/dashboards/address/1GkQmKAmHtNfnD3LHhTkewJxKHVSta4m2a#: 200/105b in 1ms
The balance of 1GkQmKAmHtNfnD3LHhTkewJxKHVSta4m2a is 1 satoshi
32m.0mGET https://chain.api.btc.com/v3/address/1MZT1fa6y8H9UmbZV6HqKF4UY41o9MGT5f/unspent: 200/2b in 1ms
The balance of 1MZT1fa6y8H9UmbZV6HqKF4UY41o9MGT5f is probably zero (not found)
32m.0mGET https://chain.api.btc.com/v3/address/1MZT1fa6y8H9UmbZV6HqKF4UY41o9MGT5f/unspent: 200/11b in 1ms
The balance of 1MZT1fa6y8H9UmbZV6HqKF4UY41o9MGT5f is probably zero (not found)
32m.0mGET https://chain.api.btc.com/v3/address/1MZT1fa6y8H9UmbZV6HqKF4UY41o9MGT5f/unspent: 200/55b in 1ms
The balance of 1MZT1fa6y8H9UmbZV6HqKF4UY41o9MGT5f is zero (not found)
32m.0mGET https://chain.api.btc.com/v3/address/1MZT1fa6y8H9UmbZV6HqKF4UY41o9MGT5f/unspent: 200/20b in 1ms
The balance of 1MZT1fa6y8H9UmbZV6HqKF4UY41o9MGT5f is 0, total txns: 0
32m.0mGET https://cex.io/api/last_price/BTC/USD: 200/14b in 1ms
The price of BTC is 123.0 USD
32m.0mGET https://chain.api.btc.com/v3/address/1MZT1fa6y8H9UmbZV6HqKF4UY41o9MGT5f/unspent: 200/33b in 1ms
The balance of 1MZT1fa6y8H9UmbZV6HqKF4UY41o9MGT5f is 123, total txns: 1
32m.0mGET https://chain.api.btc.com/v3/block/000000000000000007341915521967247f1dec17b3a311b8a8f4495392f1439b: 200/71b in 1ms
GET https://chain.api.btc.com/v3/block/000000000000000007341915521967247f1dec17b3a311b8a8f4495392f1439b/tx?page=1&pagesize=50: 200/96b in 1ms
32m.0mGET https://chain.api.btc.com/v3/block/000000000000000007341915521967247f1dec17b3a311b8a8f4495392f1439b: 200/71b in 1ms
GET https://chain.api.btc.com/v3/block/000000000000000007341915521967247f1dec17b3a311b8a8f4495392f1439b/tx?page=1&pagesize=50: 200/2b in 1ms
32m.0mGET https://blockchain.info/rawblock/0000000000000000000f676241aabc9b62b748d26192a44bc25720c34de27d19: 200/124b in 1ms
32m.0m33mS0mGET https://api-r.bitcoinchain.com/v1/status: 200/16b in 1ms
The latest block hash is test
32m.0mGET https://api-r.bitcoinchain.com/v1/address/1Chain4asCYNnLVbvG6pgCLGBrtzh4Lx4b: 200/16b in 1ms
The balance of 1Chain4asCYNnLVbvG6pgCLGBrtzh4Lx4b is 500000000 satoshi ( txns)
32m.0mGET https://api-r.bitcoinchain.com/v1/block/000000000000000007341915521967247f1dec17b3a311b8a8f4495392f1439b: 200/56b in 1ms
GET https://api-r.bitcoinchain.com/v1/block/txs/000000000000000007341915521967247f1dec17b3a311b8a8f4495392f1439b: 200/91b in 1ms
32m.0mGET https://api.cryptoapis.io/v1/bc/btc/mainnet/blocks/000000000000000007341915521967247f1dec17b3a311b8a8f4495392f1439b: 200/74b in 1ms
GET https://api.cryptoapis.io/v1/bc/btc/mainnet/txs/block/000000000000000007341915521967247f1dec17b3a311b8a8f4495392f1439b?index=0&limit=200: 200/89b in 1ms
32m.0m32m.0mBitcoin private key generated: 2e49e12c7...
32m.0mBitcoin private key generated: 520fe7e10...
/usr/local/rvm/gems/ruby-2.7.6/gems/ffi-1.16.3/lib/ffi/function.rb:58: warning: instance variable @ffi_functions not initialized
Bitcoin private key generated: 8b77447ff...
0 UTXOs found, these will be used (value/confirmations at tx_hash):
32m.0mGET https://blockchain.info/rawaddr/1MZT1fa6y8H9UmbZV6HqKF4UY41o9MGT5f?limit=0: 200/22b in 1ms
The balance of 1MZT1fa6y8H9UmbZV6HqKF4UY41o9MGT5f is 100 satoshi ( txns)
32m.0mBitcoin private key generated: eb55bc46e...
key: eb55bc46e519e7297f49d4273890d8a15ab6c2f4e888030647ceac5d802f6d4b
address: 15bQ4nEZTGcigEZaryG3yTCEgNh5nM55gs
32m.0mGET https://bitcoinfees.earn.com/api/v1/fees/recommended: 200/50b in 1ms
Current recommended Bitcoin fees: 180/200/300 sat/byte
32m.0mGET https://blockchain.info/latestblock: 200/76b in 1ms
The latest block hash is 0000000000000538200a48202ca6340e983646ca088c7618ae82d68e0c76ef5a
32m.0mGET https://blockchain.info/ticker: 200/27b in 1ms
The price of BTC is 5160.04 USD
32m.0mBitcoin tx found at hash:0 for 123 sent to addr
We checked 1 txns and 1 outputs in block 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71 (by )
Bitcoin tx found at hash:0 for 123 sent to addr
We checked 1 txns and 1 outputs in block next (by )
Bitcoin tx found at hash:0 for 123 sent to addr
We checked 1 txns and 1 outputs in block next (by )
Bitcoin tx found at hash:0 for 123 sent to addr
We checked 1 txns and 1 outputs in block next (by )
Bitcoin tx found at hash:0 for 123 sent to addr
We checked 1 txns and 1 outputs in block next (by )
Too many blocks (5) in one go, let's get back to it next time
Scanned from 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71 to next (5 blocks)
32m.0mBitcoin private key generated: 735832f38...
Bitcoin private key generated: 547cbf21a...
Calling Sibit::Earn#price()...
Calling Sibit::Blockchain#price()...
GET https://blockchain.info/ticker: 200/27b in 1ms
The price of BTC is 5160.04 USD
Calling Sibit::Earn#utxos()...
Calling Sibit::Blockchain#utxos()...
GET https://blockchain.info/unspent?active=1JvCsJtLmCxEk7ddZFnVkGXpr9uhxZPmJi&limit=1000: 200/339b in 2ms
1 UTXOs found, these will be used (value/confirmations at tx_hash):
/usr/local/rvm/gems/ruby-2.7.6/gems/bitcoin-ruby-0.0.20/lib/bitcoin/builder.rb:401: warning: instance variable @prev_tx not initialized
  100,000s/$5.16/ at 5de641d3867eb8fec3eb1a5ef2b44df39b54e0b3bb664ab520f2ae26a5b18ffc
Calling Sibit::Earn#fees()...
GET https://bitcoinfees.earn.com/api/v1/fees/recommended: 200/50b in 1ms
Current recommended Bitcoin fees: 180/200/300 sat/byte
A new Bitcoin transaction 6af514d5b3a4ca62d562fbe741ff104c5f0f76b023912609c87f20a1923edc13 prepared:
  1 input:
     in: fc8fb1a526aef220b54a66bbb3e0549bf34db4f25e1aebc3feb87e86d341e65d:0
  2 outputs:
    out: 76a91437b8679cbe349da2698509a676839caa4b62dcf988ac / 10,000s/$0.52
    out: 76a914f46529cb486fe184abc7e52bdc7335745f6557af88ac / 63,200s/$3.26
  Min tx fee: 10,000s/$0.52
  Fee requested: 16,800s/$0.87 as "S"
  Fee actually paid: 26,800s/$1.38
  Tx size: 280 bytes
  Unspent: 100,000s/$5.16
  Amount: 10,000s/$0.52
  Target address: 165d5DYgReZEBGWwW1bx8cLgnHFzxVfAsD
  Change address is 1PHF4kgASF4ksFru5EtW8TVYaynWczBoiz
Calling Sibit::Earn#push()...
Calling Sibit::Blockchain#push()...
POST https://blockchain.info/pushtx: 200 in 2ms
32m.0m32m.0m32m.0mSibit::Error: intentionally
        /home/r/repo/test/test_bestof.rb:54:in `latest'
        /home/r/repo/lib/sibit/bestof.rb:109:in `block in best_of'
        /home/r/repo/lib/sibit/bestof.rb:108:in `each'
        /home/r/repo/lib/sibit/bestof.rb:108:in `best_of'
        /home/r/repo/lib/sibit/bestof.rb:85:in `latest'
        /home/r/repo/test/test_bestof.rb:59:in `block in test_all_fail'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/assertions.rb:432:in `assert_raises'
        /home/r/repo/test/test_bestof.rb:58:in `test_all_fail'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:94:in `block (3 levels) in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:191:in `capture_exceptions'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:89:in `block (2 levels) in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:324:in `time_it'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:88:in `block in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:423:in `on_signal'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:239:in `with_info_handler'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:87:in `run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:1138:in `run_one_method'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:389:in `run_one_method'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:376:in `block (2 levels) in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:375:in `each'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:375:in `block in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:423:in `on_signal'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:410:in `with_info_handler'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:374:in `run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:206:in `block in __run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:206:in `map'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:206:in `__run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:162:in `run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:86:in `block in autorun'
Sibit::Error: intentionally
        /home/r/repo/test/test_bestof.rb:54:in `latest'
        /home/r/repo/lib/sibit/bestof.rb:109:in `block in best_of'
        /home/r/repo/lib/sibit/bestof.rb:108:in `each'
        /home/r/repo/lib/sibit/bestof.rb:108:in `best_of'
        /home/r/repo/lib/sibit/bestof.rb:85:in `latest'
        /home/r/repo/test/test_bestof.rb:59:in `block in test_all_fail'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/assertions.rb:432:in `assert_raises'
        /home/r/repo/test/test_bestof.rb:58:in `test_all_fail'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:94:in `block (3 levels) in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:191:in `capture_exceptions'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:89:in `block (2 levels) in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:324:in `time_it'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:88:in `block in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:423:in `on_signal'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:239:in `with_info_handler'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:87:in `run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:1138:in `run_one_method'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:389:in `run_one_method'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:376:in `block (2 levels) in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:375:in `each'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:375:in `block in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:423:in `on_signal'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:410:in `with_info_handler'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:374:in `run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:206:in `block in __run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:206:in `map'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:206:in `__run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:162:in `run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:86:in `block in autorun'
32m.0m32m.0mGET https://hello.com: 200/12b in 1ms
GET https://hello.com/: 200/12b in 3ms
32m.0m32m.0mBitcoin tx found at 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71:0 for 1000 sent to 1HqhZx8U18TYS5paraTM1MzUQWb7ZbcG9u
We checked 1 txns and 1 outputs in block 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71 (by Sibit::Fake)
Bitcoin tx found at 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71:0 for 1000 sent to 1HqhZx8U18TYS5paraTM1MzUQWb7ZbcG9u
We checked 1 txns and 1 outputs in block 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71 (by Sibit::Fake)
Bitcoin tx found at 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71:0 for 1000 sent to 1HqhZx8U18TYS5paraTM1MzUQWb7ZbcG9u
We checked 1 txns and 1 outputs in block 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71 (by Sibit::Fake)
Bitcoin tx found at 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71:0 for 1000 sent to 1HqhZx8U18TYS5paraTM1MzUQWb7ZbcG9u
We checked 1 txns and 1 outputs in block 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71 (by Sibit::Fake)
Bitcoin tx found at 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71:0 for 1000 sent to 1HqhZx8U18TYS5paraTM1MzUQWb7ZbcG9u
We checked 1 txns and 1 outputs in block 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71 (by Sibit::Fake)
Too many blocks (5) in one go, let's get back to it next time
Scanned from 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71 to 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71 (5 blocks)
32m.0mCalling Sibit::Fake#latest()...
Calling Sibit::Fake#fees()...
32m.0mCalling Sibit::Fake#latest()...
Calling Sibit::Fake#fees()...
32m.0mCalling #latest()...
Calling #latest()...
Sibit::Error: intentionally
        /home/r/repo/test/test_firstof.rb:54:in `latest'
        /home/r/repo/lib/sibit/firstof.rb:112:in `block in first_of'
        /home/r/repo/lib/sibit/firstof.rb:109:in `each'
        /home/r/repo/lib/sibit/firstof.rb:109:in `first_of'
        /home/r/repo/lib/sibit/firstof.rb:85:in `latest'
        /home/r/repo/test/test_firstof.rb:59:in `block in test_all_fail'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/assertions.rb:432:in `assert_raises'
        /home/r/repo/test/test_firstof.rb:58:in `test_all_fail'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:94:in `block (3 levels) in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:191:in `capture_exceptions'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:89:in `block (2 levels) in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:324:in `time_it'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:88:in `block in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:423:in `on_signal'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:239:in `with_info_handler'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:87:in `run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:1138:in `run_one_method'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:389:in `run_one_method'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:376:in `block (2 levels) in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:375:in `each'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:375:in `block in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:423:in `on_signal'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:410:in `with_info_handler'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:374:in `run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:206:in `block in __run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:206:in `map'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:206:in `__run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:162:in `run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:86:in `block in autorun'
Sibit::Error: intentionally
        /home/r/repo/test/test_firstof.rb:54:in `latest'
        /home/r/repo/lib/sibit/firstof.rb:112:in `block in first_of'
        /home/r/repo/lib/sibit/firstof.rb:109:in `each'
        /home/r/repo/lib/sibit/firstof.rb:109:in `first_of'
        /home/r/repo/lib/sibit/firstof.rb:85:in `latest'
        /home/r/repo/test/test_firstof.rb:59:in `block in test_all_fail'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/assertions.rb:432:in `assert_raises'
        /home/r/repo/test/test_firstof.rb:58:in `test_all_fail'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:94:in `block (3 levels) in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:191:in `capture_exceptions'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:89:in `block (2 levels) in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:324:in `time_it'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:88:in `block in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:423:in `on_signal'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:239:in `with_info_handler'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest/test.rb:87:in `run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:1138:in `run_one_method'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:389:in `run_one_method'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:376:in `block (2 levels) in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:375:in `each'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:375:in `block in run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:423:in `on_signal'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:410:in `with_info_handler'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:374:in `run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:206:in `block in __run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:206:in `map'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:206:in `__run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:162:in `run'
        /usr/local/rvm/gems/ruby-2.7.6/gems/minitest-5.22.2/lib/minitest.rb:86:in `block in autorun'
32m.0m32m.0m

Finished in 0.215925s, 203.7740 runs/s, 527.9599 assertions/s.
44 runs, 114 assertions, 0 failures, 0 errors, 9 skips

You have skipped tests. Run with --verbose for details.
Coverage report generated for Unit Tests to /home/r/repo/coverage. 543 / 700 LOC (77.57%) covered.
Running RuboCop...
Inspecting 36 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.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m

36 files inspected, 32mno offenses0m detected
grep -q -r '2019-2024'     --include '*.rb'     --include '*.txt'     --include 'Rakefile'     .
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git push origin master
To github.com:yegor256/sibit.git
   e423e82..eb30a41  master -> master
container ee680ca604c3eb2aa4821c6fd57d8ce04b60de52c457e9b6e78d8bace97f860d is dead
Fri May 24 13:39:32 UTC 2024