| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| Updating files: 46% (5618/12143) |
| "./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-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk/gems/src/minitest'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/power_assert'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/rbs'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/typeprof'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/debug'... |
| From https://github.com/Shopify/minitest |
| * branch b5f5202575894796e00109a8f8a5041b778991ee -> FETCH_HEAD |
| HEAD is now at b5f5202 Make the test suite compatible with --enable-frozen-string-literal |
| From https://github.com/ruby/power_assert |
| * branch 78dd2ab3ccd93796d83c0b35b978c39bfabb938c -> FETCH_HEAD |
| HEAD is now at 78dd2ab Make the test suite compatible with `--enable-frozen-string-literal` |
| From https://github.com/ruby/debug |
| * branch 2d602636d99114d55a32fedd652c9c704446a749 -> FETCH_HEAD |
| HEAD is now at 2d60263 Use ruby/actions workflow for ruby versions |
| 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-rubyspec -j4" exit with 0. |
| "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:4536:18: warning: storing the address of local variable 'stack_end' in '*stack_end_p' [-Wdangling-pointer=] |
| 4536 | *stack_end_p = &stack_end; |
| | ~~~~~~~~~~~~~^~~~~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4535:11: note: 'stack_end' declared here |
| 4535 | VALUE stack_end; |
| | ^~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4533:29: note: 'stack_end_p' declared here |
| 4533 | rb_gc_set_stack_end(VALUE **stack_end_p) |
| | ~~~~~~~~^~~~~~~~~~~ |
| 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. |
| "make install -j4" exit with 512. |
| /tmp/ruby/src/trunk/ext/win32ole/win32ole.gemspec:30:in 'block in Object#load_gemspec': undefined method 'split' for an instance of Enumerator (NoMethodError) |
| from /tmp/ruby/src/trunk/lib/rubygems/specification.rb:2075:in 'Gem::Specification#initialize' |
| from /tmp/ruby/src/trunk/ext/win32ole/win32ole.gemspec:11:in 'Class#new' |
| from /tmp/ruby/src/trunk/ext/win32ole/win32ole.gemspec:11:in 'Object#load_gemspec' |
| from /tmp/ruby/src/trunk/tool/rbinstall.rb:723:in 'Kernel#eval' |
| from /tmp/ruby/src/trunk/tool/rbinstall.rb:723:in 'Object#load_gemspec' |
| from /tmp/ruby/src/trunk/tool/rbinstall.rb:757:in 'block in Object#install_default_gem' |
| from /tmp/ruby/src/trunk/tool/rbinstall.rb:756:in 'Array#map' |
| from /tmp/ruby/src/trunk/tool/rbinstall.rb:756:in 'Object#install_default_gem' |
| from /tmp/ruby/src/trunk/tool/rbinstall.rb:1035:in 'block in <main>' |
| from /tmp/ruby/src/trunk/tool/rbinstall.rb:1151:in 'block in <main>' |
| from <internal:array>:52:in 'Array#each' |
| from /tmp/ruby/src/trunk/tool/rbinstall.rb:1148:in '<main>' |
| make: *** [uncommon.mk:494: do-install-nodoc] Error 1 |