| "git clone --depth 1 https://github.com/ruby/ruby.git master" exit with 0. |
| Cloning into 'master'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/home/opc/ruby/src/master/configure --prefix=/home/opc/ruby/install/master --disable-install-doc --disable-dtrace --disable-yjit" exit with 0. |
| configure: WARNING: does not work; ignore |
| "make update-download -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| "make after-update -j3" exit with 0. |
| + cp /home/opc/ruby/src/master/enc/jis/props.h.blt /home/opc/ruby/src/master/enc/jis/props.h |
| "make miniruby -j3" exit with 0. |
| In file included from /home/opc/ruby/src/master/ractor.c:8: |
| /home/opc/ruby/src/master/ractor.c: In function ‘ractor_channel_func’: |
| /home/opc/ruby/src/master/eval_intern.h:99:34: warning: variable ‘_ec’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] |
| rb_execution_context_t * const _ec = (ec); \ |
| ^~~ |
| /home/opc/ruby/src/master/ractor.c:3991:9: note: in expansion of macro ‘EC_PUSH_TAG’ |
| EC_PUSH_TAG(ec); |
| ^~~~~~~~~~~ |
| /home/opc/ruby/src/master/ractor.c: At top level: |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| libffi_version: 3.1.0 |
| "make install -j3" exit with 0. |
| "make yes-btest TESTOPTS='-q -j3'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j3'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 512. |
| Failed tests: |
| Complex_Test#test_conv: Test::Unit::AssertionFailedError: <[4294967296, 4294967296]> expected but was |
| 1) Failure: |
| Complex_Test#test_conv [/home/opc/ruby/src/master/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='-j3'" exit with 512. |
| 1) |
| Marshal.restore loads a Integer -2**64 FAILED |
| Expected -18446744073709551616 == 18446744073709551616 |
| to be truthy but was false |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:443:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/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 |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/shared/load.rb:449:in 'block (3 levels) in <top (required)>' |
| /home/opc/ruby/src/master/spec/ruby/core/marshal/load_spec.rb:4:in '<top (required)>' |
| make: *** [uncommon.mk:1013: yes-test-spec] Error 1 |