| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| Updating files: 45% (5679/12414) |
| "./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/power_assert'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/typeprof'... |
| 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 |
| From https://github.com/ruby/typeprof |
| * branch b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD |
| HEAD is now at b19a641 Add support for future `putchilledstring` instruction |
| "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. |
| /tmp/ruby/src/trunk/thread.c: In function ‘rb_gc_set_stack_end’: |
| /tmp/ruby/src/trunk/thread.c:4530:18: warning: storing the address of local variable ‘stack_end’ in ‘*stack_end_p’ [-Wdangling-pointer=] |
| 4530 | *stack_end_p = &stack_end; |
| | ~~~~~~~~~~~~~^~~~~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4529:11: note: ‘stack_end’ declared here |
| 4529 | VALUE stack_end; |
| | ^~~~~~~~~ |
| /tmp/ruby/src/trunk/thread.c:4527:29: note: ‘stack_end_p’ declared here |
| 4527 | 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 512. |
| /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:333: warning: key :k1 is duplicated and overwritten on line 333 |
| Failed tests: |
| Prism::ParseTest#test_parse_directory: Test::Unit::AssertionFailedError: Expected nil to not be nil. |
| 1) Failure: |
| Prism::ParseTest#test_parse_directory [/tmp/ruby/src/trunk/test/prism/api/parse_test.rb:90]: |
| Expected nil to not be nil. |
| make: *** [uncommon.mk:964: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |