| "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| From https://github.com/ruby/ruby |
| fd549b2..89486c7 master -> origin/master |
| "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| In file included from /tmp/ruby/src/trunk-repeat20-asserts/compile.c:14345: |
| /tmp/ruby/src/trunk-repeat20-asserts/prism_compile.c: In function 'pm_compile_node': |
| /tmp/ruby/src/trunk-repeat20-asserts/prism_compile.c:6239:13: warning: 'case_location.end_pos.column' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| 6239 | add_trace_branch_coverage(iseq, cond_seq, &case_location, case_location.beg_pos.column, branch_id, "else", branches); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat20-asserts/prism_compile.c:6239:13: warning: 'case_location.end_pos.lineno' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| /tmp/ruby/src/trunk-repeat20-asserts/prism_compile.c:6239:13: warning: 'case_location.beg_pos.column' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| /tmp/ruby/src/trunk-repeat20-asserts/prism_compile.c:6239:13: warning: 'case_location.beg_pos.lineno' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| /tmp/ruby/src/trunk-repeat20-asserts/compile.c: At top level: |
| cc1: note: unrecognized command-line option '-Wno-self-assign' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-parentheses-equality' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-constant-logical-operand' may have been intended to silence earlier diagnostics |
| "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make install DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512. |
| 1) Failure: |
| TestGemUninstaller#test_uninstall_default_gem_with_same_version [/tmp/ruby/src/trunk-repeat20-asserts/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 [/tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_uninstaller.rb:263]: |
| plugin not removed |
| 3) Error: |
| TestGemUninstaller#test_uninstall_selection_greater_than_one: |
| NoMethodError: undefined method 'full_name_with_location' for an instance of Gem::StubSpecification |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/uninstaller.rb:125:in 'Array#map' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/uninstaller.rb:125:in 'Gem::Uninstaller#uninstall' |
| /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_uninstaller.rb:529:in 'block in TestGemUninstaller#test_uninstall_selection_greater_than_one' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/user_interaction.rb:46:in 'Gem::DefaultUserInteraction.use_ui' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/user_interaction.rb:69:in 'Gem::DefaultUserInteraction#use_ui' |
| /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_uninstaller.rb:528:in 'TestGemUninstaller#test_uninstall_selection_greater_than_one' |
| 4) Error: |
| TestGemUninstaller#test_uninstall_selection: |
| NoMethodError: undefined method 'full_name_with_location' for an instance of Gem::StubSpecification |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/uninstaller.rb:125:in 'Array#map' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/uninstaller.rb:125:in 'Gem::Uninstaller#uninstall' |
| /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_uninstaller.rb:508:in 'block in TestGemUninstaller#test_uninstall_selection' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/user_interaction.rb:46:in 'Gem::DefaultUserInteraction.use_ui' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/user_interaction.rb:69:in 'Gem::DefaultUserInteraction#use_ui' |
| /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_uninstaller.rb:507:in 'TestGemUninstaller#test_uninstall_selection' |
| 5) Error: |
| TestGemCommandsUninstallCommand#test_uninstall_selection_multiple_gems: |
| NoMethodError: undefined method 'full_name_with_location' for an instance of Gem::StubSpecification |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/uninstaller.rb:125:in 'Array#map' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/uninstaller.rb:125:in 'Gem::Uninstaller#uninstall' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/commands/uninstall_command.rb:197:in 'Gem::Commands::UninstallCommand#uninstall' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/commands/uninstall_command.rb:183:in 'Gem::Commands::UninstallCommand#uninstall_gem' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/commands/uninstall_command.rb:178:in 'block in Gem::Commands::UninstallCommand#uninstall_specific' |
| <internal:array>:54:in 'Array#each' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/commands/uninstall_command.rb:170:in 'Gem::Commands::UninstallCommand#uninstall_specific' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/commands/uninstall_command.rb:136:in 'Gem::Commands::UninstallCommand#execute' |
| /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_commands_uninstall_command.rb:287:in 'block in TestGemCommandsUninstallCommand#test_uninstall_selection_multiple_gems' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/user_interaction.rb:46:in 'Gem::DefaultUserInteraction.use_ui' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/user_interaction.rb:69:in 'Gem::DefaultUserInteraction#use_ui' |
| /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_commands_uninstall_command.rb:286:in 'TestGemCommandsUninstallCommand#test_uninstall_selection_multiple_gems' |
| 6) Error: |
| TestGemCommandsUninstallCommand#test_uninstall_selection: |
| NoMethodError: undefined method 'full_name_with_location' for an instance of Gem::StubSpecification |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/uninstaller.rb:125:in 'Array#map' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/uninstaller.rb:125:in 'Gem::Uninstaller#uninstall' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/commands/uninstall_command.rb:197:in 'Gem::Commands::UninstallCommand#uninstall' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/commands/uninstall_command.rb:183:in 'Gem::Commands::UninstallCommand#uninstall_gem' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/commands/uninstall_command.rb:178:in 'block in Gem::Commands::UninstallCommand#uninstall_specific' |
| <internal:array>:54:in 'Array#each' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/commands/uninstall_command.rb:170:in 'Gem::Commands::UninstallCommand#uninstall_specific' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/commands/uninstall_command.rb:136:in 'Gem::Commands::UninstallCommand#execute' |
| /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_commands_uninstall_command.rb:262:in 'block in TestGemCommandsUninstallCommand#test_uninstall_selection' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/user_interaction.rb:46:in 'Gem::DefaultUserInteraction.use_ui' |
| /tmp/ruby/src/trunk-repeat20-asserts/lib/rubygems/user_interaction.rb:69:in 'Gem::DefaultUserInteraction#use_ui' |
| /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_commands_uninstall_command.rb:261:in 'TestGemCommandsUninstallCommand#test_uninstall_selection' |
| make: *** [uncommon.mk:965: yes-test-all] Error 6 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS=--repeat-count=20" exit with 0. |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/1-mspec-multi-0 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/2-mspec-multi-1 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/3-mspec-multi-2 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/4-mspec-multi-3 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/5-mspec-multi-4 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/6-mspec-multi-5 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/7-mspec-multi-6 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/8-mspec-multi-7 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/9-mspec-multi-8 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/10-mspec-multi-9 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/11-mspec-multi-10 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/12-mspec-multi-11 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/13-mspec-multi-12 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/14-mspec-multi-13 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/15-mspec-multi-14 |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.zs6dyj/16-mspec-multi-15 |