| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| Updating files: 52% (5855/11191) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk/configure --prefix=/tmp/ruby/install/trunk --disable-install-doc --enable-shared" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk/gems/src/repl_type_completor'... |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk/enc/jis/props.h.blt /tmp/ruby/src/trunk/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| /tmp/ruby/src/trunk/thread.c: In function ‘rb_gc_set_stack_end’: |
| /tmp/ruby/src/trunk/thread.c:4622:18: warning: storing the address of local variable ‘stack_end’ in ‘*stack_end_p’ [-Wdangling-pointer=] |
| 4622 | *stack_end_p = &stack_end; |
| | ~~~~~~~~~~~~~^~~~~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4617:11: note: ‘stack_end’ declared here |
| 4617 | VALUE stack_end; |
| | ^~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4615:29: note: ‘stack_end_p’ declared here |
| 4615 | rb_gc_set_stack_end(VALUE **stack_end_p) |
| | ~~~~~~~~^~~~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c: In function ‘rb_thread_io_blocking_call’: |
| /tmp/ruby/src/trunk/thread.c:1806:18: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] |
| 1806 | rb_thread_t *th = rb_ec_thread_ptr(ec); |
| | ^~ |
| 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 -j4" exit with 0. |
| "make all -j4" exit with 0. |
| /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.3/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’: |
| /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.3/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment] |
| 24 | // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.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 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) Error: |
| TestGemCommandsPristineCommand#test_execute_with_extension_with_build_args: |
| Test::Unit::ProxyError: ERROR: Failed to build gem native extension. |
| current directory: /tmp/rubytest.fbrqv0/test_rubygems_20250513-2839253-jfvigv/gemhome/gems/a-2/ext/a |
| /tmp/ruby/build/trunk/ruby -I/tmp/ruby/src/trunk/lib extconf.rb --with-awesome\=true --sweet |
| extconf failed, uncaught signal 11 |
| Gem files will remain installed in /tmp/rubytest.fbrqv0/test_rubygems_20250513-2839253-jfvigv/gemhome/gems/a-2 for inspection. |
| Results logged to /tmp/rubytest.fbrqv0/test_rubygems_20250513-2839253-jfvigv/gemhome/extensions/x86-darwin-8/3.5.0+0/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:620:in 'Gem::TestCase#install_gem' |
| /tmp/ruby/src/trunk/test/rubygems/test_gem_commands_pristine_command.rb:299:in 'TestGemCommandsPristineCommand#test_execute_with_extension_with_build_args' |
| make: *** [uncommon.mk:976: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |