| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. |
| 1) Failure: |
| TestRubyOptimization#test_fixnum_ge [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:85]: |
| pid 3031489 killed by SIGABRT (signal 6) (core dumped) |
| | malloc(): corrupted top size |
| 2) Failure: |
| TestSymbol#test_to_proc_arg [/tmp/ruby/src/trunk/test/ruby/test_symbol.rb:179]: |
| pid 3053462 killed by SIGABRT (signal 6) (core dumped) |
| | malloc(): corrupted top size |
| 3) Error: |
| TestGemCommandsPristineCommand#test_execute_extensions_explicit: |
| Test::Unit::ProxyError: ERROR: Failed to build gem native extension. |
| current directory: /tmp/rubytest.gdrbgd/test_rubygems_20250713-3030981-479mvl/gemhome/gems/a-2/ext/a |
| /tmp/ruby/build/trunk/ruby -I/tmp/ruby/src/trunk/lib extconf.rb |
| malloc(): corrupted top size |
| extconf failed, uncaught signal 6 |
| Gem files will remain installed in /tmp/rubytest.gdrbgd/test_rubygems_20250713-3030981-479mvl/gemhome/gems/a-2 for inspection. |
| Results logged to /tmp/rubytest.gdrbgd/test_rubygems_20250713-3030981-479mvl/gemhome/extensions/x86-darwin-8/3.5.0+2/a-2/gem_make.out |
| /tmp/ruby/src/trunk/lib/rubygems/ext/builder.rb:125:in 'Gem::Ext::Builder.run' |
| /tmp/ruby/src/trunk/lib/rubygems/ext/ext_conf_builder.rb:30:in 'Gem::Ext::ExtConfBuilder.build' |
| /tmp/ruby/src/trunk/lib/rubygems/ext/builder.rb:206:in 'Gem::Ext::Builder#build_extension' |
| /tmp/ruby/src/trunk/lib/rubygems/ext/builder.rb:240:in 'block in Gem::Ext::Builder#build_extensions' |
| /tmp/ruby/src/trunk/lib/rubygems/ext/builder.rb:237:in 'Array#each' |
| /tmp/ruby/src/trunk/lib/rubygems/ext/builder.rb:237:in 'Gem::Ext::Builder#build_extensions' |
| /tmp/ruby/src/trunk/lib/rubygems/installer.rb:844:in 'Gem::Installer#build_extensions' |
| /tmp/ruby/src/trunk/lib/rubygems/installer.rb:314:in 'Gem::Installer#install' |
| /tmp/ruby/src/trunk/test/rubygems/helper.rb:623:in 'Gem::TestCase#install_gem' |
| /tmp/ruby/src/trunk/test/rubygems/test_gem_commands_pristine_command.rb:186:in 'TestGemCommandsPristineCommand#test_execute_extensions_explicit' |
| make: *** [uncommon.mk:979: yes-test-all] Error 3 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |