| "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 |
| 6f3aff3..9af84c9 master -> origin/master |
| "make after-update -j16" exit with 0. |
| "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. |
| Skipping Gem::PackageTask tests. rake not found. |
| /tmp/ruby/src/trunk/lib/yaml.rb:20: warning: already initialized constant YAML |
| /tmp/ruby/src/trunk/lib/rubygems/specification.rb:1308: warning: previous definition of YAML was here |
| "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 |