| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| From https://github.com/ruby/ruby |
| 569fbf2..6f3aff3 master -> origin/master |
| "make after-update -j16" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| 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 -j16" exit with 0. |
| In file included from /tmp/ruby/src/trunk/include/ruby/internal/assume.h:29, |
| from /tmp/ruby/src/trunk/include/ruby/backward/2/assume.h:24, |
| from /tmp/ruby/src/trunk/include/ruby/defines.h:72, |
| from /tmp/ruby/src/trunk/include/ruby/ruby.h:25, |
| from /tmp/ruby/src/trunk/eval_intern.h:4, |
| from /tmp/ruby/src/trunk/thread.c:75: |
| /tmp/ruby/src/trunk/thread_sync.c: In function ‘rb_queue_initialize’: |
| /tmp/ruby/src/trunk/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/include/ruby/internal/cast.h:31:29: note: in definition of macro ‘RBIMPL_CAST’ |
| 31 | # define RBIMPL_CAST(expr) (expr) |
| | ^~~~ |
| /tmp/ruby/src/trunk/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/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/thread_sync.c: In function ‘rb_szqueue_initialize’: |
| /tmp/ruby/src/trunk/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/include/ruby/internal/cast.h:31:29: note: in definition of macro ‘RBIMPL_CAST’ |
| 31 | # define RBIMPL_CAST(expr) (expr) |
| | ^~~~ |
| /tmp/ruby/src/trunk/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/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/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 -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| "make yes-btest TESTOPTS='-q -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. |
| Ignoring debug-1.7.1 because its extensions are not built. Try: gem pristine debug --version 1.7.1 |
| "make yes-test-rubyspec TESTS='-j16'" 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 |