| "make update-download -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| From https://github.com/ruby/ruby |
| 5f24741..ea8b53a master -> origin/master |
| "make after-update -j16" exit with 0. |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk_asan/version.h:29:5: error: invalid suffix 'RUBY_RELEASE_MONTH' on integer constant |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^ |
| /tmp/ruby/src/trunk_asan/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^ |
| /tmp/ruby/src/trunk_asan/version.h:23:26: note: expanded from macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| <scratch space>:2:3: note: expanded from here |
| 2 | 10RUBY_RELEASE_MONTH |
| | ^ |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk_asan/version.h:34:5: error: invalid suffix 'RUBY_RELEASE_DAY' on integer constant |
| 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| | ^ |
| /tmp/ruby/src/trunk_asan/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^ |
| /tmp/ruby/src/trunk_asan/version.h:23:26: note: expanded from macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| <scratch space>:3:3: note: expanded from here |
| 3 | 10RUBY_RELEASE_DAY |
| | ^ |
| 2 errors generated. |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| libffi_version: 3.4.6 |
| "make install -j16" exit with 0. |
| "make yes-test-basic TESTS='-j16'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0. |
| /tmp/ruby/src/trunk_asan/test/fiber/test_scheduler.rb:98: warning: Scheduler should implement #fiber_interrupt |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'" exit with 512. |
| 1) |
| An exception occurred during: loading /tmp/ruby/src/trunk_asan/spec/ruby/optional/capi/digest_spec.rb ERROR |
| LoadError: incompatible ABI version of binary - /tmp/ruby/build/trunk_asan/.bundle/extensions/x86_64-linux/3.5.0+2-static/fiddle-1.1.8/fiddle.so |
| <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' |
| <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' |
| /tmp/ruby/src/trunk_asan/.bundle/gems/fiddle-1.1.8/lib/fiddle.rb:4:in '<top (required)>' |
| <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:141:in 'Kernel#require' |
| <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:141:in 'Kernel#require' |
| /tmp/ruby/src/trunk_asan/spec/ruby/optional/capi/digest_spec.rb:3:in '<top (required)>' |
| make: *** [uncommon.mk:1025: yes-test-spec] Error 1 |