rultor.com logo This build log was produced by rultor.com for yegor256/sibit#110
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1499215
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Dec  1 08:29:45 AM CET 2023
+ uptime
 08:29:45 up 78 days, 12:43,  0 users,  load average: 1.69, 1.49, 0.82
+ head=git@github.com:yegor256/sibit.git
+ ff=default
+ image=yegor256/rultor-image:1.22.0
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.25.0
+ vars=('--env=head=git@github.com:yegor256/sibit.git' '--env=tag=0.25.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/sibit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.25.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''gem install pdd'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color "--gemfile=$(pwd)/Gemfile"'\'' '\'';'\'' '\''bundle exec rake clean test rubocop copyright'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lib/sibit/version.rb'\'' '\'';'\'' '\''git add lib/sibit/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build sibit.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/sibit.git'\''' ';' 'export '\''tag=0.25.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'gem install pdd' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' 'bundle exec rake clean test rubocop copyright' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/sibit/version.rb' ';' 'git add lib/sibit/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build sibit.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';')
+ directory=
+ container=yegor256_sibit_110
+ as_root=false
+ hostname
b3.rultor.com
+ pwd
/tmp/rultor-jKoe
+ git --version
git version 2.34.1
+ docker --version
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
+ 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/sibit.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/sibit.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/sibit.git'\''' ';' 'export '\''tag=0.25.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'gem install pdd' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' 'bundle exec rake clean test rubocop copyright' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/sibit/version.rb' ';' 'git add lib/sibit/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build sibit.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';'
+ sensitive=()
+ rm -rf .gnupg
+ '[' -z 0.25.0 ']'
+ [[ 0.25.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.25.0"'
tag name is valid: "0.25.0"
+ cd repo
++ git tag -l 0.25.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=0.82
++ echo 0.82 '>' 30
++ bc
./run.sh: line 108: bc: command not found
+ '[' -eq 1 ']'
./run.sh: line 108: [: -eq: unary operator expected
+ echo 'load average is 0.82, low enough to run a new Docker container'
load average is 0.82, 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
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_sibit_110\s*$'
+ ls -al .
total 48
drwx------  3 rultor rultor 4096 Dec  1 08:29 .
drwxrwxrwt 14 root   root   4096 Dec  1 08:29 ..
-rwxrwxr-x  1 rultor rultor  556 Dec  1 08:29 end.sh
-rwxrwxr-x  1 rultor rultor  466 Dec  1 08:29 entry.sh
-rw-rw-r--  1 rultor rultor    8 Dec  1 08:29 pid
drwxrwxr-x  8 rultor rultor 4096 Dec  1 08:29 repo
-rw-rw-r--  1 rultor rultor   81 Dec  1 08:29 rubygems.yml
-rwxrwxr-x  1 rultor rultor 6059 Dec  1 08:29 run.sh
-rw-rw-r--  1 rultor rultor  672 Dec  1 08:29 script.sh
-rw-rw-r--  1 rultor rultor 4308 Dec  1 08:29 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-jKoe:/main --env=head=git@github.com:yegor256/sibit.git --env=tag=0.25.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/sibit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.25.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''gem install pdd'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color "--gemfile=$(pwd)/Gemfile"'\'' '\'';'\'' '\''bundle exec rake clean test rubocop copyright'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lib/sibit/version.rb'\'' '\'';'\'' '\''git add lib/sibit/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build sibit.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-jKoe/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_sibit_110 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
++ cat /etc/group
++ awk -F : '$3 > 100 { print $1 }'
+ 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
+ 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
Fetching pdd-0.23.2.gem
Successfully installed pdd-0.23.2
1 gem installed

A new release of RubyGems is available: 3.4.10 → 3.4.22!
Run `gem update --system 3.4.22` to update your installation.

Found 7 lines in /home/r/repo/.pdd
My version is 0.23.2
Ruby version is 3.2.2 at x86_64-linux
Reading from root dir .
Excluding target/**/*
Excluding coverage/**/*
/usr/local/rvm/gems/ruby-3.2.2/gems/pdd-0.23.2/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/home/r/repo/logo.svg is a binary file (3100 bytes)
/home/r/repo/renovate.json is a binary file (107 bytes)
Reading .0pdd.yml ...
Reading .gitattributes ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/rake.yml ...
Reading .github/workflows/xcop.yml ...
Reading .gitignore ...
Reading .pdd ...
Reading .rubocop.yml ...
Reading .rultor.yml ...
Reading .simplecov ...
Reading Gemfile ...
Reading LICENSE.txt ...
Reading README.md ...
Reading Rakefile ...
Reading bin/sibit ...
Reading cucumber.yml ...
Reading features/cli.feature ...
Reading features/gem_package.feature ...
Reading features/step_definitions/steps.rb ...
Reading features/support/env.rb ...
Reading lib/sibit/bestof.rb ...
Reading lib/sibit/bitcoinchain.rb ...
Reading lib/sibit/blockchain.rb ...
Reading lib/sibit/blockchair.rb ...
Reading lib/sibit/btc.rb ...
Reading lib/sibit/cex.rb ...
Reading lib/sibit/cryptoapis.rb ...
Reading lib/sibit/earn.rb ...
Reading lib/sibit/error.rb ...
Reading lib/sibit/fake.rb ...
Reading lib/sibit/firstof.rb ...
Reading lib/sibit/http.rb ...
Reading lib/sibit/json.rb ...
Reading lib/sibit/log.rb ...
Reading lib/sibit/version.rb ...
Reading lib/sibit.rb ...
Reading sibit.gemspec ...
Reading test/test__helper.rb ...
Reading test/test_bestof.rb ...
Reading test/test_bitcoinchain.rb ...
Reading test/test_blockchain.rb ...
Reading test/test_blockchair.rb ...
Reading test/test_btc.rb ...
Reading test/test_cex.rb ...
Reading test/test_cryptoapis.rb ...
Reading test/test_fake.rb ...
Reading test/test_firstof.rb ...
Reading test/test_json.rb ...
Reading test/test_live.rb ...
Reading test/test_sibit.rb ...
Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...
Fetching rake 13.1.0
Installing rake 13.1.0
Fetching bigdecimal 3.1.4
Using ruby2_keywords 0.0.5
Fetching minitest 5.20.0
Fetching crass 1.0.6
Fetching base64 0.2.0
Fetching concurrent-ruby 1.2.2
Fetching mutex_m 0.2.0
Fetching rack 3.0.8
Fetching public_suffix 5.0.4
Fetching connection_pool 2.4.1
Fetching builder 3.2.4
Fetching erubi 1.12.0
Fetching racc 1.7.3
Installing base64 0.2.0
Installing mutex_m 0.2.0
Installing crass 1.0.6
Installing connection_pool 2.4.1
Installing builder 3.2.4
Installing bigdecimal 3.1.4 with native extensions
Installing minitest 5.20.0
Installing racc 1.7.3 with native extensions
Installing public_suffix 5.0.4
Installing rack 3.0.8
Installing concurrent-ruby 1.2.2
Using bundler 2.4.10
Fetching contracts 0.17
Installing contracts 0.17
Fetching cucumber-ci-environment 9.2.0
Fetching cucumber-messages 22.0.0
Installing cucumber-ci-environment 9.2.0
Fetching cucumber-tag-expressions 5.0.6
Installing cucumber-messages 22.0.0
Installing cucumber-tag-expressions 5.0.6
Fetching cucumber-cucumber-expressions 17.0.1
Installing cucumber-cucumber-expressions 17.0.1
Fetching diff-lcs 1.5.0
Fetching mini_mime 1.1.5
Fetching multi_test 1.1.0
Fetching ffi 1.16.3
Installing multi_test 1.1.0
Installing diff-lcs 1.5.0
Installing mini_mime 1.1.5
Installing ffi 1.16.3 with native extensions
Fetching rspec-support 3.12.1
Installing rspec-support 3.12.1
Fetching thor 1.3.0
Installing thor 1.3.0
Fetching ast 2.4.2
Fetching backtrace 0.4.0
Fetching eventmachine 1.2.7
Fetching rexml 3.2.6
Installing ast 2.4.2
Fetching docile 1.4.0
Fetching hashdiff 1.0.1
Installing docile 1.4.0
Installing hashdiff 1.0.1
Installing rexml 3.2.6
Installing backtrace 0.4.0
Using io-console 0.6.0
Using ipaddr 1.2.5
Fetching stringio 3.1.0
Installing stringio 3.1.0 with native extensions
Fetching iri 0.7.0
Installing eventmachine 1.2.7 with native extensions
Installing iri 0.7.0
Fetching json 2.7.0
Installing json 2.7.0 with native extensions
Fetching language_server-protocol 3.17.0.3
Fetching parallel 1.23.0
Installing language_server-protocol 3.17.0.3
Installing parallel 1.23.0
Fetching webrick 1.8.1
Fetching zeitwerk 2.6.12
Using rainbow 3.1.1
Fetching regexp_parser 2.8.2
Installing zeitwerk 2.6.12
Installing webrick 1.8.1
Installing regexp_parser 2.8.2
Fetching retriable 3.1.2
Installing retriable 3.1.2
Fetching ruby-progressbar 1.13.0
Fetching unicode-display_width 2.5.0
Installing ruby-progressbar 1.13.0
Installing unicode-display_width 2.5.0
Using slop 4.10.1
Fetching simplecov-html 0.12.3
Fetching simplecov_json_formatter 0.1.4
Installing simplecov_json_formatter 0.1.4
Fetching drb 2.2.0
Installing drb 2.2.0
Installing simplecov-html 0.12.3
Fetching addressable 2.8.5
Fetching i18n 1.14.1
Installing addressable 2.8.5
Fetching tzinfo 2.0.6
Installing i18n 1.14.1
Installing tzinfo 2.0.6
Fetching rack-session 2.0.0
Installing rack-session 2.0.0
Fetching rack-test 2.1.0
Fetching cucumber-gherkin 26.2.0
Installing rack-test 2.1.0
Installing cucumber-gherkin 26.2.0
Installing erubi 1.12.0
Fetching cucumber-html-formatter 20.4.0
Fetching nokogiri 1.15.5 (x86_64-linux)
Fetching reline 0.4.1
Fetching openssl 2.2.3
Installing reline 0.4.1
Installing openssl 2.2.3 with native extensions
Fetching rspec-expectations 3.12.3
Fetching rspec-core 3.12.2
Fetching rspec-mocks 3.12.6
Installing rspec-expectations 3.12.3
Installing cucumber-html-formatter 20.4.0
Installing rspec-mocks 3.12.6
Fetching parser 3.2.2.4
Installing rspec-core 3.12.2
Fetching crack 0.4.5
Installing crack 0.4.5
Fetching rackup 2.1.0
Installing rackup 2.1.0
Fetching retriable_proxy 1.0.2
Fetching simplecov 0.22.0
Fetching psych 5.1.1.1
Installing retriable_proxy 1.0.2
Installing simplecov 0.22.0
Installing psych 5.1.1.1 with native extensions
Installing parser 3.2.2.4
Fetching cucumber-core 12.0.0
Fetching webmock 3.19.1
Installing cucumber-core 12.0.0
Installing webmock 3.19.1
Fetching rubocop-ast 1.30.0
Installing rubocop-ast 1.30.0
Installing nokogiri 1.15.5 (x86_64-linux)
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 rubocop 1.57.2
Installing rubocop 1.57.2
Fetching rubocop-factory_bot 2.24.0
Fetching rubocop-capybara 2.19.0
Installing rubocop-factory_bot 2.24.0
Installing rubocop-capybara 2.19.0
Fetching rdoc 6.6.0
Fetching rubocop-rspec 2.25.0
Installing rdoc 6.6.0
Installing rubocop-rspec 2.25.0
Fetching irb 1.9.1
Installing irb 1.9.1
Fetching ffi-compiler 1.0.1
Fetching sys-uname 1.2.3
Installing ffi-compiler 1.0.1
Installing sys-uname 1.2.3
Fetching scrypt 3.0.7
Fetching cucumber 9.1.0
Installing scrypt 3.0.7 with native extensions
Installing cucumber 9.1.0
Fetching aruba 2.2.0
Installing aruba 2.2.0
Fetching activesupport 7.1.2
Installing activesupport 7.1.2
Fetching rails-dom-testing 2.2.0
Installing rails-dom-testing 2.2.0
Fetching actionview 7.1.2
Installing actionview 7.1.2
Fetching actionpack 7.1.2
Installing actionpack 7.1.2
Fetching railties 7.1.2
Installing railties 7.1.2
Fetching rspec-rails 6.1.0
Installing rspec-rails 6.1.0
Fetching bitcoin-ruby 0.0.20
Installing bitcoin-ruby 0.0.20
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

current directory:
/usr/local/rvm/gems/ruby-3.2.2/gems/openssl-2.2.3/ext/openssl
/usr/local/rvm/rubies/ruby-3.2.2/bin/ruby extconf.rb
checking for t_open() in -lnsl... no
checking for socket() in -lsocket... no
checking for openssl/ssl.h... yes
checking for CRYPTO_malloc() in -lcrypto... yes
checking for SSL_new() in -lssl... yes
checking for LIBRESSL_VERSION_NUMBER in openssl/opensslv.h... no
checking for OpenSSL version >= 1.0.1 and < 3.0.0... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers.  Check the mkmf.log file for more details.  You may
need configuration options.

Provided configuration options:
        --with-opt-dir
        --without-opt-dir
        --with-opt-include
        --without-opt-include=${opt-dir}/include
        --with-opt-lib
        --without-opt-lib=${opt-dir}/lib
        --with-make-prog
        --without-make-prog
        --srcdir=.
        --curdir
        --ruby=/usr/local/rvm/rubies/ruby-3.2.2/bin/$(RUBY_BASE_NAME)
        --with-openssl-dir
        --without-openssl-dir
        --with-openssl-include=${openssl-dir}/include
        --with-openssl-lib=${openssl-dir}/lib
        --with-kerberos-dir
        --without-kerberos-dir
        --with-kerberos-include
        --without-kerberos-include=${kerberos-dir}/include
        --with-kerberos-lib
        --without-kerberos-lib=${kerberos-dir}/lib
        --with-debug
        --without-debug
        --enable-debug
        --disable-debug
        --with-nsl-dir
        --without-nsl-dir
        --with-nsl-include
        --without-nsl-include=${nsl-dir}/include
        --with-nsl-lib
        --without-nsl-lib=${nsl-dir}/lib
        --with-nsllib
        --without-nsllib
        --with-socket-dir
        --without-socket-dir
        --with-socket-include
        --without-socket-include=${socket-dir}/include
        --with-socket-lib
        --without-socket-lib=${socket-dir}/lib
        --with-socketlib
        --without-socketlib
        --with-crypto-dir
        --without-crypto-dir
        --with-crypto-include
        --without-crypto-include=${crypto-dir}/include
        --with-crypto-lib
        --without-crypto-lib=${crypto-dir}/lib
        --with-cryptolib
        --without-cryptolib
        --with-ssl-dir
        --without-ssl-dir
        --with-ssl-include
        --without-ssl-include=${ssl-dir}/include
        --with-ssl-lib
        --without-ssl-lib=${ssl-dir}/lib
        --with-ssllib
        --without-ssllib
extconf.rb:113:in `<main>': OpenSSL >= 1.0.1, < 3.0.0 or LibreSSL >= 2.5.0 is
required (RuntimeError)

To see why this extension failed to compile, please check the mkmf.log which can
be found here:

/usr/local/rvm/gems/ruby-3.2.2/extensions/x86_64-linux/3.2.0/openssl-2.2.3/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in
/usr/local/rvm/gems/ruby-3.2.2/gems/openssl-2.2.3 for inspection.
Results logged to
/usr/local/rvm/gems/ruby-3.2.2/extensions/x86_64-linux/3.2.0/openssl-2.2.3/gem_make.out

/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/rubygems/ext/builder.rb:119:in
`run'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/rubygems/ext/ext_conf_builder.rb:27:in
`build'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/rubygems/ext/builder.rb:187:in
`build_extension'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/rubygems/ext/builder.rb:221:in
`block in build_extensions'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/rubygems/ext/builder.rb:218:in
`each'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/rubygems/ext/builder.rb:218:in
`build_extensions'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/rubygems/installer.rb:843:in
`build_extensions'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/bundler/rubygems_gem_installer.rb:72:in
`build_extensions'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/bundler/rubygems_gem_installer.rb:28:in
`install'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/bundler/source/rubygems.rb:200:in
`install'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/bundler/installer/gem_installer.rb:54:in
`install'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/bundler/installer/gem_installer.rb:16:in
`install_from_spec'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/bundler/installer/parallel_installer.rb:156:in
`do_install'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/bundler/installer/parallel_installer.rb:147:in
`block in worker_pool'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/bundler/worker.rb:62:in
`apply_func'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/bundler/worker.rb:57:in `block
in process_queue'
  /usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/bundler/worker.rb:54:in `loop'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/bundler/worker.rb:54:in
`process_queue'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/bundler/worker.rb:90:in `block
(2 levels) in create_threads'

An error occurred while installing openssl (2.2.3), and Bundler cannot continue.

In Gemfile:
  sibit was resolved to 0.0.0, which depends on
    openssl
container 7c10c30525de445b31e33eccf32ffc8b3ff7fe3e1b681dce1e4264f13e750fd2 is dead
Fri Dec  1 08:31:01 AM CET 2023