| "git clone --depth 1 https://github.com/ruby/ruby.git master" exit with 0. |
| Cloning into 'master'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/home/opc/ruby/src/master/configure --prefix=/home/opc/ruby/install/master --disable-install-doc --disable-dtrace --disable-yjit" exit with 0. |
| configure: WARNING: does not work; ignore |
| "make update-download -j3" exit with 0. |
| Cloning into '/home/opc/ruby/src/master/gems/src/power_assert'... |
| Cloning into '/home/opc/ruby/src/master/gems/src/rbs'... |
| Cloning into '/home/opc/ruby/src/master/gems/src/typeprof'... |
| From https://github.com/ruby/power_assert |
| * branch 84e85124c5014a139af39161d484156cfe87a9ed -> FETCH_HEAD |
| HEAD is now at 84e8512 Merge pull request #48 from casperisfine/frozen-string-literals |
| From https://github.com/ruby/typeprof |
| * branch b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD |
| HEAD is now at b19a641 Add support for future `putchilledstring` instruction |
| From https://github.com/ruby/rbs |
| * branch ba7872795d5de04adb8ff500c0e6afdc81a041dd -> FETCH_HEAD |
| HEAD is now at ba787279 Make the test suite compatible with `--enable-frozen-string-literal` |
| "make update-src -j3" exit with 0. |
| "make after-update -j3" exit with 0. |
| + cp /home/opc/ruby/src/master/enc/jis/props.h.blt /home/opc/ruby/src/master/enc/jis/props.h |
| "make miniruby -j3" exit with 0. |
| /home/opc/ruby/src/master/thread.c: In function ‘rb_nogvl’: |
| /home/opc/ruby/src/master/thread.c:1529:14: warning: variable ‘vm’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] |
| rb_vm_t *vm = rb_ec_vm_ptr(ec); |
| ^~ |
| /home/opc/ruby/src/master/thread.c: At top level: |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| libffi_version: 3.1.0 |
| "make install -j3" exit with 0. |
| "make yes-btest TESTOPTS='-q -j3'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j3'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 512. |
| Failed tests: |
| TestGemCommandsUninstallCommand#test_uninstall_selection_multiple_gems: Test::Unit::ProxyError: undefined method 'full_name_with_location' for an instance of Gem::StubSpecification |
| TestGemCommandsUninstallCommand#test_uninstall_selection: Test::Unit::ProxyError: undefined method 'full_name_with_location' for an instance of Gem::StubSpecification |
| TestGemUninstaller#test_uninstall_default_gem_with_same_version: Test::Unit::AssertionFailedError: <"Successfully uninstalled default-2\n" + |
| TestGemUninstaller#test_uninstall_selection: Test::Unit::ProxyError: undefined method 'full_name_with_location' for an instance of Gem::StubSpecification |
| TestGemUninstaller#test_remove_plugins_user_installed: Test::Unit::AssertionFailedError: plugin not removed |
| TestGemUninstaller#test_uninstall_selection_greater_than_one: Test::Unit::ProxyError: undefined method 'full_name_with_location' for an instance of Gem::StubSpecification |
| 1) Failure: |
| TestGemUninstaller#test_uninstall_default_gem_with_same_version [/home/opc/ruby/src/master/test/rubygems/test_gem_uninstaller.rb:364]: |
| <"Successfully uninstalled default-2\n" + |
| "There was both a regular copy and a default copy of default-2. The regular copy was successfully uninstalled, but the default copy was left around because default gems can't be removed.\n"> expected but was |
| <"Successfully uninstalled default-2\n">. |
| 2) Failure: |
| TestGemUninstaller#test_remove_plugins_user_installed [/home/opc/ruby/src/master/test/rubygems/test_gem_uninstaller.rb:263]: |
| plugin not removed |
| 3) Error: |
| TestGemCommandsUninstallCommand#test_uninstall_selection_multiple_gems: |
| NoMethodError: undefined method 'full_name_with_location' for an instance of Gem::StubSpecification |
| /home/opc/ruby/src/master/lib/rubygems/uninstaller.rb:125:in 'Array#map' |
| /home/opc/ruby/src/master/lib/rubygems/uninstaller.rb:125:in 'Gem::Uninstaller#uninstall' |
| /home/opc/ruby/src/master/lib/rubygems/commands/uninstall_command.rb:197:in 'Gem::Commands::UninstallCommand#uninstall' |
| /home/opc/ruby/src/master/lib/rubygems/commands/uninstall_command.rb:183:in 'Gem::Commands::UninstallCommand#uninstall_gem' |
| /home/opc/ruby/src/master/lib/rubygems/commands/uninstall_command.rb:178:in 'block in Gem::Commands::UninstallCommand#uninstall_specific' |
| <internal:array>:54:in 'Array#each' |
| /home/opc/ruby/src/master/lib/rubygems/commands/uninstall_command.rb:170:in 'Gem::Commands::UninstallCommand#uninstall_specific' |
| /home/opc/ruby/src/master/lib/rubygems/commands/uninstall_command.rb:136:in 'Gem::Commands::UninstallCommand#execute' |
| /home/opc/ruby/src/master/test/rubygems/test_gem_commands_uninstall_command.rb:287:in 'block in TestGemCommandsUninstallCommand#test_uninstall_selection_multiple_gems' |
| /home/opc/ruby/src/master/lib/rubygems/user_interaction.rb:46:in 'Gem::DefaultUserInteraction.use_ui' |
| /home/opc/ruby/src/master/lib/rubygems/user_interaction.rb:69:in 'Gem::DefaultUserInteraction#use_ui' |
| /home/opc/ruby/src/master/test/rubygems/test_gem_commands_uninstall_command.rb:286:in 'TestGemCommandsUninstallCommand#test_uninstall_selection_multiple_gems' |
| 4) Error: |
| TestGemCommandsUninstallCommand#test_uninstall_selection: |
| NoMethodError: undefined method 'full_name_with_location' for an instance of Gem::StubSpecification |
| /home/opc/ruby/src/master/lib/rubygems/uninstaller.rb:125:in 'Array#map' |
| /home/opc/ruby/src/master/lib/rubygems/uninstaller.rb:125:in 'Gem::Uninstaller#uninstall' |
| /home/opc/ruby/src/master/lib/rubygems/commands/uninstall_command.rb:197:in 'Gem::Commands::UninstallCommand#uninstall' |
| /home/opc/ruby/src/master/lib/rubygems/commands/uninstall_command.rb:183:in 'Gem::Commands::UninstallCommand#uninstall_gem' |
| /home/opc/ruby/src/master/lib/rubygems/commands/uninstall_command.rb:178:in 'block in Gem::Commands::UninstallCommand#uninstall_specific' |
| <internal:array>:54:in 'Array#each' |
| /home/opc/ruby/src/master/lib/rubygems/commands/uninstall_command.rb:170:in 'Gem::Commands::UninstallCommand#uninstall_specific' |
| /home/opc/ruby/src/master/lib/rubygems/commands/uninstall_command.rb:136:in 'Gem::Commands::UninstallCommand#execute' |
| /home/opc/ruby/src/master/test/rubygems/test_gem_commands_uninstall_command.rb:262:in 'block in TestGemCommandsUninstallCommand#test_uninstall_selection' |
| /home/opc/ruby/src/master/lib/rubygems/user_interaction.rb:46:in 'Gem::DefaultUserInteraction.use_ui' |
| /home/opc/ruby/src/master/lib/rubygems/user_interaction.rb:69:in 'Gem::DefaultUserInteraction#use_ui' |
| /home/opc/ruby/src/master/test/rubygems/test_gem_commands_uninstall_command.rb:261:in 'TestGemCommandsUninstallCommand#test_uninstall_selection' |
| 5) Error: |
| TestGemUninstaller#test_uninstall_selection: |
| NoMethodError: undefined method 'full_name_with_location' for an instance of Gem::StubSpecification |
| /home/opc/ruby/src/master/lib/rubygems/uninstaller.rb:125:in 'Array#map' |
| /home/opc/ruby/src/master/lib/rubygems/uninstaller.rb:125:in 'Gem::Uninstaller#uninstall' |
| /home/opc/ruby/src/master/test/rubygems/test_gem_uninstaller.rb:508:in 'block in TestGemUninstaller#test_uninstall_selection' |
| /home/opc/ruby/src/master/lib/rubygems/user_interaction.rb:46:in 'Gem::DefaultUserInteraction.use_ui' |
| /home/opc/ruby/src/master/lib/rubygems/user_interaction.rb:69:in 'Gem::DefaultUserInteraction#use_ui' |
| /home/opc/ruby/src/master/test/rubygems/test_gem_uninstaller.rb:507:in 'TestGemUninstaller#test_uninstall_selection' |
| 6) Error: |
| TestGemUninstaller#test_uninstall_selection_greater_than_one: |
| NoMethodError: undefined method 'full_name_with_location' for an instance of Gem::StubSpecification |
| /home/opc/ruby/src/master/lib/rubygems/uninstaller.rb:125:in 'Array#map' |
| /home/opc/ruby/src/master/lib/rubygems/uninstaller.rb:125:in 'Gem::Uninstaller#uninstall' |
| /home/opc/ruby/src/master/test/rubygems/test_gem_uninstaller.rb:529:in 'block in TestGemUninstaller#test_uninstall_selection_greater_than_one' |
| /home/opc/ruby/src/master/lib/rubygems/user_interaction.rb:46:in 'Gem::DefaultUserInteraction.use_ui' |
| /home/opc/ruby/src/master/lib/rubygems/user_interaction.rb:69:in 'Gem::DefaultUserInteraction#use_ui' |
| /home/opc/ruby/src/master/test/rubygems/test_gem_uninstaller.rb:528:in 'TestGemUninstaller#test_uninstall_selection_greater_than_one' |
| make: *** [uncommon.mk:965: yes-test-all] Error 6 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j3'" exit with 0. |
| $ /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib /home/opc/ruby/src/master/tool/runruby.rb --archdir=/home/opc/ruby/build/master --extout=.ext -- /home/opc/ruby/src/master/spec/mspec/bin/mspec-run -B /home/opc/ruby/src/master/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.hvrmat/1-mspec-multi-0 |
| $ /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib /home/opc/ruby/src/master/tool/runruby.rb --archdir=/home/opc/ruby/build/master --extout=.ext -- /home/opc/ruby/src/master/spec/mspec/bin/mspec-run -B /home/opc/ruby/src/master/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.hvrmat/2-mspec-multi-1 |
| $ /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib /home/opc/ruby/src/master/tool/runruby.rb --archdir=/home/opc/ruby/build/master --extout=.ext -- /home/opc/ruby/src/master/spec/mspec/bin/mspec-run -B /home/opc/ruby/src/master/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.hvrmat/3-mspec-multi-2 |