| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| Updating files: 47% (5538/11557) |
| "./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. |
| "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: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 512. |
| Failed tests: |
| Complex_Test#test_conv: Test::Unit::AssertionFailedError: <[4294967296, 4294967296]> expected but was |
| 1) Failure: |
| Complex_Test#test_conv [/tmp/ruby/src/trunk/test/ruby/test_complex.rb:96]: |
| <[4294967296, 4294967296]> expected but was |
| <[-4294967296, 4294967296]>. |
| make: *** [uncommon.mk:963: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 512. |
| 1) |
| Marshal.restore loads a Integer -2**64 FAILED |
| Expected -18446744073709551616 == 18446744073709551616 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/restore_spec.rb:4:in '<top (required)>' |
| 2) |
| Marshal.restore loads a Integer -2**24 FAILED |
| Expected -16777216 == 16777216 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/restore_spec.rb:4:in '<top (required)>' |
| 3) |
| Marshal.restore loads a Integer -2**16 FAILED |
| Expected -65536 == 65536 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/restore_spec.rb:4:in '<top (required)>' |
| 4) |
| Marshal.restore loads a Integer -2**8 FAILED |
| Expected -256 == 256 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/restore_spec.rb:4:in '<top (required)>' |
| 5) |
| Marshal.restore loads a Integer -2**64 FAILED |
| Expected -18446744073709551616 == 18446744073709551616 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/restore_spec.rb:4:in '<top (required)>' |
| 6) |
| Marshal.restore loads a Integer -2**24 FAILED |
| Expected -16777216 == 16777216 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/restore_spec.rb:4:in '<top (required)>' |
| 7) |
| Marshal.restore loads a Integer -2**16 FAILED |
| Expected -65536 == 65536 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/restore_spec.rb:4:in '<top (required)>' |
| 8) |
| Marshal.restore loads a Integer -2**8 FAILED |
| Expected -256 == 256 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/restore_spec.rb:4:in '<top (required)>' |
| 9) |
| Marshal.load loads a Integer -2**64 FAILED |
| Expected -18446744073709551616 == 18446744073709551616 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/load_spec.rb:4:in '<top (required)>' |
| 10) |
| Marshal.load loads a Integer -2**24 FAILED |
| Expected -16777216 == 16777216 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/load_spec.rb:4:in '<top (required)>' |
| 11) |
| Marshal.load loads a Integer -2**16 FAILED |
| Expected -65536 == 65536 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/load_spec.rb:4:in '<top (required)>' |
| 12) |
| Marshal.load loads a Integer -2**8 FAILED |
| Expected -256 == 256 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/load_spec.rb:4:in '<top (required)>' |
| 13) |
| Marshal.load loads a Integer -2**64 FAILED |
| Expected -18446744073709551616 == 18446744073709551616 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/load_spec.rb:4:in '<top (required)>' |
| 14) |
| Marshal.load loads a Integer -2**24 FAILED |
| Expected -16777216 == 16777216 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/load_spec.rb:4:in '<top (required)>' |
| 15) |
| Marshal.load loads a Integer -2**16 FAILED |
| Expected -65536 == 65536 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/load_spec.rb:4:in '<top (required)>' |
| 16) |
| Marshal.load loads a Integer -2**8 FAILED |
| Expected -256 == 256 |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/marshal/load_spec.rb:4:in '<top (required)>' |
| make: *** [uncommon.mk:1013: yes-test-spec] Error 1 |