| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| b00a339..76ec41b master -> origin/master |
| "make after-update -j4" exit with 0. |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| | ^~~~~~~~~~~~~~ |
| "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 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 512. |
| 1) |
| An exception occurred during: loading /tmp/ruby/src/trunk/spec/ruby/optional/capi/digest_spec.rb ERROR |
| LoadError: incompatible ABI version of binary - /tmp/ruby/build/trunk/.bundle/extensions/riscv64-linux/3.5.0+1/fiddle-1.1.8/fiddle.so |
| <internal:/tmp/ruby/src/trunk/lib/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' |
| <internal:/tmp/ruby/src/trunk/lib/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' |
| /tmp/ruby/src/trunk/.bundle/gems/fiddle-1.1.8/lib/fiddle.rb:4:in '<top (required)>' |
| <internal:/tmp/ruby/src/trunk/lib/rubygems/core_ext/kernel_require.rb>:141:in 'Kernel#require' |
| <internal:/tmp/ruby/src/trunk/lib/rubygems/core_ext/kernel_require.rb>:141:in 'Kernel#require' |
| /tmp/ruby/src/trunk/spec/ruby/optional/capi/digest_spec.rb:3:in '<top (required)>' |
| make: *** [uncommon.mk:1025: yes-test-spec] Error 1 |