Skip to content

Instantly share code, notes, and snippets.

@pvalena
Created July 7, 2021 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvalena/97c46abb66a30a19365b1483da054366 to your computer and use it in GitHub Desktop.
Save pvalena/97c46abb66a30a19365b1483da054366 to your computer and use it in GitHub Desktop.
$ make test-bundler
./revision.h unchanged
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems -C "." bin/gem install --no-document \
--install-dir .bundle --conservative "rspec:~> 3.5" "rake:~> 12.0" "parallel_tests:~> 2.29"
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems -C . -Ispec/bundler .bundle/bin/rspec \
--require spec_helper spec/bundler/
Run options: exclude {:truffleruby=>true, :jruby=>true, :readline=>false, :permissions=>false, :no_color_tty=>false, :ruby_repo=>true, :bundler=>"!= 2", :git=>"!= 2.31.1", :realworld=>true, :sudo=>true}
An error occurred in a `before(:suite)` hook.
Failure/Error:
File.open(path()) do |s|
File.open(dest, 'wb', s.stat.mode) do |f|
IO.copy_stream(s, f)
end
end
Errno::ENOENT:
No such file or directory @ rb_sysopen - CHANGELOG.md
# ./lib/fileutils.rb:1414:in `initialize'
# ./lib/fileutils.rb:1414:in `open'
# ./lib/fileutils.rb:1414:in `copy_file'
# ./lib/fileutils.rb:511:in `copy_file'
# ./lib/fileutils.rb:430:in `block in cp'
# ./lib/fileutils.rb:1589:in `block in fu_each_src_dest'
# ./lib/fileutils.rb:1605:in `fu_each_src_dest0'
# ./lib/fileutils.rb:1587:in `fu_each_src_dest'
# ./lib/fileutils.rb:429:in `cp'
# ./spec/bundler/support/helpers.rb:330:in `block in with_built_bundler'
# ./spec/bundler/support/helpers.rb:326:in `each'
# ./spec/bundler/support/helpers.rb:326:in `with_built_bundler'
# ./spec/bundler/support/helpers.rb:298:in `block (2 levels) in system_gems'
# ./spec/bundler/support/helpers.rb:294:in `each'
# ./spec/bundler/support/helpers.rb:294:in `block in system_gems'
# ./spec/bundler/support/helpers.rb:350:in `block in with_gem_path_as'
# ./spec/bundler/support/helpers.rb:364:in `without_env_side_effects'
# ./spec/bundler/support/helpers.rb:346:in `with_gem_path_as'
# ./spec/bundler/support/helpers.rb:292:in `system_gems'
# ./spec/bundler/spec_helper.rb:82:in `block (2 levels) in <top (required)>'
An error occurred in an `after(:suite)` hook.
Failure/Error: File.unlink path
Errno::ENOENT:
No such file or directory @ apply2files - /builddir/build/BUILD/ruby-2.7.3/tmp/1/gems/base_system
# ./lib/fileutils.rb:1466:in `unlink'
# ./lib/fileutils.rb:1466:in `block in remove_file'
# ./lib/fileutils.rb:1471:in `platform_support'
# ./lib/fileutils.rb:1465:in `remove_file'
# ./lib/fileutils.rb:1454:in `remove'
# ./lib/fileutils.rb:780:in `block in remove_entry'
# ./lib/fileutils.rb:1509:in `postorder_traverse'
# ./lib/fileutils.rb:778:in `remove_entry'
# ./lib/fileutils.rb:630:in `block in rm_r'
# ./lib/fileutils.rb:626:in `each'
# ./lib/fileutils.rb:626:in `rm_r'
# ./spec/bundler/spec_helper.rb:114:in `block (2 levels) in <top (required)>'
Finished in 0.17366 seconds (files took 0.97239 seconds to load)
0 examples, 0 failures, 2 errors occurred outside of examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment