Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pvalena/63a91bca8ddf40c275f1f218b9a265a9 to your computer and use it in GitHub Desktop.
Save pvalena/63a91bca8ddf40c275f1f218b9a265a9 to your computer and use it in GitHub Desktop.
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
./miniruby -I/builddir/build/BUILD/ruby-3.3.0-c44d65427e/lib -I. -I.ext/common /builddir/build/BUILD/ruby-3.3.0-c44d65427e/tool/runruby.rb --extout=.ext -- --disable-gems -C /builddir/build/BUILD/ruby-3.3.0-c44d65427e -Ilib \
-e 'ENV["GEM_HOME"] = File.expand_path(".bundle")' \
-e 'ENV["BUNDLE_APP_CONFIG"] = File.expand_path(".bundle")' \
-e 'ENV["BUNDLE_PATH__SYSTEM"] = "true"' \
-e 'ENV["BUNDLE_WITHOUT"] = "lint doc"' \
-e 'load "spec/bundler/support/bundle.rb"' -- install --quiet --gemfile=tool/bundler/dev_gems.rb
./miniruby -I/builddir/build/BUILD/ruby-3.3.0-c44d65427e/lib -I. -I.ext/common /builddir/build/BUILD/ruby-3.3.0-c44d65427e/tool/runruby.rb --extout=.ext -- --disable-gems \
-r./x86_64-linux-fake \
-e "ARGV[-1] = File.expand_path(ARGV[-1])" \
-e "exec(*ARGV)" -- \
./miniruby -I/builddir/build/BUILD/ruby-3.3.0-c44d65427e/lib -I. -I.ext/common /builddir/build/BUILD/ruby-3.3.0-c44d65427e/tool/runruby.rb --extout=.ext -- --disable-gems -I/builddir/build/BUILD/ruby-3.3.0-c44d65427e/>
-e "ENV['PARALLEL_TESTS_EXECUTABLE'] = ARGV.shift" \
-e "load ARGV.shift" \
"./miniruby -I/builddir/build/BUILD/ruby-3.3.0-c44d65427e/lib -I. -I.ext/common /builddir/build/BUILD/ruby-3.3.0-c44d65427e/tool/runruby.rb --extout=.ext -- --disable-gems -C /builddir/build/BUILD/ruby-3.3.0-c44d65427>
/builddir/build/BUILD/ruby-3.3.0-c44d65427e/.bundle/bin/parallel_rspec \
-o "--require spec_helper --require formatter_overrides" \
--runtime-log /builddir/build/BUILD/ruby-3.3.0-c44d65427e/tmp/parallel_runtime_rspec.log /builddir/build/BUILD/ruby-3.3.0-c44d65427e/spec/bundler/
4 processes for 169 specs, ~ 42 specs per process
An error occurred in a `before(:suite)` hook.
Failure/Error:
raise <<~ERROR
Invoking `#{cmd}` failed with output:
----------------------------------------------------------------------
#{command_execution.stdboth}
----------------------------------------------------------------------
ERROR
RuntimeError:
Invoking `/builddir/build/BUILD/ruby-3.3.0-c44d65427e/redhat-linux-build/ruby -rrubygems /builddir/build/BUILD/ruby-3.3.0-c44d65427e/bin/gem --backtrace build lib/bundler/bundler.gemspec` failed with output:
----------------------------------------------------------------------
/builddir/build/BUILD/ruby-3.3.0-c44d65427e/redhat-linux-build/ruby: error while loading shared libraries: libruby.so.3.3: cannot open shared object file: No such file or directory
----------------------------------------------------------------------
# ./spec/bundler/support/helpers.rb:202:in `sys_exec'
# ./spec/bundler/support/helpers.rb:165:in `gem_command'
# ./spec/bundler/support/helpers.rb:343:in `with_built_bundler'
# ./spec/bundler/support/helpers.rb:304:in `block (2 levels) in system_gems'
# ./spec/bundler/support/helpers.rb:300:in `each'
# ./spec/bundler/support/helpers.rb:300:in `block in system_gems'
# ./spec/bundler/support/helpers.rb:357:in `block in with_gem_path_as'
# ./spec/bundler/support/helpers.rb:371:in `without_env_side_effects'
# ./spec/bundler/support/helpers.rb:352:in `with_gem_path_as'
# ./spec/bundler/support/helpers.rb:298:in `system_gems'
# ./spec/bundler/spec_helper.rb:92:in `block (2 levels) in <top (required)>'
Finished in 0.13494 seconds (files took 0.44069 seconds to load)
0 examples, 0 failures, 1 error occurred outside of examples
An error occurred in a `before(:suite)` hook.
Failure/Error:
raise <<~ERROR
Invoking `#{cmd}` failed with output:
----------------------------------------------------------------------
#{command_execution.stdboth}
----------------------------------------------------------------------
ERROR
RuntimeError:
Invoking `/builddir/build/BUILD/ruby-3.3.0-c44d65427e/redhat-linux-build/ruby -rrubygems /builddir/build/BUILD/ruby-3.3.0-c44d65427e/bin/gem --backtrace build lib/bundler/bundler.gemspec` failed with output:
----------------------------------------------------------------------
/builddir/build/BUILD/ruby-3.3.0-c44d65427e/redhat-linux-build/ruby: error while loading shared libraries: libruby.so.3.3: cannot open shared object file: No such file or directory
----------------------------------------------------------------------
# ./spec/bundler/support/helpers.rb:202:in `sys_exec'
# ./spec/bundler/support/helpers.rb:165:in `gem_command'
# ./spec/bundler/support/helpers.rb:343:in `with_built_bundler'
# ./spec/bundler/support/helpers.rb:304:in `block (2 levels) in system_gems'
# ./spec/bundler/support/helpers.rb:300:in `each'
# ./spec/bundler/support/helpers.rb:300:in `block in system_gems'
# ./spec/bundler/support/helpers.rb:357:in `block in with_gem_path_as'
# ./spec/bundler/support/helpers.rb:371:in `without_env_side_effects'
# ./spec/bundler/support/helpers.rb:352:in `with_gem_path_as'
# ./spec/bundler/support/helpers.rb:298:in `system_gems'
# ./spec/bundler/spec_helper.rb:92:in `block (2 levels) in <top (required)>'
Finished in 0.10187 seconds (files took 0.5337 seconds to load)
0 examples, 0 failures, 1 error occurred outside of examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment