| "make update-download -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| From https://github.com/ruby/ruby |
| 5f24741..ea8b53a master -> origin/master |
| "make after-update -j3" exit with 0. |
| configure: WARNING: does not work; ignore |
| In file included from conftest.c:4: |
| /home/opc/ruby/src/master/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant |
| #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| ^~ |
| /home/opc/ruby/src/master/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| #define TOKEN_PASTE(x,y) x##y |
| ^ |
| /home/opc/ruby/src/master/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| ^~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant |
| #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| ^~ |
| /home/opc/ruby/src/master/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| #define TOKEN_PASTE(x,y) x##y |
| ^ |
| /home/opc/ruby/src/master/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| ^~~~~~~~~~~~~~ |
| "make miniruby -j3" exit with 0. |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| libffi_version: 3.1.0 |
| /home/opc/ruby/src/master/.bundle/gems/rbs-3.9.3/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’: |
| /home/opc/ruby/src/master/.bundle/gems/rbs-3.9.3/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment] |
| // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.c \ |
| ^ |
| /home/opc/ruby/src/master/.bundle/gems/rbs-3.9.3/ext/rbs_extension/main.c: At top level: |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| /home/opc/ruby/src/master/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’: |
| /home/opc/ruby/src/master/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment] |
| // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.c \ |
| ^ |
| /home/opc/ruby/src/master/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c: At top level: |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| "make install -j3" exit with 0. |
| "make yes-btest TESTOPTS='-q -j3'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j3'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 0. |
| /home/opc/ruby/src/master/test/fiber/test_scheduler.rb:98: warning: Scheduler should implement #fiber_interrupt |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 512. |
| exception_spec.c: In function ‘exception_spec_rb_error_frozen_object’: |
| exception_spec.c:39:7: warning: function might be candidate for attribute ‘noreturn’ [-Wsuggest-attribute=noreturn] |
| VALUE exception_spec_rb_error_frozen_object(VALUE self, VALUE object) { |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| exception_spec.c: At top level: |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| 1) |
| An exception occurred during: loading /home/opc/ruby/src/master/spec/ruby/optional/capi/digest_spec.rb ERROR |
| LoadError: incompatible ABI version of binary - /home/opc/ruby/build/master/.bundle/extensions/aarch64-linux/3.5.0+2-static/fiddle-1.1.8/fiddle.so |
| <internal:/home/opc/ruby/src/master/lib/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' |
| <internal:/home/opc/ruby/src/master/lib/rubygems/core_ext/kernel_require.rb>:136:in 'require' |
| /home/opc/ruby/src/master/.bundle/gems/fiddle-1.1.8/lib/fiddle.rb:4:in '<top (required)>' |
| <internal:/home/opc/ruby/src/master/lib/rubygems/core_ext/kernel_require.rb>:141:in 'Kernel#require' |
| <internal:/home/opc/ruby/src/master/lib/rubygems/core_ext/kernel_require.rb>:141:in 'require' |
| /home/opc/ruby/src/master/spec/ruby/optional/capi/digest_spec.rb:3:in '<top (required)>' |
| make: *** [uncommon.mk:1025: yes-test-spec] Error 1 |