Skip to content

Instantly share code, notes, and snippets.

@mediafinger
Created October 15, 2024 10:01
Show Gist options
  • Save mediafinger/b2864ad3693b4071d0df8f83539a4ab4 to your computer and use it in GitHub Desktop.
Save mediafinger/b2864ad3693b4071d0df8f83539a4ab4 to your computer and use it in GitHub Desktop.
RubyLSP VSCode extension fails to install (the already bundled) nokogiri under Ruby 3.4.0-preview2 as it can build the native extensions and uses a new/different directory for the gems
2024-10-15 12:51:50.674 [info] (zazu-app) Discovered Ruby version 3.4.0-preview2 from /Users/andy/code/zazu/zazu-app/.ruby-version
2024-10-15 12:51:50.681 [info] (zazu-app) Discovered Ruby installation at /Users/andy/.rubies/ruby-3.4.0-preview2/bin/ruby
2024-10-15 12:51:50.681 [info] (zazu-app) Running command: `/Users/andy/.rubies/ruby-3.4.0-preview2/bin/ruby -W0 -e 'user_dir = Gem.user_dir;paths = Gem.path;if paths.length > 2; paths.delete(Gem.default_dir); paths.delete(Gem.user_dir); if paths[0]; user_dir = paths[0] if Dir.exist?(paths[0]); end;end;newer_gem_home = File.join(File.dirname(user_dir), "3.4.0-preview2");gems = (Dir.exist?(newer_gem_home) ? newer_gem_home : user_dir);STDERR.print([Gem.default_dir, gems, !!defined?(RubyVM::YJIT), RUBY_VERSION].join("RUBY_LSP_ACTIVATION_SEPARATOR"))'` in /Users/andy/code/zazu/zazu-app using shell: /opt/homebrew/bin/bash
2024-10-15 12:51:51.131 [info] (zazu-app) Activated Ruby environment: defaultGems=/Users/andy/.rubies/ruby-3.4.0-preview2/lib/ruby/gems/3.4.0+0 gemHome=/Users/andy/.gem/ruby/3.4.0+0 yjit=false
2024-10-15 12:52:05.349 [info] (zazu-app) Ruby LSP> Skipping custom bundle setup since /Users/andy/code/zazu/zazu-app/.ruby-lsp/Gemfile.lock already exists and is up to date
2024-10-15 12:52:05.383 [info] (zazu-app) Ruby LSP> Running bundle install for the custom bundle. This may take a while...
Ruby LSP> Command: (bundle check || bundle install) 1>&2
2024-10-15 12:52:08.327 [info] (zazu-app) Resolving dependencies...
2024-10-15 12:52:09.758 [info] (zazu-app) The following gems are missing
* rails (7.2.1)
* cssbundling-rails (1.4.1)
* importmap-rails (2.0.3)
* mission_control-jobs (0.3.2)
* money-rails (1.15.0)
* phlex-rails (2.0.0.beta2)
* phosphor_icons (0.3.0)
* propshaft (1.1.0)
* rails_heroicon (2.3.0)
* scenic (1.8.0)
* solid_cable (3.0.2)
* solid_cache (1.0.6)
* solid_queue (1.0.0)
* stimulus-rails (1.3.4)
2024-10-15 12:52:09.758 [info] (zazu-app) * turbo-rails (2.0.10)
* ammeter (1.1.7)
* factory_bot_rails (6.4.3)
* rspec-rails (7.0.1)
* hotwire-livereload (1.4.1)
* web-console (4.2.1)
* capybara (3.40.0)
* capybara-playwright-driver (0.5.2)
* rails-controller-testing (1.0.5)
* actioncable (7.2.1)
* actionmailbox (7.2.1)
* actionmailer (7.2.1)
* actionpack (7.2.1)
* actiontext (7.2.1)
* actionview (7.2.1)
* activestorage (7.2.1)
* railties (7.2.1)
* nokogiri (1.16.7)
* xpath (3.2.0)
* rails-dom-testing (2.2.0)
* rails-html-sanitizer (1.6.0)
* loofah (2.22.0)
Install missing gems with `bundle install`
2024-10-15 12:52:12.103 [info] (zazu-app) Fetching gem metadata from https://rubygems.org/
2024-10-15 12:52:12.105 [info] (zazu-app) .
2024-10-15 12:52:12.309 [info] (zazu-app) .
2024-10-15 12:52:12.400 [info] (zazu-app) .
2024-10-15 12:52:12.428 [info] (zazu-app) .
2024-10-15 12:52:12.462 [info] (zazu-app) .
2024-10-15 12:52:12.485 [info] (zazu-app) .
2024-10-15 12:52:12.517 [info] (zazu-app) .
2024-10-15 12:52:12.522 [info] (zazu-app) .
2024-10-15 12:52:12.524 [info] (zazu-app) .
2024-10-15 12:52:14.090 [info] (zazu-app)
2024-10-15 12:52:14.262 [info] (zazu-app) Resolving dependencies...
2024-10-15 12:52:15.581 [info] (zazu-app) Installing nokogiri 1.16.7 with native extensions
2024-10-15 12:52:17.874 [info] (zazu-app) Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory:
/Users/andy/.gem/ruby/3.4.0+0/gems/nokogiri-1.16.7/ext/nokogiri
/Users/andy/.rubies/ruby-3.4.0-preview2/bin/ruby extconf.rb
checking for whether -I is accepted as CPPFLAGS... yes
checking for whether /opt/homebrew/include is accepted as CPPFLAGS... no
checking for whether -L is accepted as LDFLAGS... yes
checking for whether /opt/homebrew/lib is accepted as LDFLAGS... no
checking for whether -std=c99 is accepted as CFLAGS... yes
checking for whether -Wno-declaration-after-statement is accepted as CFLAGS...
yes
checking for whether -O2 is accepted as CFLAGS... yes
checking for whether -g is accepted as CFLAGS... yes
checking for whether -Winline is accepted as CFLAGS... yes
checking for whether -Wmissing-noreturn is accepted as CFLAGS... yes
checking for whether -Wshorten-64-to-32 is accepted as CFLAGS... yes
checking for whether
-Wno-error=unused-command-line-argument-hard-error-in-future is accepted as
CFLAGS... no
checking for whether -Wno-unknown-warning-option is accepted as CFLAGS... yes
Building nokogiri using packaged libraries.
Static linking is enabled.
Cross build is disabled.
checking for iconv.h... yes
Using mini_portile version 2.8.7
checking for iconv using --with-opt-* flags... no
checking for iconv... no
checking for pkg-config for libiconv... not found
-----
extconf.rb:425:in 'Object#iconv_configure_flags'
extconf.rb:898:in 'block in <main>'
libiconv is missing. Please locate mkmf.log to investigate how it is failing.
-----
*** 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
--with-opt-include=${opt-dir}/include
--without-opt-include
--with-opt-lib=${opt-dir}/lib
--without-opt-lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/Users/andy/.rubies/ruby-3.4.0-preview2/bin/$(RUBY_BASE_NAME)
--help
--clean
--prevent-strip
--enable-system-libraries
--disable-system-libraries
--use-system-libraries
--enable-system-libraries
--disable-system-libraries
--use-system-libraries
--enable-static
--disable-static
--enable-cross-build
--disable-cross-build
--enable-cross-build
--disable-cross-build
--with-zlib-dir
--without-zlib-dir
--with-zlib-include=${zlib-dir}/include
--without-zlib-include
--with-zlib-lib=${zlib-dir}/lib
--without-zlib-lib
--with-iconv-dir
--without-iconv-dir
--with-iconv-include=${iconv-dir}/include
--without-iconv-include
--with-iconv-lib=${iconv-dir}/lib
--without-iconv-lib
--with-xml2-source-dir
To see why this extension failed to compile, please check the mkmf.log which can
be found here:
/Users/andy/.gem/ruby/3.4.0+0/extensions/arm64-darwin-23/3.4.0+0-static/nokogiri-1.16.7/mkmf.log
extconf failed, exit code 1
Gem files will remain installed in
/Users/andy/.gem/ruby/3.4.0+0/gems/nokogiri-1.16.7 for inspection.
Results logged to
/Users/andy/.gem/ruby/3.4.0+0/extensions/arm64-darwin-23/3.4.0+0-static/nokogiri-1.16.7/gem_make.out
/Users/andy/.rubies/ruby-3.4.0-preview2/lib/ruby/3.4.0+0/rubygems/ext/builder.rb:126:in
'Gem::Ext::Builder.run'
/Users/andy/.rubies/ruby-3.4.0-preview2/lib/ruby/3.4.0+0/rubygems/ext/ext_conf_builder.rb:30:in
'Gem::Ext::ExtConfBuilder.build'
/Users/andy/.rubies/ruby-3.4.0-preview2/lib/ruby/3.4.0+0/rubygems/ext/builder.rb:195:in
'Gem::Ext::Builder#build_extension'
/Users/andy/.rubies/ruby-3.4.0-preview2/lib/ruby/3.4.0+0/rubygems/ext/builder.rb:229:in
'block in Gem::Ext::Builder#build_extensions'
<internal:array>:42:in 'Array#each'
/Users/andy/.rubies/ruby-3.4.0-preview2/lib/ruby/3.4.0+0/rubygems/ext/builder.rb:226:in
'Gem::Ext::Builder#build_extensions'
/Users/andy/.rubies/ruby-3.4.0-preview2/lib/ruby/3.4.0+0/rubygems/installer.rb:844:in
'Gem::Installer#build_extensions'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/rubygems_gem_installer.rb:109:in
'Bundler::RubyGemsGemInstaller#build_extensions'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/rubygems_gem_installer.rb:28:in
'Bundler::RubyGemsGemInstaller#install'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/source/rubygems.rb:205:in
'Bundler::Source::Rubygems#install'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/installer/gem_installer.rb:54:in
'Bundler::GemInstaller#install'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/installer/gem_installer.rb:16:in
'Bundler::GemInstaller#install_from_spec'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/installer/parallel_installer.rb:132:in
'Bundler::ParallelInstaller#do_install'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/installer/parallel_installer.rb:123:in
'block in Bundler::ParallelInstaller#worker_pool'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/worker.rb:62:in
'Bundler::Worker#apply_func'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/worker.rb:57:in
'block in Bundler::Worker#process_queue'
<internal:kernel>:168:in 'Kernel#loop'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/worker.rb:54:in
'Bundler::Worker#process_queue'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/worker.rb:90:in
'block (2 levels) in Bundler::Worker#create_threads'
An error occurred while installing nokogiri (1.16.7), and Bundler cannot
continue.
In Gemfile:
hotwire-livereload was resolved to 1.4.1, which depends on
actioncable was resolved to 7.2.1, which depends on
actionpack was resolved to 7.2.1, which depends on
actionview was resolved to 7.2.1, which depends on
rails-dom-testing was resolved to 2.2.0, which depends on
nokogiri
2024-10-15 12:52:17.946 [info] (zazu-app) Ruby LSP> Running bundle install failed. Trying to re-generate the custom bundle from scratch
2024-10-15 12:52:17.953 [info] (zazu-app) Ruby LSP> Running bundle install for the custom bundle. This may take a while...
Ruby LSP> Command: (bundle check || bundle install) 1>&2
2024-10-15 12:52:18.255 [info] (zazu-app) Resolving dependencies...
2024-10-15 12:52:18.409 [info] (zazu-app) The following gems are missing
* rails (7.2.1)
2024-10-15 12:52:18.409 [info] (zazu-app) * cssbundling-rails (1.4.1)
* importmap-rails (2.0.3)
* mission_control-jobs (0.3.2)
2024-10-15 12:52:18.409 [info] (zazu-app) * money-rails (1.15.0)
* phlex-rails (2.0.0.beta2)
* phosphor_icons (0.3.0)
* propshaft (1.1.0)
* rails_heroicon (2.3.0)
* scenic (1.8.0)
* solid_cable (3.0.2)
* solid_cache (1.0.6)
* solid_queue (1.0.0)
* stimulus-rails (1.3.4)
* turbo-rails (2.0.10)
* ammeter (1.1.7)
* factory_bot_rails (6.4.3)
* rspec-rails (7.0.1)
* hotwire-livereload (1.4.1)
* web-console (4.2.1)
* capybara (3.40.0)
* capybara-playwright-driver (0.5.2)
* rails-controller-testing (1.0.5)
* actioncable (7.2.1)
* actionmailbox (7.2.1)
* actionmailer (7.2.1)
* actionpack (7.2.1)
* actiontext (7.2.1)
2024-10-15 12:52:18.409 [info] (zazu-app) * actionview (7.2.1)
* activestorage (7.2.1)
* railties (7.2.1)
* nokogiri (1.16.7)
* xpath (3.2.0)
* rails-dom-testing (2.2.0)
* rails-html-sanitizer (1.6.0)
* loofah (2.22.0)
Install missing gems with `bundle install`
2024-10-15 12:52:19.279 [info] (zazu-app) Fetching gem metadata from https://rubygems.org/
2024-10-15 12:52:19.280 [info] (zazu-app) .
2024-10-15 12:52:19.486 [info] (zazu-app) .
2024-10-15 12:52:19.569 [info] (zazu-app) .
2024-10-15 12:52:19.601 [info] (zazu-app) .
2024-10-15 12:52:19.641 [info] (zazu-app) .
2024-10-15 12:52:19.663 [info] (zazu-app) .
2024-10-15 12:52:19.691 [info] (zazu-app) .
2024-10-15 12:52:19.727 [info] (zazu-app) .
2024-10-15 12:52:19.731 [info] (zazu-app) .
2024-10-15 12:52:20.335 [info] (zazu-app)
2024-10-15 12:52:20.423 [info] (zazu-app) Resolving dependencies...
2024-10-15 12:52:21.664 [info] (zazu-app) Installing nokogiri 1.16.7 with native extensions
2024-10-15 12:52:23.390 [info] (zazu-app) Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory:
/Users/andy/.gem/ruby/3.4.0+0/gems/nokogiri-1.16.7/ext/nokogiri
/Users/andy/.rubies/ruby-3.4.0-preview2/bin/ruby extconf.rb
checking for whether -I is accepted as CPPFLAGS... yes
checking for whether /opt/homebrew/include is accepted as CPPFLAGS... no
checking for whether -L is accepted as LDFLAGS... yes
checking for whether /opt/homebrew/lib is accepted as LDFLAGS... no
checking for whether -std=c99 is accepted as CFLAGS... yes
checking for whether -Wno-declaration-after-statement is accepted as CFLAGS...
yes
checking for whether -O2 is accepted as CFLAGS... yes
checking for whether -g is accepted as CFLAGS... yes
checking for whether -Winline is accepted as CFLAGS... yes
checking for whether -Wmissing-noreturn is accepted as CFLAGS... yes
checking for whether -Wshorten-64-to-32 is accepted as CFLAGS... yes
checking for whether
-Wno-error=unused-command-line-argument-hard-error-in-future is accepted as
CFLAGS... no
checking for whether -Wno-unknown-warning-option is accepted as CFLAGS... yes
Building nokogiri using packaged libraries.
Static linking is enabled.
Cross build is disabled.
checking for iconv.h... yes
Using mini_portile version 2.8.7
checking for iconv using --with-opt-* flags... no
checking for iconv... no
checking for pkg-config for libiconv... not found
-----
extconf.rb:425:in 'Object#iconv_configure_flags'
extconf.rb:898:in 'block in <main>'
libiconv is missing. Please locate mkmf.log to investigate how it is failing.
-----
*** 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
--with-opt-include=${opt-dir}/include
--without-opt-include
--with-opt-lib=${opt-dir}/lib
--without-opt-lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/Users/andy/.rubies/ruby-3.4.0-preview2/bin/$(RUBY_BASE_NAME)
--help
--clean
--prevent-strip
--enable-system-libraries
--disable-system-libraries
--use-system-libraries
--enable-system-libraries
--disable-system-libraries
--use-system-libraries
--enable-static
--disable-static
--enable-cross-build
--disable-cross-build
--enable-cross-build
--disable-cross-build
--with-zlib-dir
--without-zlib-dir
--with-zlib-include=${zlib-dir}/include
--without-zlib-include
--with-zlib-lib=${zlib-dir}/lib
--without-zlib-lib
--with-iconv-dir
--without-iconv-dir
--with-iconv-include=${iconv-dir}/include
--without-iconv-include
--with-iconv-lib=${iconv-dir}/lib
--without-iconv-lib
--with-xml2-source-dir
To see why this extension failed to compile, please check the mkmf.log which can
be found here:
/Users/andy/.gem/ruby/3.4.0+0/extensions/arm64-darwin-23/3.4.0+0-static/nokogiri-1.16.7/mkmf.log
extconf failed, exit code 1
Gem files will remain installed in
/Users/andy/.gem/ruby/3.4.0+0/gems/nokogiri-1.16.7 for inspection.
Results logged to
/Users/andy/.gem/ruby/3.4.0+0/extensions/arm64-darwin-23/3.4.0+0-static/nokogiri-1.16.7/gem_make.out
/Users/andy/.rubies/ruby-3.4.0-preview2/lib/ruby/3.4.0+0/rubygems/ext/builder.rb:126:in
'Gem::Ext::Builder.run'
/Users/andy/.rubies/ruby-3.4.0-preview2/lib/ruby/3.4.0+0/rubygems/ext/ext_conf_builder.rb:30:in
'Gem::Ext::ExtConfBuilder.build'
/Users/andy/.rubies/ruby-3.4.0-preview2/lib/ruby/3.4.0+0/rubygems/ext/builder.rb:195:in
'Gem::Ext::Builder#build_extension'
/Users/andy/.rubies/ruby-3.4.0-preview2/lib/ruby/3.4.0+0/rubygems/ext/builder.rb:229:in
'block in Gem::Ext::Builder#build_extensions'
<internal:array>:42:in 'Array#each'
/Users/andy/.rubies/ruby-3.4.0-preview2/lib/ruby/3.4.0+0/rubygems/ext/builder.rb:226:in
'Gem::Ext::Builder#build_extensions'
/Users/andy/.rubies/ruby-3.4.0-preview2/lib/ruby/3.4.0+0/rubygems/installer.rb:844:in
'Gem::Installer#build_extensions'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/rubygems_gem_installer.rb:109:in
'Bundler::RubyGemsGemInstaller#build_extensions'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/rubygems_gem_installer.rb:28:in
'Bundler::RubyGemsGemInstaller#install'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/source/rubygems.rb:205:in
'Bundler::Source::Rubygems#install'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/installer/gem_installer.rb:54:in
'Bundler::GemInstaller#install'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/installer/gem_installer.rb:16:in
'Bundler::GemInstaller#install_from_spec'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/installer/parallel_installer.rb:132:in
'Bundler::ParallelInstaller#do_install'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/installer/parallel_installer.rb:123:in
'block in Bundler::ParallelInstaller#worker_pool'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/worker.rb:62:in
'Bundler::Worker#apply_func'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/worker.rb:57:in
'block in Bundler::Worker#process_queue'
<internal:kernel>:168:in 'Kernel#loop'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/worker.rb:54:in
'Bundler::Worker#process_queue'
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/worker.rb:90:in
'block (2 levels) in Bundler::Worker#create_threads'
An error occurred while installing nokogiri (1.16.7), and Bundler cannot
continue.
In Gemfile:
hotwire-livereload was resolved to 1.4.1, which depends on
actioncable was resolved to 7.2.1, which depends on
actionpack was resolved to 7.2.1, which depends on
actionview was resolved to 7.2.1, which depends on
rails-dom-testing was resolved to 2.2.0, which depends on
nokogiri
2024-10-15 12:52:23.793 [info] (zazu-app) bundler: failed to load command: ruby-lsp (/Users/andy/.gem/ruby/3.4.0+0/bin/ruby-lsp)
/Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/definition.rb:603:in 'Bundler::Definition#materialize': Could not find rails-7.2.1, cssbundling-rails-1.4.1, importmap-rails-2.0.3, mission_control-jobs-0.3.2, money-rails-1.15.0, phlex-rails-2.0.0.beta2, phosphor_icons-0.3.0, propshaft-1.1.0, rails_heroicon-2.3.0, scenic-1.8.0, solid_cable-3.0.2, solid_cache-1.0.6, solid_queue-1.0.0, stimulus-rails-1.3.4, turbo-rails-2.0.10, ammeter-1.1.7, factory_bot_rails-6.4.3, rspec-rails-7.0.1, hotwire-livereload-1.4.1, web-console-4.2.1, capybara-3.40.0, capybara-playwright-driver-0.5.2, rails-controller-testing-1.0.5, actioncable-7.2.1, actionmailbox-7.2.1, actionmailer-7.2.1, actionpack-7.2.1, actiontext-7.2.1, actionview-7.2.1, activestorage-7.2.1, railties-7.2.1, nokogiri-1.16.7, xpath-3.2.0, rails-dom-testing-2.2.0, rails-html-sanitizer-1.6.0, loofah-2.22.0 in locally installed gems (Bundler::GemNotFound)
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/definition.rb:193:in 'Bundler::Definition#specs'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/definition.rb:260:in 'Bundler::Definition#specs_for'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/runtime.rb:18:in 'Bundler::Runtime#setup'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler.rb:164:in 'Bundler.setup'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/setup.rb:32:in 'block in <top (required)>'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/ui/shell.rb:159:in 'Bundler::UI::Shell#with_level'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/ui/shell.rb:111:in 'Bundler::UI::Shell#silence'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/setup.rb:32:in '<top (required)>'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/cli/exec.rb:56:in 'Kernel#require_relative'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/cli/exec.rb:56:in 'Bundler::CLI::Exec#kernel_load'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/cli/exec.rb:23:in 'Bundler::CLI::Exec#run'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/cli.rb:455:in 'Bundler::CLI#exec'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/vendor/thor/lib/thor/command.rb:28:in 'Bundler::Thor::Command#run'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in 'Bundler::Thor::Invocation#invoke_command'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/vendor/thor/lib/thor.rb:527:in 'Bundler::Thor.dispatch'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/cli.rb:35:in 'Bundler::CLI.dispatch'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/vendor/thor/lib/thor/base.rb:584:in 'Bundler::Thor::Base::ClassMethods#start'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/cli.rb:29:in 'Bundler::CLI.start'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/exe/bundle:28:in 'block in <top (required)>'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/lib/bundler/friendly_errors.rb:117:in 'Bundler.with_friendly_errors'
from /Users/andy/.gem/ruby/3.4.0+0/gems/bundler-2.5.18/exe/bundle:20:in '<top (required)>'
from /Users/andy/.gem/ruby/3.4.0+0/bin/bundle:25:in 'Kernel#load'
from /Users/andy/.gem/ruby/3.4.0+0/bin/bundle:25:in '<main>'
2024-10-15 12:52:23.795 [info] (zazu-app) [Error - 12:52:23 PM] Server process exited with code 1.
2024-10-15 12:52:23.797 [info] (zazu-app) [Error - 12:52:23 PM] Server initialization failed.
2024-10-15 12:52:23.797 [info] (zazu-app) Message: Pending response rejected since connection got disposed
Code: -32097
2024-10-15 12:52:23.797 [info] (zazu-app) [Error - 12:52:23 PM] Ruby LSP client: couldn't create connection to server.
2024-10-15 12:52:23.797 [info] (zazu-app) Message: Pending response rejected since connection got disposed
Code: -32097
2024-10-15 12:52:23.797 [error] (zazu-app) Error starting the server: Pending response rejected since connection got disposed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment