| "make update-unicode -j8" exit with 0. |
| "make update-download -j8" exit with 0. |
| "make update-rubyspec -j8" exit with 0. |
| "make update-src -j8" exit with 0. |
| From https://github.com/ruby/ruby |
| 78fcc98..4ffef59 master -> origin/master |
| "make after-update -j8" 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 -j8" exit with 0. |
| "make ruby -j8" exit with 0. |
| "make all -j8" exit with 0. |
| "make install -j8" exit with 0. |
| "make yes-btest TESTOPTS='-q -j8'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j8'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j8'" exit with 0. |
| Skipping Gem::PackageTask tests. rake not found. |
| Ignoring debug-1.7.1 because its extensions are not built. Try: gem pristine debug --version 1.7.1 |
| Ignoring rbs-2.8.4 because its extensions are not built. Try: gem pristine rbs --version 2.8.4 |
| "make yes-test-rubyspec TESTS='-j8'" exit with 0. |
| $ /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/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec |