Lately I'm having issues installing metasploit framework from source:
git clone --depth 1 https://github.com/rapid7/metasploit-framework.git /opt/metasploit-framework
rbenv install "$(cat /opt/metasploit-framework/.ruby-version)"
cd /opt/metasploit-framework
gem install bundler
bundle install
Output:
#30 126.8 Bundler::GemNotFound: Could not find xmlrpc-0.3.3.gem for installation
#30 126.8 An error occurred while installing xmlrpc (0.3.3), and Bundler cannot continue.
#30 126.8 In Gemfile:
#30 126.8 metasploit-framework was resolved to 6.4.131, which depends on
#30 126.8 xmlrpc
Full Output:
#30 [stage-0 19/38] RUN git clone --depth 1 https://github.com/rapid7/metasploit-framework.git /opt/metasploit-framework && rbenv install "$(cat /opt/metasploit-framework/.ruby-version)" && cd /opt/metasploit-framework && gem install bundler && bundle install
#30 0.269 Cloning into '/opt/metasploit-framework'...
#30 10.16 ==> Downloading ruby-3.3.8.tar.gz...
#30 10.16 -> curl -q -fL -o ruby-3.3.8.tar.gz https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.8.tar.gz
#30 10.17 % Total % Received % Xferd Average Speed Time Time Time Current
#30 10.17 Dload Upload Total Spent Left Speed
100 21.1M 100 21.1M 0 0 11.1M 0 0:00:01 0:00:01 --:--:-- 11.1M
#30 12.83 ==> Installing ruby-3.3.8...
#30 12.86 -> ./configure "--prefix=$HOME/.rbenv/versions/3.3.8" --enable-shared --with-ext=openssl,psych,+
#30 29.62 -> make -j 16
#30 82.40 -> make install
#30 105.1 ==> Installed ruby-3.3.8 to /root/.rbenv/versions/3.3.8
#30 105.7
#30 105.7 NOTE: to activate this Ruby version as the new default, run: rbenv global 3.3.8
#30 106.6 Successfully installed bundler-4.0.10
#30 106.6 Parsing documentation for bundler-4.0.10
#30 106.6 Installing ri documentation for bundler-4.0.10
#30 106.6 Done installing documentation for bundler after 0 seconds
#30 106.6 1 gem installed
#30 106.7 Don't run Bundler as root. Installing your bundle as root will break this
#30 106.7 application for all non-root users on this machine.
#30 108.9 Fetching gem metadata from https://rubygems.org/..........
#30 112.0 Fetching rake 13.3.0
#30 112.1 Installing rake 13.3.0
#30 105.3 Fetching Ascii85 2.0.1
#30 105.3 Fetching racc 1.8.1
#30 105.3 Fetching abbrev 0.1.2
#30 105.3 Fetching base64 0.3.0
#30 105.3 Fetching benchmark 0.4.1
#30 105.3 Fetching bigdecimal 3.3.1
#30 105.3 Fetching concurrent-ruby 1.3.5
#30 105.3 Fetching connection_pool 2.5.4
#30 105.3 Fetching drb 2.2.3
#30 105.3 Fetching logger 1.7.0
#30 105.3 Fetching minitest 5.25.5
#30 105.3 Fetching securerandom 0.4.1
#30 105.3 Fetching builder 3.3.0
#30 105.3 Fetching erubi 1.13.1
#30 105.3 Fetching crass 1.0.6
#30 105.3 Fetching rack 2.2.19
#30 105.3 Installing Ascii85 2.0.1
#30 105.3 Fetching useragent 0.16.11
#30 105.4 Installing racc 1.8.1 with native extensions
#30 105.4 Installing abbrev 0.1.2
#30 105.4 Fetching timeout 0.4.3
#30 105.4 Installing base64 0.3.0
#30 105.4 Fetching public_suffix 6.0.2
#30 105.5 Installing benchmark 0.4.1
#30 105.5 Fetching afm 0.2.2
#30 105.5 Installing bigdecimal 3.3.1 with native extensions
#30 105.6 Installing concurrent-ruby 1.3.5
#30 105.6 Fetching mime-types-data 3.2025.0924
#30 105.6 Installing connection_pool 2.5.4
#30 105.6 Fetching require_all 3.0.0
#30 105.6 Installing drb 2.2.3
#30 105.6 Fetching diff-lcs 1.6.2
#30 105.6 Fetching rspec-support 3.13.6
#30 105.7 Installing logger 1.7.0
#30 105.7 Fetching ast 2.4.3
#30 105.7 Installing minitest 5.25.5
#30 105.7 Fetching aws-eventstream 1.3.2
#30 105.7 Installing securerandom 0.4.1
#30 105.7 Fetching aws-partitions 1.1065.0
#30 105.8 Installing builder 3.3.0
#30 105.8 Fetching jmespath 1.6.2
#30 105.8 Installing erubi 1.13.1
#30 105.8 Fetching bcrypt 3.1.20
#30 105.8 Installing crass 1.0.6
#30 105.8 Fetching bcrypt_pbkdf 1.1.1
#30 105.9 Installing rack 2.2.19
#30 105.9 Installing useragent 0.16.11
#30 105.9 Fetching bindata 2.4.15
#30 105.9 Fetching msgpack 1.6.1
#30 105.9 Installing timeout 0.4.3
#30 105.9 Fetching bson 5.1.1
#30 106.0 Installing public_suffix 6.0.2
#30 106.0 Fetching byebug 12.0.0
#30 106.0 Installing afm 0.2.2
#30 106.0 Fetching chunky_png 1.4.0
#30 106.1 Installing mime-types-data 3.2025.0924
#30 106.1 Fetching coderay 1.1.3
#30 106.1 Installing require_all 3.0.0
#30 106.1 Fetching cookiejar 0.3.4
#30 106.1 Installing diff-lcs 1.6.2
#30 106.1 Fetching csv 3.3.2
#30 106.2 Installing rspec-support 3.13.6
#30 106.2 Fetching daemons 1.4.1
#30 106.2 Installing ast 2.4.3
#30 106.2 Fetching date 3.4.1
#30 106.2 Installing aws-eventstream 1.3.2
#30 106.2 Fetching prettyprint 0.2.0
#30 106.3 Installing aws-partitions 1.1065.0
#30 106.3 Fetching erb 5.0.3
#30 106.3 Installing jmespath 1.6.2
#30 106.3 Fetching stringio 3.1.1
#30 106.4 Installing bcrypt 3.1.20 with native extensions
#30 106.4 Installing bcrypt_pbkdf 1.1.1 with native extensions
#30 106.4 Installing bindata 2.4.15
#30 106.5 Fetching tsort 0.2.0
#30 106.5 Installing msgpack 1.6.1 with native extensions
#30 106.5 Installing bson 5.1.1 with native extensions
#30 106.6 Installing byebug 12.0.0 with native extensions
#30 106.6 Installing chunky_png 1.4.0
#30 106.7 Installing coderay 1.1.3
#30 106.7 Installing cookiejar 0.3.4
#30 106.8 Fetching io-console 0.8.1
#30 106.8 Installing csv 3.3.2
#30 106.8 Installing daemons 1.4.1
#30 106.9 Fetching simpleidn 0.2.3
#30 106.9 Installing prettyprint 0.2.0
#30 106.9 Fetching docile 1.4.1
#30 107.0 Installing date 3.4.1 with native extensions
#30 107.0 Fetching domain_name 0.6.20240107
#30 107.0 Installing erb 5.0.3 with native extensions
#30 107.0 Installing stringio 3.1.1 with native extensions
#30 107.0 Installing tsort 0.2.0
#30 107.0 Fetching ed25519 1.4.0
#30 107.0 Fetching eventmachine 1.2.7
#30 107.0 Installing io-console 0.8.1 with native extensions
#30 107.1 Fetching http_parser.rb 0.8.0
#30 107.1 Fetching thor 1.4.0
#30 107.1 Installing docile 1.4.1
#30 107.3 Installing simpleidn 0.2.3
#30 107.3 Installing domain_name 0.6.20240107
#30 107.3 Installing ed25519 1.4.0 with native extensions
#30 107.3 Fetching zeitwerk 2.7.3
#30 107.3 Installing thor 1.4.0
#30 107.4 Installing eventmachine 1.2.7 with native extensions
#30 107.4 Installing http_parser.rb 0.8.0 with native extensions
#30 107.4 Installing zeitwerk 2.7.3
#30 107.4 Fetching faraday-net_http 3.0.2
#30 107.5 Installing faraday-net_http 3.0.2
#30 107.5 Fetching websocket-extensions 0.1.5
#30 107.5 Fetching ffi 1.16.3
#30 107.5 Installing websocket-extensions 0.1.5
#30 107.6 Fetching fiddle 1.1.6
#30 107.6 Fetching filesize 0.2.0
#30 107.6 Fetching fivemat 1.3.7
#30 107.6 Fetching forwardable 1.3.3
#30 107.8 Installing filesize 0.2.0
#30 107.8 Fetching getoptlong 0.2.1
#30 107.8 Installing fiddle 1.1.6 with native extensions
#30 107.8 Fetching rexml 3.4.1
#30 107.8 Installing fivemat 1.3.7
#30 107.8 Fetching hashery 2.1.2
#30 107.8 Installing forwardable 1.3.3
#30 107.8 Fetching hrr_rb_ssh 0.4.2
#30 107.8 Fetching http-accept 1.7.0
#30 107.8 Installing getoptlong 0.2.1
#30 107.9 Fetching mutex_m 0.3.0
#30 107.9 Fetching ipaddr 1.2.7
#30 107.9 Installing rexml 3.4.1
#30 107.9 Fetching rkelly-remix 0.0.7
#30 107.9 Installing hashery 2.1.2
#30 108.0 Installing hrr_rb_ssh 0.4.2
#30 108.0 Installing http-accept 1.7.0
#30 108.0 Installing mutex_m 0.3.0
#30 108.1 Installing ipaddr 1.2.7
#30 108.1 Fetching json 2.15.1
#30 108.1 Fetching language_server-protocol 3.17.0.5
#30 108.1 Fetching rubyzip 2.4.1
#30 108.1 Installing rkelly-remix 0.0.7
#30 108.1 Installing ffi 1.16.3 with native extensions
#30 108.2 Installing json 2.15.1 with native extensions
#30 108.2 Fetching parslet 1.8.2
#30 108.2 Fetching with_env 1.1.0
#30 108.3 Installing rubyzip 2.4.1
#30 108.3 Installing language_server-protocol 3.17.0.5
#30 108.3 Installing parslet 1.8.2
#30 108.3 Installing with_env 1.1.0
#30 108.4 Fetching lint_roller 1.1.0
#30 108.5 Installing lint_roller 1.1.0
#30 108.5 Fetching little-plugger 1.1.4
#30 108.5 Fetching multi_json 1.15.0
#30 108.6 Installing little-plugger 1.1.4
#30 108.6 Installing multi_json 1.15.0
#30 108.6 Fetching lru_redux 1.1.0
#30 108.7 Installing lru_redux 1.1.0
#30 108.7 Fetching memory_profiler 1.1.0
#30 108.8 Installing memory_profiler 1.1.0
#30 108.8 Fetching metasm 1.0.5
#30 108.8 Fetching pg 1.5.9
#30 108.8 Fetching net-ssh 7.3.0
#30 108.9 Fetching rex-core 0.1.36
#30 108.9 Fetching metasploit-payloads 2.0.245
#30 109.1 Fetching metasploit_payloads-mettle 1.0.46
#30 109.1 Installing rex-core 0.1.36
#30 109.1 Fetching nessus_rest 0.1.6
#30 109.1 Fetching net-ldap 0.19.0
#30 109.1 Installing pg 1.5.9 with native extensions
#30 109.1 Installing net-ssh 7.3.0
#30 109.2 Fetching network_interface 0.0.4
#30 109.3 Fetching nexpose 7.3.0
#30 109.4 Installing metasm 1.0.5
#30 110.1 Fetching openssl-ccm 1.2.3
#30 110.1 Fetching openvas-omp 0.0.4
#30 110.4 Fetching ostruct 0.6.1
#30 110.5 Fetching pcaprub 0.13.3
#30 111.5 Fetching parallel 1.27.0
#30 112.9 Fetching patch_finder 1.0.2
#30 113.2 Installing metasploit-payloads 2.0.245
#30 113.4 Fetching ruby-rc4 0.1.5
#30 113.7 Installing nessus_rest 0.1.6
#30 113.7 Fetching nio4r 2.7.4
#30 113.7 Installing net-ldap 0.19.0
#30 113.8 Installing network_interface 0.0.4 with native extensions
#30 113.8 Fetching strptime 0.2.5
#30 113.8 Installing openssl-ccm 1.2.3
#30 113.8 Installing nexpose 7.3.0
#30 113.8 Installing openvas-omp 0.0.4
#30 113.9 Installing ostruct 0.6.1
#30 113.9 Fetching rb-readline 0.5.5
#30 113.9 Fetching redcarpet 3.6.1
#30 113.9 Fetching netrc 0.11.0
#30 113.9 Installing pcaprub 0.13.3 with native extensions
#30 113.9 Installing parallel 1.27.0
#30 114.0 Fetching rex-struct2 0.1.5
#30 114.0 Installing patch_finder 1.0.2
#30 114.0 Installing rex-struct2 0.1.5
#30 114.0 Fetching rex-java 0.1.8
#30 114.0 Fetching rex-registry 0.1.6
#30 114.1 Fetching ruby-macho 4.1.0
#30 114.1 Installing nio4r 2.7.4 with native extensions
#30 114.1 Installing strptime 0.2.5 with native extensions
#30 114.2 Installing rb-readline 0.5.5
#30 114.2 Installing redcarpet 3.6.1 with native extensions
#30 114.2 Installing netrc 0.11.0
#30 114.2 Installing ruby-rc4 0.1.5
#30 114.2 Fetching ruby-mysql 4.2.0
#30 114.3 Fetching openssl-cmac 2.0.2
#30 114.3 Fetching windows_error 0.1.5
#30 114.3 Installing rex-java 0.1.8
#30 114.3 Installing rex-registry 0.1.6
#30 114.3 Installing ruby-macho 4.1.0
#30 114.4 Fetching tilt 2.6.0
#30 114.4 Fetching sqlite3 1.7.3 (x86_64-linux)
#30 114.4 Installing ruby-mysql 4.2.0
#30 114.4 Installing tilt 2.6.0
#30 114.4 Fetching sshkey 3.0.0
#30 114.5 Fetching swagger-blocks 3.0.0
#30 114.5 Installing openssl-cmac 2.0.2
#30 114.8 Fetching unix-crypt 1.3.1
#30 114.8 Fetching win32api 0.1.0
#30 114.8 Installing windows_error 0.1.5
#30 114.9 Installing sshkey 3.0.0
#30 115.0 Installing swagger-blocks 3.0.0
#30 115.0 Fetching method_source 1.1.0
#30 115.0 Installing unix-crypt 1.3.1
#30 115.0 Installing win32api 0.1.0
#30 115.1 Installing method_source 1.1.0
#30 115.1 Fetching prism 1.5.1
#30 115.1 Fetching rainbow 3.1.1
#30 115.1 Fetching regexp_parser 2.11.3
#30 115.1 Fetching ruby-progressbar 1.13.0
#30 115.2 Fetching unicode-emoji 4.1.0
#30 115.2 Installing rainbow 3.1.1
#30 115.3 Fetching simplecov-html 0.13.1
#30 115.3 Installing regexp_parser 2.11.3
#30 115.3 Installing ruby-progressbar 1.13.0
#30 115.4 Fetching test-prof 1.4.4
#30 115.4 Fetching timecop 0.9.10
#30 115.4 Installing simplecov-html 0.13.1
#30 115.4 Installing unicode-emoji 4.1.0
#30 115.5 Installing timecop 0.9.10
#30 115.5 Fetching yard 0.9.37
#30 115.5 Installing prism 1.5.1 with native extensions
#30 115.5 Fetching rubyntlm 0.6.5
#30 115.6 Installing test-prof 1.4.4
#30 115.6 Installing rubyntlm 0.6.5
#30 115.7 Fetching ruby-prof 1.7.2
#30 115.7 Fetching i18n 1.14.7
#30 115.8 Installing ruby-prof 1.7.2 with native extensions
#30 115.8 Fetching tzinfo 2.0.6
#30 115.8 Installing i18n 1.14.7
#30 115.9 Fetching aarch64 2.1.0
#30 115.9 Installing tzinfo 2.0.6
#30 116.0 Fetching nokogiri 1.18.10 (x86_64-linux-gnu)
#30 116.0 Installing yard 0.9.37
#30 116.0 Installing aarch64 2.1.0
#30 116.1 Fetching mqtt 0.7.0
#30 116.2 Fetching syslog 0.3.0
#30 116.3 Installing mqtt 0.7.0
#30 116.3 Installing syslog 0.3.0 with native extensions
#30 116.4 Fetching rack-session 1.0.2
#30 116.4 Installing sqlite3 1.7.3 (x86_64-linux)
#30 116.5 Fetching rack-test 2.2.0
#30 116.5 Installing rack-session 1.0.2
#30 116.6 Installing rack-test 2.2.0
#30 116.6 Fetching rack-protection 3.2.0
#30 116.6 Fetching warden 1.2.9
#30 116.6 Fetching net-protocol 0.2.2
#30 116.6 Fetching addressable 2.8.7
#30 116.6 Installing rack-protection 3.2.0
#30 116.7 Installing warden 1.2.9
#30 116.7 Fetching mime-types 3.7.0
#30 116.7 Installing net-protocol 0.2.2
#30 116.8 Installing mime-types 3.7.0
#30 116.8 Installing addressable 2.8.7
#30 116.8 Fetching rspec-expectations 3.13.5
#30 116.8 Fetching rspec-core 3.13.5
#30 116.9 Fetching rspec-mocks 3.13.5
#30 116.9 Fetching parser 3.3.9.0
#30 116.9 Installing rspec-expectations 3.13.5
#30 117.0 Installing rspec-mocks 3.13.5
#30 117.0 Installing rspec-core 3.13.5
#30 117.1 Fetching aws-sigv4 1.11.0
#30 117.1 Fetching elftools 1.3.1
#30 117.3 Installing aws-sigv4 1.11.0
#30 117.3 Installing elftools 1.3.1
#30 117.3 Fetching pp 0.6.3
#30 117.3 Installing pp 0.6.3
#30 117.3 Fetching rackup 1.0.1
#30 117.4 Installing rackup 1.0.1
#30 117.4 Fetching dnsruby 1.73.1
#30 117.4 Fetching http-cookie 1.0.8
#30 117.4 Fetching mustermann 3.0.3
#30 117.4 Fetching faraday 2.7.11
#30 117.4 Fetching websocket-driver 0.7.7
#30 117.5 Installing http-cookie 1.0.8
#30 117.5 Installing mustermann 3.0.3
#30 117.6 Fetching httpclient 2.9.0
#30 117.6 Installing websocket-driver 0.7.7 with native extensions
#30 117.6 Installing dnsruby 1.73.1
#30 117.6 Installing faraday 2.7.11
#30 117.6 Fetching rinda 0.2.0
#30 117.7 Installing rinda 0.2.0
#30 117.7 Fetching gyoku 1.4.0
#30 117.7 Fetching xml-simple 1.1.9
#30 117.7 Fetching logging 2.4.0
#30 117.7 Installing parser 3.3.9.0
#30 117.8 Installing gyoku 1.4.0
#30 117.8 Fetching reline 0.6.2
#30 117.8 Installing xml-simple 1.1.9
#30 117.9 Fetching toml 0.2.0
#30 117.9 Installing reline 0.6.2
#30 117.9 Installing logging 2.4.0
#30 117.9 Installing httpclient 2.9.0
#30 117.9 Installing toml 0.2.0
#30 117.9 Fetching bootsnap 1.18.4
#30 118.0 Fetching jsobfu 0.4.2
#30 118.0 Fetching hrr_rb_ssh-ed25519 0.4.2
#30 118.0 Installing bootsnap 1.18.4 with native extensions
#30 118.0 Fetching net-sftp 4.0.0
#30 118.0 Installing jsobfu 0.4.2
#30 118.1 Installing hrr_rb_ssh-ed25519 0.4.2
#30 118.1 Fetching ttfunk 1.8.0
#30 118.1 Installing net-sftp 4.0.0
#30 118.1 Fetching rex-text 0.2.62
#30 118.2 Fetching nori 2.7.1
#30 118.2 Fetching psych 5.2.6
#30 118.2 Installing ttfunk 1.8.0
#30 118.2 Installing rex-text 0.2.62
#30 118.3 Installing nori 2.7.1
#30 118.3 Installing psych 5.2.6 with native extensions
#30 118.4 Fetching pry 0.15.2
#30 118.4 Fetching packetfu 2.0.0
#30 118.5 Fetching rasn1 0.14.0
#30 118.5 Fetching simplecov 0.18.2
#30 118.6 Installing pry 0.15.2
#30 118.6 Installing rasn1 0.14.0
#30 118.6 Fetching unicode-display_width 3.2.0
#30 118.6 Installing simplecov 0.18.2
#30 118.7 Installing unicode-display_width 3.2.0
#30 118.7 Fetching gssapi 1.3.1
#30 118.8 Fetching ruby_smb 3.3.17
#30 118.8 Fetching faker 3.5.1
#30 118.8 Installing gssapi 1.3.1
#30 118.8 Fetching activesupport 7.2.2.2
#30 118.9 Fetching tzinfo-data 1.2025.1
#30 118.9 Fetching puma 6.6.0
#30 119.0 Fetching net-imap 0.5.6
#30 119.0 Fetching aws-sdk-core 3.220.1
#30 119.1 Installing packetfu 2.0.0
#30 119.1 Installing ruby_smb 3.3.17
#30 119.2 Fetching allure-ruby-commons 2.27.0
#30 119.2 Installing activesupport 7.2.2.2
#30 119.2 Fetching rspec 3.13.1
#30 119.2 Installing nokogiri 1.18.10 (x86_64-linux-gnu)
#30 119.2 Installing tzinfo-data 1.2025.1
#30 119.2 Installing puma 6.6.0 with native extensions
#30 119.2 Installing net-imap 0.5.6
#30 119.3 Installing allure-ruby-commons 2.27.0
#30 119.3 Installing rspec 3.13.1
#30 119.8 Fetching rest-client 2.1.0
#30 119.8 Fetching sinatra 3.2.0
#30 119.9 Fetching license_finder 5.11.1
#30 119.9 Fetching faraday-retry 2.2.1
#30 119.9 Fetching sawyer 0.9.2
#30 120.0 Installing aws-sdk-core 3.220.1
#30 120.0 Installing rest-client 2.1.0
#30 120.0 Installing faraday-retry 2.2.1
#30 120.0 Installing sinatra 3.2.0
#30 120.0 Installing sawyer 0.9.2
#30 120.1 Installing license_finder 5.11.1
#30 120.1 Fetching rex-arch 0.1.19
#30 120.1 Installing rex-arch 0.1.19
#30 120.2 Fetching rex-mime 0.1.11
#30 120.3 Installing rex-mime 0.1.11
#30 120.3 Fetching rex-ole 0.1.9
#30 120.4 Fetching rex-random_identifier 0.1.21
#30 120.4 Installing rex-ole 0.1.9
#30 120.4 Fetching rex-rop_builder 0.1.6
#30 120.4 Installing rex-random_identifier 0.1.21
#30 120.4 Fetching rex-zip 0.1.6
#30 120.5 Installing rex-rop_builder 0.1.6
#30 120.5 Installing rex-zip 0.1.6
#30 120.5 Fetching rex-socket 0.1.64
#30 120.6 Fetching pdf-reader 2.14.1
#30 120.6 Fetching winrm 2.3.9
#30 120.6 Fetching rspec-rerun 1.1.0
#30 120.6 Installing rex-socket 0.1.64
#30 120.6 Installing faker 3.5.1
#30 120.7 Fetching em-socksify 0.3.3
#30 120.7 Installing winrm 2.3.9
#30 120.7 Installing rspec-rerun 1.1.0
#30 120.7 Installing em-socksify 0.3.3
#30 120.7 Fetching faye-websocket 0.11.3
#30 120.8 Installing pdf-reader 2.14.1
#30 120.8 Installing faye-websocket 0.11.3
#30 120.8 Fetching thin 1.8.2
#30 120.8 Fetching allure-rspec 2.27.0
#30 120.9 Installing thin 1.8.2 with native extensions
#30 120.9 Installing allure-rspec 2.27.0
#30 120.9 Fetching rdoc 6.15.0
#30 121.0 Fetching pry-byebug 3.11.0
#30 121.1 Fetching octokit 10.0.0
#30 121.1 Installing pry-byebug 3.11.0
#30 121.1 Fetching rex-bin_tools 0.1.16
#30 121.2 Installing octokit 10.0.0
#30 121.2 Installing rex-bin_tools 0.1.16
#30 121.3 Fetching rex-encoder 0.1.8
#30 121.3 Installing rex-encoder 0.1.8
#30 121.5 Fetching rex-nop 0.1.4
#30 121.5 Installing rdoc 6.15.0
#30 121.6 Installing rex-nop 0.1.4
#30 121.6 Fetching rex-powershell 0.1.103
#30 121.6 Fetching em-http-request 1.1.7
#30 121.6 Fetching rex-sslscan 0.1.13
#30 121.6 Installing rex-powershell 0.1.103
#30 121.6 Fetching activemodel 7.2.2.2
#30 121.7 Fetching factory_bot 6.5.5
#30 121.7 Installing rex-sslscan 0.1.13
#30 121.7 Fetching rex-exploitation 0.1.44
#30 121.8 Installing activemodel 7.2.2.2
#30 121.8 Installing em-http-request 1.1.7
#30 121.9 Installing rex-exploitation 0.1.44
#30 121.9 Installing factory_bot 6.5.5
#30 122.0 Fetching aws-sdk-ec2 1.511.0
#30 122.0 Fetching aws-sdk-ec2instanceconnect 1.55.0
#30 122.0 Fetching aws-sdk-iam 1.119.0
#30 122.0 Fetching aws-sdk-kms 1.99.0
#30 122.0 Fetching aws-sdk-ssm 1.191.0
#30 122.1 Installing aws-sdk-ec2instanceconnect 1.55.0
#30 122.3 Fetching activerecord 7.2.2.2
#30 122.3 Fetching xdr 3.0.3
#30 122.3 Installing aws-sdk-kms 1.99.0
#30 122.3 Installing aws-sdk-iam 1.119.0
#30 122.4 Installing xdr 3.0.3
#30 122.4 Installing aws-sdk-ssm 1.191.0
#30 122.5 Fetching aws-sdk-s3 1.182.0
#30 122.6 Installing activerecord 7.2.2.2
#30 122.8 Installing aws-sdk-ec2 1.511.0
#30 122.8 Fetching irb 1.15.2
#30 122.8 Installing aws-sdk-s3 1.182.0
#30 122.9 Installing irb 1.15.2
#30 123.2 Fetching rails-dom-testing 2.3.0
#30 123.2 Fetching loofah 2.24.1
#30 123.2 Fetching recog 3.1.14
#30 123.2 Fetching debug 1.11.0
#30 123.2 Installing rails-dom-testing 2.3.0
#30 123.3 Installing loofah 2.24.1
#30 123.4 Fetching rails-html-sanitizer 1.6.2
#30 123.4 Installing debug 1.11.0 with native extensions
#30 123.4 Installing rails-html-sanitizer 1.6.2
#30 123.5 Installing recog 3.1.14
#30 123.5 Fetching actionview 7.2.2.2
#30 123.6 Installing actionview 7.2.2.2
#30 123.9 Fetching actionpack 7.2.2.2
#30 123.9 Fetching arel-helpers 2.16.0
#30 123.9 Installing actionpack 7.2.2.2
#30 124.0 Installing arel-helpers 2.16.0
#30 124.1 Installing metasploit_payloads-mettle 1.0.46
#30 124.1 Fetching railties 7.2.2.2
#30 124.2 Installing railties 7.2.2.2
#30 124.4 Fetching factory_bot_rails 6.5.1
#30 124.4 Fetching metasploit-concern 5.0.5
#30 124.4 Fetching metasploit-model 5.0.4
#30 124.4 Fetching rspec-rails 8.0.2
#30 124.8 Installing factory_bot_rails 6.5.1
#30 124.9 Installing metasploit-concern 5.0.5
#30 125.0 Installing metasploit-model 5.0.4
#30 125.0 Installing rspec-rails 8.0.2
#30 125.1 Fetching metasploit_data_models 6.0.18
#30 125.2 Installing metasploit_data_models 6.0.18
#30 125.4 Fetching metasploit-credential 6.0.21
#30 125.4 Installing metasploit-credential 6.0.21
#30 126.8 Bundler::GemNotFound: Could not find xmlrpc-0.3.3.gem for installation
#30 126.8 /usr/lib/ruby/3.3.0/bundler/source/rubygems.rb:163:in `install'
#30 126.8 /usr/lib/ruby/3.3.0/bundler/installer/gem_installer.rb:55:in `install'
#30 126.8 /usr/lib/ruby/3.3.0/bundler/installer/gem_installer.rb:17:in
#30 126.8 `install_from_spec'
#30 126.8 /usr/lib/ruby/3.3.0/bundler/installer/parallel_installer.rb:133:in
#30 126.8 `do_install'
#30 126.8 /usr/lib/ruby/3.3.0/bundler/installer/parallel_installer.rb:124:in `block in
#30 126.8 worker_pool'
#30 126.8 /usr/lib/ruby/3.3.0/bundler/worker.rb:62:in `apply_func'
#30 126.8 /usr/lib/ruby/3.3.0/bundler/worker.rb:57:in `block in process_queue'
#30 126.8 <internal:kernel>:187:in `loop'
#30 126.8 /usr/lib/ruby/3.3.0/bundler/worker.rb:54:in `process_queue'
#30 126.8 /usr/lib/ruby/3.3.0/bundler/worker.rb:90:in `block (2 levels) in
#30 126.8 create_threads'
#30 126.8
#30 126.8 An error occurred while installing xmlrpc (0.3.3), and Bundler cannot continue.
#30 126.8
#30 126.8 In Gemfile:
#30 126.8 metasploit-framework was resolved to 6.4.131, which depends on
#30 126.8 xmlrpc
#30 ERROR: process "/bin/bash -o pipefail -c git clone --depth 1 https://github.com/rapid7/metasploit-framework.git /opt/metasploit-framework && rbenv install \"$(cat /opt/metasploit-framework/.ruby-version)\" && cd /opt/metasploit-framework && gem install bundler && bundle install" did not complete successfully: exit code: 5
Lately I'm having issues installing metasploit framework from source:
Output:
Full Output: