| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| Updating files: 25% (2800/11065) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk/configure --prefix=/tmp/ruby/install/trunk --disable-install-doc --enable-shared" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk/gems/src/net-smtp'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/syslog'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/pstore'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/irb'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/reline'... |
| From https://github.com/ruby/net-smtp |
| * branch d496a829f9b99adb44ecc1768c4d005e5f7b779e -> FETCH_HEAD |
| HEAD is now at d496a82 Resolve to wrong references in ruby/ruby repo |
| From https://github.com/ruby/pstore |
| * branch b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f -> FETCH_HEAD |
| HEAD is now at b563c4d Added lib path to in assert_in_out_err |
| From https://github.com/ruby/reline |
| * branch defcd36c0b6e6648333d4b9ab5923eb4e543615e -> FETCH_HEAD |
| HEAD is now at defcd36 Reject directory from Gem::Specification#files |
| From https://github.com/ruby/irb |
| * branch 6bb53630c3398b2042fb99d5232c68399491d338 -> FETCH_HEAD |
| HEAD is now at 6bb5363 Ignore to contain directory to Gem::Specification#files |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk/enc/jis/props.h.blt /tmp/ruby/src/trunk/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| In file included from /tmp/ruby/src/trunk/vm_core.h:125, |
| from /tmp/ruby/src/trunk/internal/gc.h:17, |
| from /tmp/ruby/src/trunk/compile.c:27: |
| /tmp/ruby/src/trunk/compile.c: In function ‘rb_iseq_compile_node’: |
| /tmp/ruby/src/trunk/node.h:77:30: warning: the address of ‘dummy_line_node’ will always evaluate as ‘true’ [-Waddress] |
| 77 | #define nd_line(n) (int)((n) ? ((SIGNED_VALUE)(n)->flags)>>NODE_LSHIFT : -1) |
| | ^ |
| /tmp/ruby/src/trunk/compile.c:242:32: note: in expansion of macro ‘nd_line’ |
| 242 | new_insn_body(iseq, nd_line(line_node), nd_node_id(line_node), BIN(insn), 1, (VALUE)(op1))) |
| | ^~~~~~~ |
| /tmp/ruby/src/trunk/compile.c:961:9: note: in expansion of macro ‘ADD_INSN1’ |
| 961 | ADD_INSN1(ret, &dummy_line_node, throw, INT2FIX(0) /* continue throw */ ); |
| | ^~~~~~~~~ |
| 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 |
| /tmp/ruby/src/trunk/thread.c: In function ‘rb_gc_set_stack_end’: |
| /tmp/ruby/src/trunk/thread.c:4581:18: warning: storing the address of local variable ‘stack_end’ in ‘*stack_end_p’ [-Wdangling-pointer=] |
| 4581 | *stack_end_p = &stack_end; |
| | ~~~~~~~~~~~~~^~~~~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4576:11: note: ‘stack_end’ declared here |
| 4576 | VALUE stack_end; |
| | ^~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4574:29: note: ‘stack_end_p’ declared here |
| 4574 | rb_gc_set_stack_end(VALUE **stack_end_p) |
| | ~~~~~~~~^~~~~~~~~~~ |
| 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='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |