| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| Updating files: 51% (5752/11178) |
| "./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/power_assert'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/repl_type_completor'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/irb'... |
| From https://github.com/ruby/power_assert |
| * branch f88e406e7c9e0810cc149869582afbae1fb84c4a -> FETCH_HEAD |
| HEAD is now at f88e406 Support Ruby 3.5 style Set inspection result |
| From https://github.com/ruby/repl_type_completor |
| * branch 25108aa8d69ddaba0b5da3feff1c0035371524b2 -> FETCH_HEAD |
| HEAD is now at 25108aa Merge pull request #62 from ruby/fix_require_completion_test |
| From https://github.com/ruby/irb |
| * branch 331c4e851296b115db766c291e8cf54a2492fb36 -> FETCH_HEAD |
| HEAD is now at 331c4e8 Update the expected values of backtraces |
| "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. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’: |
| /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.4/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 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 512. |
| malloc(): corrupted top size |
| corrupted double-linked list |
| malloc(): corrupted top size |
| 1) |
| Process.exec with an options Hash with Integer option keys lets the process after exec have specified file descriptor despite close_on_exec FAILED |
| Expected exit status is 0 but actual is :SIGABRT for command ruby_exe("/tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/rubytest.37ast5_1/343-rubyexe.rb") |
| Output: |
| 5 |
| true |
| /tmp/ruby/src/trunk/spec/ruby/core/process/exec_spec.rb:219:in 'block (5 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/process/exec_spec.rb:3:in '<top (required)>' |
| 2) |
| An exception occurred during: before :each |
| Process::Status#exited? for a child that exited normally returns true FAILED |
| Expected exit status is 0 but actual is :SIGABRT for command ruby_exe("/tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/rubytest.37ast5_1/349-rubyexe.rb") |
| Output: |
| /tmp/ruby/src/trunk/spec/ruby/core/process/status/exited_spec.rb:6:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/process/status/exited_spec.rb:3:in '<top (required)>' |
| 3) |
| Magic comments in the main file must be the first token of the line FAILED |
| Expected exit status is 0 but actual is :SIGABRT for command ruby_exe("/tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- -r/tmp/ruby/src/trunk/spec/ruby/language/fixtures/print_magic_comment_result_at_exit.rb /tmp/ruby/src/trunk/spec/ruby/language/fixtures/second_token_magic_comment.rb") |
| Output: |
| /tmp/ruby/src/trunk/spec/ruby/language/magic_comment_spec.rb:68:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/language/magic_comment_spec.rb:22:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/language/magic_comment_spec.rb:46:in '<top (required)>' |
| make: *** [uncommon.mk:1029: yes-test-spec] Error 1 |