Skip to content

Instantly share code, notes, and snippets.

@junaruga
Created July 13, 2021 15:02
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 junaruga/de1302520d43a0230af259096f09f8f0 to your computer and use it in GitHub Desktop.
Save junaruga/de1302520d43a0230af259096f09f8f0 to your computer and use it in GitHub Desktop.
<mock-chroot> sh-5.1$ make test-bundler
./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"
Run options: exclude {:truffleruby=>true, :jruby=>true, :readline=>false, :permissions=>false, :no_color_tty=>false, :ruby_repo=>true, :bundler=>"!= 2", :git=>"!= 2.32.0", :realworld=>true, :sudo=>true}
...................................................F..F............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................FFF........................................................................................*............................................FF.......................................FF.....***.....FFFFF.....FFFFF.....FFFFF.....FFFFF.......................*....*....FF...FFFF.F...F.................................................................................................................................*****.................................................................................................................................................................................................................*.....................................................................................................................F.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................*********.***.......................................................................................*.....................................................................................................................F...F..............................................
Pending: (Failures listed here are expected and do not affect your suite's status)
1) bundle clean when using --force, it doesn't remove default gem binaries
# does not work on rubygems versions where `--install_dir` doesn't respect --default
# ./spec/bundler/commands/clean_spec.rb:627
2) bundle exec with default gems when not specified in Gemfile uses version provided by ruby
# irb isn't a default gem
# ./spec/bundler/commands/exec_spec.rb:206
3) bundle exec with default gems when specified in Gemfile directly uses version specified
# irb isn't a default gem
# ./spec/bundler/commands/exec_spec.rb:231
4) bundle exec with default gems when specified in Gemfile indirectly uses resolved version
# irb isn't a default gem
# ./spec/bundler/commands/exec_spec.rb:263
5) bundle exec `load`ing a ruby file instead of `exec`ing regarding $0 and __FILE__ when the path is relative with a leading ./ relative paths with ./ have absolute __FILE__
# Not yet implemented
# ./spec/bundler/commands/exec_spec.rb:918
6) bundle exec nested bundle exec with a system gem that shadows a default gem only leaves the default gem in the stdlib available
# openssl isn't a default gem
# ./spec/bundler/commands/exec_spec.rb:1099
7) bundle gem has no rubocop offenses when using --rubocop flag
# ruby_core has an 'ast.rb' file that gets in the middle and breaks this spec
# ./spec/bundler/commands/newgem_spec.rb:200
8) bundle gem has no rubocop offenses when using --ext and --rubocop flag
# ruby_core has an 'ast.rb' file that gets in the middle and breaks this spec
# ./spec/bundler/commands/newgem_spec.rb:207
9) bundle gem has no rubocop offenses when using --ext, --test=minitest, and --rubocop flag
# ruby_core has an 'ast.rb' file that gets in the middle and breaks this spec
# ./spec/bundler/commands/newgem_spec.rb:214
10) bundle gem has no rubocop offenses when using --ext, --test=rspec, and --rubocop flag
# ruby_core has an 'ast.rb' file that gets in the middle and breaks this spec
# ./spec/bundler/commands/newgem_spec.rb:221
11) bundle gem has no rubocop offenses when using --ext, --ext=test-unit, and --rubocop flag
# ruby_core has an 'ast.rb' file that gets in the middle and breaks this spec
# ./spec/bundler/commands/newgem_spec.rb:228
12) bundle open when opening a default gem throws proper error when trying to open default gem
# No default gems available on this test run
# ./spec/bundler/commands/open_spec.rb:112
13) La biblioteca si misma mantiene la calidad de lenguaje de la documentación
# Not running on a git context, since running tests from a tarball
# ./spec/bundler/quality_es_spec.rb:40
14) La biblioteca si misma mantiene la calidad de lenguaje de oraciones usadas en el código fuente
# Not running on a git context, since running tests from a tarball
# ./spec/bundler/quality_es_spec.rb:51
15) The library itself has no malformed whitespace
# Not running on a git context, since running tests from a tarball
# ./spec/bundler/quality_spec.rb:107
16) The library itself has no estraneous quotes
# Not running on a git context, since running tests from a tarball
# ./spec/bundler/quality_spec.rb:118
17) The library itself does not include any leftover debugging or development mechanisms
# Not running on a git context, since running tests from a tarball
# ./spec/bundler/quality_spec.rb:128
18) The library itself does not include any unresolved merge conflicts
# Not running on a git context, since running tests from a tarball
# ./spec/bundler/quality_spec.rb:138
19) The library itself maintains language quality of the documentation
# Not running on a git context, since running tests from a tarball
# ./spec/bundler/quality_spec.rb:148
20) The library itself maintains language quality of sentences used in source code
# Not running on a git context, since running tests from a tarball
# ./spec/bundler/quality_spec.rb:159
21) The library itself documents all used settings
# Not running on a git context, since running tests from a tarball
# ./spec/bundler/quality_spec.rb:170
22) The library itself ships the correct set of files
# Not running on a git context, since running tests from a tarball
# ./spec/bundler/quality_spec.rb:225
23) The library itself does not contain any warnings
# Not running on a git context, since running tests from a tarball
# ./spec/bundler/quality_spec.rb:233
24) The library itself does not use require internally, but require_relative
# Not running on a git context, since running tests from a tarball
# ./spec/bundler/quality_spec.rb:258
25) bundler/inline#gemfile when requiring fileutils after does not show redefinition warnings
# does not work if rubygems/dependency_installer loads fileutils, which happens until rubygems 3.2.0
# ./spec/bundler/runtime/inline_spec.rb:382
Failures:
1) bundle executable printing the outdated warning when the latest version is greater than the current version prints the version warning
Failure/Error:
expect(err).to start_with(<<-EOS.strip)
The latest bundler is #{latest_version}, but you are currently running #{bundler_version}.
To install the latest version, run `gem install bundler`
EOS
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle config set --global disable_version_check false
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace build lib/bundler/bundler.gemspec
Successfully built RubyGem
Name: bundler
Version: 2.0
File: bundler-2.0.gem
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/bundler-2.0/bundler-2.0.gem'
Successfully installed bundler-2.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle fail
The latest bundler is 222.0, but you are currently running 2.2.22.
To install the latest version, run `gem install bundler`
Could not find command "fail".
# $? => 15
expected "The latest bundler is 222.0, but you are currently running 2.2.22.\nTo install the latest version, run `gem install bundler`\nCould not find command \"fail\"." to start with "The latest bundler is 222.0, but you are currently running 2.0.\nTo install the latest version, run `gem install bundler`"
# ./spec/bundler/bundler/cli_spec.rb:187:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
2) bundle executable printing the outdated warning when the latest version is greater than the current version and is a pre-release prints the version warning
Failure/Error:
expect(err).to start_with(<<-EOS.strip)
The latest bundler is #{latest_version}, but you are currently running #{bundler_version}.
To install the latest version, run `gem install bundler --pre`
EOS
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle config set --global disable_version_check false
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace build lib/bundler/bundler.gemspec
Successfully built RubyGem
Name: bundler
Version: 2.0
File: bundler-2.0.gem
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/bundler-2.0/bundler-2.0.gem'
Successfully installed bundler-2.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle fail
The latest bundler is 222.0.0.pre.4, but you are currently running 2.2.22.
To install the latest version, run `gem install bundler --pre`
Could not find command "fail".
# $? => 15
expected "The latest bundler is 222.0.0.pre.4, but you are currently running 2.2.22.\nTo install the latest version, run `gem install bundler --pre`\nCould not find command \"fail\"." to start with "The latest bundler is 222.0.0.pre.4, but you are currently running 2.0.\nTo install the latest version, run `gem install bundler --pre`"
# ./spec/bundler/bundler/cli_spec.rb:212:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
3) bundle binstubs <gem> when the gem exists in the lockfile the bundle binstub when a lockfile exists with a locked bundler version and the version is older and a different major runs the correct version of bundler
Failure/Error:
raise <<~ERROR
Invoking `#{cmd}` failed with output:
----------------------------------------------------------------------
#{command_execution.stdboth}
----------------------------------------------------------------------
ERROR
RuntimeError:
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace build lib/bundler/bundler.gemspec
Successfully built RubyGem
Name: bundler
Version: 55
File: bundler-55.gem
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/bundler-55/bundler-55.gem'
Successfully installed bundler-55
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace build rack
Successfully built RubyGem
Name: rack
Version: 1.2
File: rack-1.2.gem
WARNING: bin/rackup is not executable
WARNING: See http://guides.rubygems.org/specification-reference/ for help
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace build prints_loaded_gems
Successfully built RubyGem
Name: prints_loaded_gems
Version: 1.0
File: prints_loaded_gems-1.0.gem
WARNING: exe/print_loaded_gems is not executable
WARNING: exe/print_loaded_gems is missing #! line
WARNING: See http://guides.rubygems.org/specification-reference/ for help
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace generate_index
Generating Marshal quick index gemspecs for 45 gems
.............................................
Complete
Generated Marshal quick index gemspecs: 0.008s
Generating specs index
Generated specs index: 0.000s
Generating latest specs index
Generated latest specs index: 0.000s
Generating prerelease specs index
Generated prerelease specs index: 0.000s
Compressing indices
Compressed indices: 0.000s
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Fetching source index from file:///builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote2/
Resolving dependencies...
Using bundler 2.2.22
Fetching rack 1.2
Fetching prints_loaded_gems 1.0
Installing rack 1.2
Installing prints_loaded_gems 1.0
Bundle complete! 2 Gemfile dependencies, 3 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
Invoking `/builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle binstubs bundler rack prints_loaded_gems` failed with output:
----------------------------------------------------------------------
/builddir/build/BUILD/ruby-2.6.6/lib/rubygems.rb:283:in `find_spec_for_exe': Could not find 'bundler' (2.2.22) required by your /builddir/build/BUILD/ruby-2.6.6/tmp/1/bundled_app/Gemfile.lock. (Gem::GemNotFoundException)
To update to the latest version installed on your system, run `bundle update --bundler`.
To install the missing version, run `gem install bundler:2.2.22`
from /builddir/build/BUILD/ruby-2.6.6/lib/rubygems.rb:302:in `activate_bin_path'
from /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle:23:in `<main>'
----------------------------------------------------------------------
# ./spec/bundler/support/helpers.rb:206:in `sys_exec'
# ./spec/bundler/support/helpers.rb:123:in `bundle'
# ./spec/bundler/commands/binstubs_spec.rb:129:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
4) bundle binstubs <gem> when the gem exists in the lockfile the bundle binstub when a lockfile exists with a locked bundler version and the version is older and the same major runs the available version of bundler when the version is older and the same major
Failure/Error:
raise <<~ERROR
Invoking `#{cmd}` failed with output:
----------------------------------------------------------------------
#{command_execution.stdboth}
----------------------------------------------------------------------
ERROR
RuntimeError:
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace build lib/bundler/bundler.gemspec
Successfully built RubyGem
Name: bundler
Version: 55.1
File: bundler-55.1.gem
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/bundler-55.1/bundler-55.1.gem'
Successfully installed bundler-55.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace build rack
Successfully built RubyGem
Name: rack
Version: 1.2
File: rack-1.2.gem
WARNING: bin/rackup is not executable
WARNING: See http://guides.rubygems.org/specification-reference/ for help
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace build prints_loaded_gems
Successfully built RubyGem
Name: prints_loaded_gems
Version: 1.0
File: prints_loaded_gems-1.0.gem
WARNING: exe/print_loaded_gems is not executable
WARNING: exe/print_loaded_gems is missing #! line
WARNING: See http://guides.rubygems.org/specification-reference/ for help
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace generate_index
Generating Marshal quick index gemspecs for 45 gems
.............................................
Complete
Generated Marshal quick index gemspecs: 0.008s
Generating specs index
Generated specs index: 0.000s
Generating latest specs index
Generated latest specs index: 0.001s
Generating prerelease specs index
Generated prerelease specs index: 0.000s
Compressing indices
Compressed indices: 0.000s
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Fetching source index from file:///builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote2/
Resolving dependencies...
Fetching rack 1.2
Using bundler 2.2.22
Fetching prints_loaded_gems 1.0
Installing rack 1.2
Installing prints_loaded_gems 1.0
Bundle complete! 2 Gemfile dependencies, 3 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
Invoking `/builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle binstubs bundler rack prints_loaded_gems` failed with output:
----------------------------------------------------------------------
/builddir/build/BUILD/ruby-2.6.6/lib/rubygems.rb:283:in `find_spec_for_exe': Could not find 'bundler' (2.2.22) required by your /builddir/build/BUILD/ruby-2.6.6/tmp/1/bundled_app/Gemfile.lock. (Gem::GemNotFoundException)
To update to the latest version installed on your system, run `bundle update --bundler`.
To install the missing version, run `gem install bundler:2.2.22`
from /builddir/build/BUILD/ruby-2.6.6/lib/rubygems.rb:302:in `activate_bin_path'
from /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle:23:in `<main>'
----------------------------------------------------------------------
# ./spec/bundler/support/helpers.rb:206:in `sys_exec'
# ./spec/bundler/support/helpers.rb:123:in `bundle'
# ./spec/bundler/commands/binstubs_spec.rb:129:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
5) bundle binstubs <gem> when the gem exists in the lockfile the bundle binstub when a lockfile exists with a locked bundler version and the version is a pre-releaser runs the correct version of bundler when the version is a pre-release
Failure/Error:
raise <<~ERROR
Invoking `#{cmd}` failed with output:
----------------------------------------------------------------------
#{command_execution.stdboth}
----------------------------------------------------------------------
ERROR
RuntimeError:
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace build lib/bundler/bundler.gemspec
Successfully built RubyGem
Name: bundler
Version: 55
File: bundler-55.gem
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/bundler-55/bundler-55.gem'
Successfully installed bundler-55
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace build rack
Successfully built RubyGem
Name: rack
Version: 1.2
File: rack-1.2.gem
WARNING: bin/rackup is not executable
WARNING: See http://guides.rubygems.org/specification-reference/ for help
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace build prints_loaded_gems
Successfully built RubyGem
Name: prints_loaded_gems
Version: 1.0
File: prints_loaded_gems-1.0.gem
WARNING: exe/print_loaded_gems is not executable
WARNING: exe/print_loaded_gems is missing #! line
WARNING: See http://guides.rubygems.org/specification-reference/ for help
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace generate_index
Generating Marshal quick index gemspecs for 45 gems
.............................................
Complete
Generated Marshal quick index gemspecs: 0.008s
Generating specs index
Generated specs index: 0.000s
Generating latest specs index
Generated latest specs index: 0.001s
Generating prerelease specs index
Generated prerelease specs index: 0.000s
Compressing indices
Compressed indices: 0.000s
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Fetching source index from file:///builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote2/
Resolving dependencies...
Using bundler 2.2.22
Fetching rack 1.2
Fetching prints_loaded_gems 1.0
Installing rack 1.2
Installing prints_loaded_gems 1.0
Bundle complete! 2 Gemfile dependencies, 3 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
Invoking `/builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle binstubs bundler rack prints_loaded_gems` failed with output:
----------------------------------------------------------------------
/builddir/build/BUILD/ruby-2.6.6/lib/rubygems.rb:283:in `find_spec_for_exe': Could not find 'bundler' (2.2.22) required by your /builddir/build/BUILD/ruby-2.6.6/tmp/1/bundled_app/Gemfile.lock. (Gem::GemNotFoundException)
To update to the latest version installed on your system, run `bundle update --bundler`.
To install the missing version, run `gem install bundler:2.2.22`
from /builddir/build/BUILD/ruby-2.6.6/lib/rubygems.rb:302:in `activate_bin_path'
from /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle:23:in `<main>'
----------------------------------------------------------------------
# ./spec/bundler/support/helpers.rb:206:in `sys_exec'
# ./spec/bundler/support/helpers.rb:123:in `bundle'
# ./spec/bundler/commands/binstubs_spec.rb:129:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
6) .bundle/config subcommands list
Failure/Error: expect(out).to eq "Settings are listed in order of priority. The top value will be used.\nspec_run\nSet via BUNDLE_SPEC_RUN: \"true\""
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle config list
Settings are listed in order of priority. The top value will be used.
gem
Set via BUNDLE_GEM: "/builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace"
ruby
Set via BUNDLE_RUBY: "/builddir/build/BUILD/ruby-2.6.6/ruby"
spec_run
Set via BUNDLE_SPEC_RUN: "true"
# $? => 0
expected: "Settings are listed in order of priority. The top value will be used.\nspec_run\nSet via BUNDLE_SPEC_RUN: \"true\""
got: "Settings are listed in order of priority. The top value will be used.\ngem\nSet via BUNDLE_GEM: \"/b...NDLE_RUBY: \"/builddir/build/BUILD/ruby-2.6.6/ruby\"\n\nspec_run\nSet via BUNDLE_SPEC_RUN: \"true\""
(compared using ==)
Diff:
@@ -1,7 +1,13 @@
Settings are listed in order of priority. The top value will be used.
+gem
+Set via BUNDLE_GEM: "/builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace"
+
+ruby
+Set via BUNDLE_RUBY: "/builddir/build/BUILD/ruby-2.6.6/ruby"
+
spec_run
Set via BUNDLE_SPEC_RUN: "true"
# ./spec/bundler/commands/config_spec.rb:405:in `block (3 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
7) .bundle/config subcommands list with credentials
Failure/Error: expect(out).to eq "Settings are listed in order of priority. The top value will be used.\ngems.myserver.com\nSet via BUNDLE_GEMS__MYSERVER__COM: \"user:[REDACTED]\"\n\nspec_run\nSet via BUNDLE_SPEC_RUN: \"true\""
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle config list
Settings are listed in order of priority. The top value will be used.
gem
Set via BUNDLE_GEM: "/builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace"
gems.myserver.com
Set via BUNDLE_GEMS__MYSERVER__COM: "user:[REDACTED]"
ruby
Set via BUNDLE_RUBY: "/builddir/build/BUILD/ruby-2.6.6/ruby"
spec_run
Set via BUNDLE_SPEC_RUN: "true"
# $? => 0
expected: "Settings are listed in order of priority. The top value will be used.\ngems.myserver.com\nSet via BUNDLE_GEMS__MYSERVER__COM: \"user:[REDACTED]\"\n\nspec_run\nSet via BUNDLE_SPEC_RUN: \"true\""
got: "Settings are listed in order of priority. The top value will be used.\ngem\nSet via BUNDLE_GEM: \"/b...NDLE_RUBY: \"/builddir/build/BUILD/ruby-2.6.6/ruby\"\n\nspec_run\nSet via BUNDLE_SPEC_RUN: \"true\""
(compared using ==)
Diff:
@@ -1,6 +1,12 @@
Settings are listed in order of priority. The top value will be used.
+gem
+Set via BUNDLE_GEM: "/builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace"
+
gems.myserver.com
Set via BUNDLE_GEMS__MYSERVER__COM: "user:[REDACTED]"
+
+ruby
+Set via BUNDLE_RUBY: "/builddir/build/BUILD/ruby-2.6.6/ruby"
spec_run
Set via BUNDLE_SPEC_RUN: "true"
# ./spec/bundler/commands/config_spec.rb:413:in `block (3 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
8) bundle exec does not duplicate already exec'ed RUBYOPT
Failure/Error: expect(out.split(" ").count(bundler_setup_opt)).to eq(1)
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle exec 'echo $RUBYOPT'
-r/builddir/build/BUILD/ruby-2.6.6/lib/bundler/setup -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/switch_rubygems.rb
# $? => 0
expected: 1
got: 0
(compared using ==)
# ./spec/bundler/commands/exec_spec.rb:326:in `block (2 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
9) bundle exec does not duplicate already exec'ed RUBYLIB
Failure/Error: expect(out).to include(rubylib)
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using bundler 2.2.22
Using rack 1.0.0
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle exec 'echo $RUBYLIB'
/builddir/build/BUILD/ruby-2.6.6/lib:/builddir/build/BUILD/ruby-2.6.6:/builddir/build/BUILD/ruby-2.6.6/.ext/common:/builddir/build/BUILD/ruby-2.6.6/.ext/x86_64-linux
# $? => 0
expected "/builddir/build/BUILD/ruby-2.6.6/lib:/builddir/build/BUILD/ruby-2.6.6:/builddir/build/BUILD/ruby-2.6.6/.ext/common:/builddir/build/BUILD/ruby-2.6.6/.ext/x86_64-linux" to include "/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib:/builddir/build/BUILD/rub....ext/common:/builddir/build/BUILD/ruby-2.6.6/.ext/x86_64-linux:/builddir/build/BUILD/ruby-2.6.6/lib"
# ./spec/bundler/commands/exec_spec.rb:344:in `block (2 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
10) bundle exec with help flags when e is used shows bundle-exec's man page when --help is between exec and the executable
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle e --help cat
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:451:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
11) bundle exec with help flags when e is used shows bundle-exec's man page when --help is before exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle --help e
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:458:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
12) bundle exec with help flags when e is used shows bundle-exec's man page when -h is before exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle -h e
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:465:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
13) bundle exec with help flags when e is used shows bundle-exec's man page when --help is after exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using bundler 2.2.22
Using rack 1.0.0
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle e --help
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:472:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
14) bundle exec with help flags when e is used shows bundle-exec's man page when -h is after exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle e -h
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:479:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
15) bundle exec with help flags when ex is used shows bundle-exec's man page when --help is between exec and the executable
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle ex --help cat
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:451:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
16) bundle exec with help flags when ex is used shows bundle-exec's man page when --help is before exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle --help ex
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:458:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
17) bundle exec with help flags when ex is used shows bundle-exec's man page when -h is before exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle -h ex
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:465:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
18) bundle exec with help flags when ex is used shows bundle-exec's man page when --help is after exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using bundler 2.2.22
Using rack 1.0.0
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle ex --help
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:472:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
19) bundle exec with help flags when ex is used shows bundle-exec's man page when -h is after exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle ex -h
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:479:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
20) bundle exec with help flags when exe is used shows bundle-exec's man page when --help is between exec and the executable
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle exe --help cat
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:451:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
21) bundle exec with help flags when exe is used shows bundle-exec's man page when --help is before exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle --help exe
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:458:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
22) bundle exec with help flags when exe is used shows bundle-exec's man page when -h is before exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using bundler 2.2.22
Using rack 1.0.0
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle -h exe
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:465:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
23) bundle exec with help flags when exe is used shows bundle-exec's man page when --help is after exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle exe --help
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:472:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
24) bundle exec with help flags when exe is used shows bundle-exec's man page when -h is after exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle exe -h
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:479:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
25) bundle exec with help flags when exec is used shows bundle-exec's man page when --help is between exec and the executable
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle exec --help cat
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:451:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
26) bundle exec with help flags when exec is used shows bundle-exec's man page when --help is before exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle --help exec
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:458:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
27) bundle exec with help flags when exec is used shows bundle-exec's man page when -h is before exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle -h exec
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:465:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
28) bundle exec with help flags when exec is used shows bundle-exec's man page when --help is after exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle exec --help
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:472:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
29) bundle exec with help flags when exec is used shows bundle-exec's man page when -h is after exec
Failure/Error: expect(out).to include(%(["#{man_dir}/bundle-exec.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-1.0.0.gem'
Rack's post install message
Successfully installed rack-1.0.0
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace install --no-document --ignore-dependencies '/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/gems/rack-0.9.1.gem'
Rack's post install message
Successfully installed rack-0.9.1
1 gem installed
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Using rack 1.0.0
Using bundler 2.2.22
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle exec -h
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1"]
# $? => 0
expected "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-exec.1\"]" to include "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-exec.1\"]"
# ./spec/bundler/commands/exec_spec.rb:479:in `block (5 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
30) bundle help uses man when available
Failure/Error: expect(out).to eq(%(["#{man_dir}/gemfile.5"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle help gemfile
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/gemfile.5"]
# $? => 0
expected: "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/gemfile.5\"]"
got: "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/gemfile.5\"]"
(compared using ==)
# ./spec/bundler/commands/help_spec.rb:8:in `block (2 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
31) bundle help prefixes bundle commands with bundle- when finding the man files
Failure/Error: expect(out).to eq(%(["#{man_dir}/bundle-install.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle help install
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-install.1"]
# $? => 0
expected: "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-install.1\"]"
got: "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-install.1\"]"
(compared using ==)
# ./spec/bundler/commands/help_spec.rb:15:in `block (2 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
32) bundle help is called when the --help flag is used after the command
Failure/Error: expect(out).to eq(%(["#{man_dir}/bundle-install.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install --help
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-install.1"]
# $? => 0
expected: "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-install.1\"]"
got: "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-install.1\"]"
(compared using ==)
# ./spec/bundler/commands/help_spec.rb:48:in `block (2 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
33) bundle help is called when the --help flag is used before the command
Failure/Error: expect(out).to eq(%(["#{man_dir}/bundle-install.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle --help install
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-install.1"]
# $? => 0
expected: "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-install.1\"]"
got: "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-install.1\"]"
(compared using ==)
# ./spec/bundler/commands/help_spec.rb:55:in `block (2 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
34) bundle help is called when the -h flag is used before the command
Failure/Error: expect(out).to eq(%(["#{man_dir}/bundle-install.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle -h install
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-install.1"]
# $? => 0
expected: "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-install.1\"]"
got: "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-install.1\"]"
(compared using ==)
# ./spec/bundler/commands/help_spec.rb:62:in `block (2 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
35) bundle help is called when the -h flag is used after the command
Failure/Error: expect(out).to eq(%(["#{man_dir}/bundle-install.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install -h
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-install.1"]
# $? => 0
expected: "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle-install.1\"]"
got: "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle-install.1\"]"
(compared using ==)
# ./spec/bundler/commands/help_spec.rb:69:in `block (2 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
36) bundle help is called when only using the --help flag
Failure/Error: expect(out).to eq(%(["#{man_dir}/bundle.1"]))
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle --help
["/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle.1"]
# $? => 0
expected: "[\"/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/man/bundle.1\"]"
got: "[\"/builddir/build/BUILD/ruby-2.6.6/lib/bundler/man/bundle.1\"]"
(compared using ==)
# ./spec/bundler/commands/help_spec.rb:83:in `block (2 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
37) bundle info with a standard Gemfile prints the path to the running bundler
Failure/Error: expect(out).to eq(root.to_s)
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace build has_metadata
Successfully built RubyGem
Name: has_metadata
Version: 1.0
File: has_metadata-1.0.gem
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -rrubygems /builddir/build/BUILD/ruby-2.6.6/bin/gem --backtrace generate_index
Generating Marshal quick index gemspecs for 44 gems
............................................
Complete
Generated Marshal quick index gemspecs: 0.008s
Generating specs index
Generated specs index: 0.000s
Generating latest specs index
Generated latest specs index: 0.000s
Generating prerelease specs index
Generated prerelease specs index: 0.000s
Compressing indices
Compressed indices: 0.000s
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Fetching source index from file:///builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote2/
Resolving dependencies...
Fetching rake 13.0.1
Installing rake 13.0.1
Using bundler 2.2.22
Fetching has_metadata 1.0
Fetching activesupport 2.3.2
Installing activesupport 2.3.2
Installing has_metadata 1.0
Fetching activerecord 2.3.2
Fetching actionpack 2.3.2
Fetching actionmailer 2.3.2
Fetching activeresource 2.3.2
Installing actionmailer 2.3.2
Installing actionpack 2.3.2
Installing activeresource 2.3.2
Installing activerecord 2.3.2
Fetching rails 2.3.2
Installing rails 2.3.2
Bundle complete! 2 Gemfile dependencies, 9 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle info bundler --path
/builddir/build/BUILD/ruby-2.6.6
# $? => 0
expected: "/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22"
got: "/builddir/build/BUILD/ruby-2.6.6"
(compared using ==)
# ./spec/bundler/commands/info_spec.rb:50:in `block (3 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
38) bundle show with a standard Gemfile prints the path to the running bundler
Failure/Error: expect(out).to eq(root.to_s)
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Fetching source index from file:///builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/remote1/
Resolving dependencies...
Fetching rake 13.0.1
Installing rake 13.0.1
Using bundler 2.2.22
Fetching activesupport 2.3.2
Installing activesupport 2.3.2
Fetching activerecord 2.3.2
Fetching actionpack 2.3.2
Fetching actionmailer 2.3.2
Fetching activeresource 2.3.2
Installing activerecord 2.3.2
Installing activeresource 2.3.2
Installing actionmailer 2.3.2
Installing actionpack 2.3.2
Fetching rails 2.3.2
Installing rails 2.3.2
Bundle complete! 1 Gemfile dependency, 8 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle show bundler
/builddir/build/BUILD/ruby-2.6.6
# $? => 0
expected: "/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22"
got: "/builddir/build/BUILD/ruby-2.6.6"
(compared using ==)
# ./spec/bundler/commands/show_spec.rb:49:in `block (3 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
39) Bundler.with_env helpers Bundler.unbundled_env behaves like an unbundling helper should remove absolute path to 'bundler/setup' from RUBYOPT even if it was present in original env
Failure/Error: expect(last_command.stdboth).not_to include(setup_require)
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle config set path vendor/bundle
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Bundle complete! 0 Gemfile dependencies, 1 gem now installed.
Bundled gems are installed into `./vendor/bundle`
The Gemfile specifies no dependencies
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle exec '/builddir/build/BUILD/ruby-2.6.6/ruby' /builddir/build/BUILD/ruby-2.6.6/tmp/1/bundled_app/source.rb
-W2 -r/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/setup
# $? => 0
expected "-W2 -r/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/setup" not to include "-r/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/setup"
Shared Example Group: "an unbundling helper" called from ./spec/bundler/runtime/with_unbundled_env_spec.rb:134
# ./spec/bundler/runtime/with_unbundled_env_spec.rb:96:in `block (3 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
40) Bundler.with_env helpers Bundler.clean_env behaves like an unbundling helper should remove absolute path to 'bundler/setup' from RUBYOPT even if it was present in original env
Failure/Error: expect(last_command.stdboth).not_to include(setup_require)
Commands:
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle config set path vendor/bundle
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle install
Resolving dependencies...
Bundle complete! 0 Gemfile dependencies, 1 gem now installed.
Bundled gems are installed into `./vendor/bundle`
The Gemfile specifies no dependencies
# $? => 0
$ /builddir/build/BUILD/ruby-2.6.6/ruby -I/builddir/build/BUILD/ruby-2.6.6/spec/bundler -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/artifice/fail.rb -r/builddir/build/BUILD/ruby-2.6.6/spec/bundler/support/hax.rb /builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/bin/bundle exec '/builddir/build/BUILD/ruby-2.6.6/ruby' /builddir/build/BUILD/ruby-2.6.6/tmp/1/bundled_app/source.rb
-W2 -r/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/setup
[DEPRECATED] `Bundler.clean_env` has been deprecated in favor of `Bundler.unbundled_env`. If you instead want the environment before bundler was originally loaded, use `Bundler.original_env` (called at /builddir/build/BUILD/ruby-2.6.6/tmp/1/bundled_app/source.rb:1)
# $? => 0
expected "[DEPRECATED] `Bundler.clean_env` has been deprecated in favor of `Bundler.unbundled_env`. If you ins...:1)\n-W2 -r/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/setup" not to include "-r/builddir/build/BUILD/ruby-2.6.6/tmp/1/gems/system/gems/bundler-2.2.22/lib/bundler/setup"
Shared Example Group: "an unbundling helper" called from ./spec/bundler/runtime/with_unbundled_env_spec.rb:140
# ./spec/bundler/runtime/with_unbundled_env_spec.rb:96:in `block (3 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (4 levels) in <top (required)>'
# ./spec/bundler/spec_helper.rb:99:in `block (3 levels) in <top (required)>'
# ./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/spec_helper.rb:98:in `block (2 levels) in <top (required)>'
Finished in 25 minutes 28 seconds (files took 1.01 seconds to load)
2898 examples, 40 failures, 25 pending
Failed examples:
rspec ./spec/bundler/bundler/cli_spec.rb:185 # bundle executable printing the outdated warning when the latest version is greater than the current version prints the version warning
rspec ./spec/bundler/bundler/cli_spec.rb:210 # bundle executable printing the outdated warning when the latest version is greater than the current version and is a pre-release prints the version warning
rspec ./spec/bundler/commands/binstubs_spec.rb:169 # bundle binstubs <gem> when the gem exists in the lockfile the bundle binstub when a lockfile exists with a locked bundler version and the version is older and a different major runs the correct version of bundler
rspec ./spec/bundler/commands/binstubs_spec.rb:184 # bundle binstubs <gem> when the gem exists in the lockfile the bundle binstub when a lockfile exists with a locked bundler version and the version is older and the same major runs the available version of bundler when the version is older and the same major
rspec ./spec/bundler/commands/binstubs_spec.rb:198 # bundle binstubs <gem> when the gem exists in the lockfile the bundle binstub when a lockfile exists with a locked bundler version and the version is a pre-releaser runs the correct version of bundler when the version is a pre-release
rspec ./spec/bundler/commands/config_spec.rb:403 # .bundle/config subcommands list
rspec ./spec/bundler/commands/config_spec.rb:411 # .bundle/config subcommands list with credentials
rspec ./spec/bundler/commands/exec_spec.rb:314 # bundle exec does not duplicate already exec'ed RUBYOPT
rspec ./spec/bundler/commands/exec_spec.rb:332 # bundle exec does not duplicate already exec'ed RUBYLIB
rspec ./spec/bundler/commands/exec_spec.rb[1:26:1:6] # bundle exec with help flags when e is used shows bundle-exec's man page when --help is between exec and the executable
rspec ./spec/bundler/commands/exec_spec.rb[1:26:1:7] # bundle exec with help flags when e is used shows bundle-exec's man page when --help is before exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:1:8] # bundle exec with help flags when e is used shows bundle-exec's man page when -h is before exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:1:9] # bundle exec with help flags when e is used shows bundle-exec's man page when --help is after exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:1:10] # bundle exec with help flags when e is used shows bundle-exec's man page when -h is after exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:2:6] # bundle exec with help flags when ex is used shows bundle-exec's man page when --help is between exec and the executable
rspec ./spec/bundler/commands/exec_spec.rb[1:26:2:7] # bundle exec with help flags when ex is used shows bundle-exec's man page when --help is before exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:2:8] # bundle exec with help flags when ex is used shows bundle-exec's man page when -h is before exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:2:9] # bundle exec with help flags when ex is used shows bundle-exec's man page when --help is after exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:2:10] # bundle exec with help flags when ex is used shows bundle-exec's man page when -h is after exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:3:6] # bundle exec with help flags when exe is used shows bundle-exec's man page when --help is between exec and the executable
rspec ./spec/bundler/commands/exec_spec.rb[1:26:3:7] # bundle exec with help flags when exe is used shows bundle-exec's man page when --help is before exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:3:8] # bundle exec with help flags when exe is used shows bundle-exec's man page when -h is before exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:3:9] # bundle exec with help flags when exe is used shows bundle-exec's man page when --help is after exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:3:10] # bundle exec with help flags when exe is used shows bundle-exec's man page when -h is after exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:4:6] # bundle exec with help flags when exec is used shows bundle-exec's man page when --help is between exec and the executable
rspec ./spec/bundler/commands/exec_spec.rb[1:26:4:7] # bundle exec with help flags when exec is used shows bundle-exec's man page when --help is before exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:4:8] # bundle exec with help flags when exec is used shows bundle-exec's man page when -h is before exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:4:9] # bundle exec with help flags when exec is used shows bundle-exec's man page when --help is after exec
rspec ./spec/bundler/commands/exec_spec.rb[1:26:4:10] # bundle exec with help flags when exec is used shows bundle-exec's man page when -h is after exec
rspec ./spec/bundler/commands/help_spec.rb:4 # bundle help uses man when available
rspec ./spec/bundler/commands/help_spec.rb:11 # bundle help prefixes bundle commands with bundle- when finding the man files
rspec ./spec/bundler/commands/help_spec.rb:44 # bundle help is called when the --help flag is used after the command
rspec ./spec/bundler/commands/help_spec.rb:51 # bundle help is called when the --help flag is used before the command
rspec ./spec/bundler/commands/help_spec.rb:58 # bundle help is called when the -h flag is used before the command
rspec ./spec/bundler/commands/help_spec.rb:65 # bundle help is called when the -h flag is used after the command
rspec ./spec/bundler/commands/help_spec.rb:79 # bundle help is called when only using the --help flag
rspec ./spec/bundler/commands/info_spec.rb:48 # bundle info with a standard Gemfile prints the path to the running bundler
rspec ./spec/bundler/commands/show_spec.rb:47 # bundle show with a standard Gemfile prints the path to the running bundler
rspec ./spec/bundler/runtime/with_unbundled_env_spec.rb[1:2:1:2] # Bundler.with_env helpers Bundler.unbundled_env behaves like an unbundling helper should remove absolute path to 'bundler/setup' from RUBYOPT even if it was present in original env
rspec ./spec/bundler/runtime/with_unbundled_env_spec.rb[1:3:1:2] # Bundler.with_env helpers Bundler.clean_env behaves like an unbundling helper should remove absolute path to 'bundler/setup' from RUBYOPT even if it was present in original env
make: *** [uncommon.mk:1284: yes-test-bundler] Error 1
<mock-chroot> sh-5.1$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment