| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-random1" exit with 0. |
| Cloning into 'trunk-random1'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-random1/configure --prefix=/tmp/ruby/install/trunk-random1 --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-random1/gems/src/rbs'... |
| Cloning into '/tmp/ruby/src/trunk-random1/gems/src/debug'... |
| From https://github.com/ruby/debug |
| * branch 927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD |
| HEAD is now at 927587a Stop assuming Integer#times is written in C |
| From https://github.com/ruby/rbs |
| * branch 33813a60752624d58dfe5ae770b39bfaf29fbaf1 -> FETCH_HEAD |
| HEAD is now at 33813a60 Use valid syntax |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-random1/enc/jis/props.h.blt /tmp/ruby/src/trunk-random1/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:13502: |
| /tmp/ruby/src/trunk-random1/prism_compile.c: In function 'pm_compile_node': |
| /tmp/ruby/src/trunk-random1/prism_compile.c:3434:41: warning: 'keyword' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| 3434 | keyword->rest_start = (int) locals_size; |
| | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-random1/compile.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 -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=\"--test-order=random\"" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=\"--test-order=random\"" exit with 0. |
| Skipping Gem::PackageTask tests. rake not found. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=\"--test-order=random\"" exit with 0. |