| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| f7b7246..6f3aff3 master -> origin/master |
| "make after-update -j4" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk-repeat20/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-repeat20/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk-repeat20/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat20/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-repeat20/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk-repeat20/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. |
| In file included from /tmp/ruby/src/trunk-repeat20/include/ruby/internal/assume.h:29, |
| from /tmp/ruby/src/trunk-repeat20/include/ruby/backward/2/assume.h:24, |
| from /tmp/ruby/src/trunk-repeat20/include/ruby/defines.h:72, |
| from /tmp/ruby/src/trunk-repeat20/include/ruby/ruby.h:25, |
| from /tmp/ruby/src/trunk-repeat20/eval_intern.h:4, |
| from /tmp/ruby/src/trunk-repeat20/thread.c:75: |
| /tmp/ruby/src/trunk-repeat20/thread_sync.c: In function 'rb_queue_initialize': |
| /tmp/ruby/src/trunk-repeat20/thread_sync.c:908:48: warning: taking address of packed member of 'struct rb_queue' may result in an unaligned pointer value [-Waddress-of-packed-member] |
| 908 | RB_OBJ_WRITE(self, UNALIGNED_MEMBER_ACCESS(&q->que), ary_buf_new()); |
| /tmp/ruby/src/trunk-repeat20/include/ruby/internal/cast.h:31:29: note: in definition of macro 'RBIMPL_CAST' |
| 31 | # define RBIMPL_CAST(expr) (expr) |
| | ^~~~ |
| /tmp/ruby/src/trunk-repeat20/thread_sync.c:908:5: note: in expansion of macro 'RB_OBJ_WRITE' |
| 908 | RB_OBJ_WRITE(self, UNALIGNED_MEMBER_ACCESS(&q->que), ary_buf_new()); |
| | ^~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat20/thread_sync.c:908:24: note: in expansion of macro 'UNALIGNED_MEMBER_ACCESS' |
| 908 | RB_OBJ_WRITE(self, UNALIGNED_MEMBER_ACCESS(&q->que), ary_buf_new()); |
| | ^~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat20/thread_sync.c: In function 'rb_szqueue_initialize': |
| /tmp/ruby/src/trunk-repeat20/thread_sync.c:1181:48: warning: taking address of packed member of 'struct rb_queue' may result in an unaligned pointer value [-Waddress-of-packed-member] |
| 1181 | RB_OBJ_WRITE(self, UNALIGNED_MEMBER_ACCESS(&sq->q.que), ary_buf_new()); |
| /tmp/ruby/src/trunk-repeat20/include/ruby/internal/cast.h:31:29: note: in definition of macro 'RBIMPL_CAST' |
| 31 | # define RBIMPL_CAST(expr) (expr) |
| | ^~~~ |
| /tmp/ruby/src/trunk-repeat20/thread_sync.c:1181:5: note: in expansion of macro 'RB_OBJ_WRITE' |
| 1181 | RB_OBJ_WRITE(self, UNALIGNED_MEMBER_ACCESS(&sq->q.que), ary_buf_new()); |
| | ^~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat20/thread_sync.c:1181:24: note: in expansion of macro 'UNALIGNED_MEMBER_ACCESS' |
| 1181 | RB_OBJ_WRITE(self, UNALIGNED_MEMBER_ACCESS(&sq->q.que), ary_buf_new()); |
| | ^~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat20/thread.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 ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-rubyspec TESTS=--repeat-count=20" exit with 0. |
| $ /tmp/ruby/build/trunk-repeat20/miniruby -I/tmp/ruby/src/trunk-repeat20/lib /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20 --extout=.ext -- /tmp/ruby/src/trunk-repeat20/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20/spec/default.mspec |