| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat20-asserts" exit with 0. |
| Cloning into 'trunk-repeat20-asserts'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-repeat20-asserts/configure --prefix=/tmp/ruby/install/trunk-repeat20-asserts --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-repeat20-asserts/gems/src/power_assert'... |
| From https://github.com/ruby/power_assert |
| * branch 84e85124c5014a139af39161d484156cfe87a9ed -> FETCH_HEAD |
| HEAD is now at 84e8512 Merge pull request #48 from casperisfine/frozen-string-literals |
| Cloning into '/tmp/ruby/src/trunk-repeat20-asserts/gems/src/typeprof'... |
| From https://github.com/ruby/typeprof |
| * branch b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD |
| HEAD is now at b19a641 Add support for future `putchilledstring` instruction |
| "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| + cp /tmp/ruby/src/trunk-repeat20-asserts/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat20-asserts/enc/jis/props.h |
| "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| In file included from /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/arithmetic/char.h:29, |
| from /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/arithmetic.h:24, |
| from /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/ruby.h:28, |
| from /tmp/ruby/src/trunk-repeat20-asserts/include/ruby.h:38, |
| from /tmp/ruby/src/trunk-repeat20-asserts/ext/zlib/zlib.c:9: |
| In function ‘RSTRING_LEN’, |
| inlined from ‘gzfile_calc_crc’ at /tmp/ruby/src/trunk-repeat20-asserts/ext/zlib/zlib.c:2862:9, |
| inlined from ‘zlib_gunzip_run’ at /tmp/ruby/src/trunk-repeat20-asserts/ext/zlib/zlib.c:4640:5: |
| /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/core/rstring.h:369:24: warning: array subscript 0 is outside array bounds of ‘struct RString[0]’ [-Warray-bounds=] |
| 369 | return RSTRING(str)->len; |
| In function ‘zlib_gunzip_run’: |
| cc1: note: source object is likely at address zero |
| In function ‘RSTRING_LEN’, |
| inlined from ‘gzfile_calc_crc’ at /tmp/ruby/src/trunk-repeat20-asserts/ext/zlib/zlib.c:2862:9, |
| inlined from ‘zlib_gunzip_run’ at /tmp/ruby/src/trunk-repeat20-asserts/ext/zlib/zlib.c:4640:5: |
| /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/core/rstring.h:369:24: warning: array subscript 0 is outside array bounds of ‘struct RString[0]’ [-Warray-bounds=] |
| In function ‘zlib_gunzip_run’: |
| cc1: note: source object is likely at address zero |
| 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 install DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20" exit with 0. |