| "make update-unicode -j3" exit with 0. |
| "make update-download -j3" exit with 0. |
| "make update-rubyspec -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| From https://github.com/ruby/ruby |
| b6b31f6..a861c74 master -> origin/master |
| "make after-update -j3" exit with 0. |
| "make miniruby -j3" exit with 0. |
| /home/opc/ruby/src/master/complex.c: In function ‘rb_complex_pow’: |
| /home/opc/ruby/src/master/complex.c:1059:12: warning: ‘zi’ may be used uninitialized in this function [-Wmaybe-uninitialized] |
| return nucomp_s_new_internal(CLASS_OF(self), zr, zi); |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/complex.c:1048:15: note: ‘zi’ was declared here |
| VALUE zr, zi; |
| ^~ |
| /home/opc/ruby/src/master/complex.c:1059:12: warning: ‘zr’ may be used uninitialized in this function [-Wmaybe-uninitialized] |
| return nucomp_s_new_internal(CLASS_OF(self), zr, zi); |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/complex.c:1048:11: note: ‘zr’ was declared here |
| VALUE zr, zi; |
| ^~ |
| /home/opc/ruby/src/master/complex.c: At top level: |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| "make install -j3" exit with 0. |
| "make yes-btest TESTOPTS='-q -j3'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j3'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 0. |
| Skipping Gem::PackageTask tests. rake not found. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j3'" exit with 0. |