rultor.com logo This build log was produced by rultor.com for yegor256/sibit#136
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1223
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sun Jul 14 10:39:30 UTC 2024
+ uptime
 10:39:30 up 3 min,  0 users,  load average: 0.42, 0.28, 0.11
+ ff=default
+ image=yegor256/rultor-image:1.22.0
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency rake to v13.2.1'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/sibit.git
+ pull_id=136
+ fork=git@github.com:yegor256/sibit.git
+ fork_branch=renovate/rake-13.x
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/sibit.git' '--env=pull_id=136' '--env=fork=git@github.com:yegor256/sibit.git' '--env=fork_branch=renovate/rake-13.x' '--env=head_branch=master' '--env=pull_title=Update dependency rake to v13.2.1' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/sibit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=136'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/sibit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rake-13.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rake to v13.2.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=136'\''' ';' 'export '\''fork=git@github.com:yegor256/sibit.git'\''' ';' 'export '\''fork_branch=renovate/rake-13.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rake to v13.2.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_136
+ as_root=false
+ hostname
ip-172-31-20-127
+ pwd
/tmp/rultor-DpY0
+ 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=136'\''' ';' 'export '\''fork=git@github.com:yegor256/sibit.git'\''' ';' 'export '\''fork_branch=renovate/rake-13.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rake to v13.2.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-rspec-2.x -> fork/renovate/rubocop-rspec-2.x
 * [new branch]      renovate/rubocop-rspec-3.x -> fork/renovate/rubocop-rspec-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/rake-13.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/rake-13.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 eb30a41..5b8f554
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.12
++ bc
++ echo 0.12 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.12, low enough to run a new Docker container'
load average is 0.12, 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_136\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 48
drwx------  3 ubuntu ubuntu 4096 Jul 14 10:39 .
drwxrwxrwt 12 root   root   4096 Jul 14 10:39 ..
-rwxrwxr-x  1 ubuntu ubuntu  556 Jul 14 10:39 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 Jul 14 10:39 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 Jul 14 10:39 pid
drwxrwxr-x  8 ubuntu ubuntu 4096 Jul 14 10:39 repo
-rw-rw-r--  1 ubuntu ubuntu   81 Jul 14 10:39 rubygems.yml
-rwxrwxr-x  1 ubuntu ubuntu 6195 Jul 14 10:39 run.sh
-rw-rw-r--  1 ubuntu ubuntu  654 Jul 14 10:39 script.sh
-rw-rw-r--  1 ubuntu ubuntu 5738 Jul 14 10:39 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-DpY0:/main --env=head=git@github.com:yegor256/sibit.git --env=pull_id=136 --env=fork=git@github.com:yegor256/sibit.git --env=fork_branch=renovate/rake-13.x --env=head_branch=master '--env=pull_title=Update dependency rake to v13.2.1' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/sibit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=136'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/sibit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rake-13.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rake to v13.2.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-DpY0/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_sibit_136 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=136' ; export 'fork=git@github.com:yegor256/sibit.git' ; export 'fork_branch=renovate/rake-13.x' ; export 'head_branch=master' ; export 'pull_title=Update dependency rake to v13.2.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 slop-4.10.1.gem
Fetching rainbow-3.1.1.gem
Fetching ruby-filemagic-0.7.3.gem
Fetching pdd-0.23.2.gem
Fetching nokogiri-1.15.4-x86_64-linux.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....
ffi-1.17.0-x86_64-linux-musl requires rubygems version >= 3.3.22, which is
incompatible with the current version, 3.1.6
container 7417880e00605a00e6835b6fde572f9fd12cc381ea507e74fbd34a21e21822c2 is dead
Sun Jul 14 10:44:56 UTC 2024