| "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 |
| 9792be3..55b81e4 master -> origin/master |
| "make after-update -j3" exit with 0. |
| "make miniruby -j3" exit with 0. |
| /home/opc/ruby/src/master/prism/util/pm_buffer.c: In function ‘pm_buffer_append_format’: |
| /home/opc/ruby/src/master/prism/util/pm_buffer.c:78:5: warning: function ‘pm_buffer_append_format’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] |
| int result = vsnprintf(NULL, 0, format, arguments); |
| ^~~ |
| /home/opc/ruby/src/master/prism/util/pm_buffer.c:88:5: warning: function ‘pm_buffer_append_format’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] |
| vsnprintf(buffer->value + cursor, length, format, arguments); |
| ^~~~~~~~~ |
| /home/opc/ruby/src/master/prism/util/pm_buffer.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 512. |
| 1) Failure: |
| Prism::NewlineTest#test_newline_flags_lib/jit_support.rb [/home/opc/ruby/src/master/test/prism/newline_test.rb:12]: |
| <[1, 3, 4, 6, 7, 9, 12, 13, 16, 17, 19, 22, 23]> expected but was |
| <[0, 2, 3, 5, 6, 8, 11, 12, 15, 16, 18, 21, 22]>. |
| 2) Failure: |
| Prism::NewlineTest#test_newline_flags_lib/with_different_ofs.rb [/home/opc/ruby/src/master/test/prism/newline_test.rb:12]: |
| <[2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 18, 19, 20, 20]> expected but was |
| <[1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 17, 18, 19, 19]>. |
| make: *** [uncommon.mk:942: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j3'" exit with 0. |