| "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: rev-parse: Command not found |
| Cloning into '/home/opc/ruby/src/master/gems/src/rdoc'... |
| From https://github.com/ruby/rdoc |
| * branch 911b122a587e24f05434dbeb2c3e39cea607e21f -> FETCH_HEAD |
| HEAD is now at 911b122a Fix encoding error when C parser reads external source files (#1657) |
| "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/include/ruby/internal/assume.h:31, |
| from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, |
| from /home/opc/ruby/src/master/include/ruby/defines.h:72, |
| from /home/opc/ruby/src/master/include/ruby/ruby.h:25, |
| from /home/opc/ruby/src/master/include/ruby/io/buffer.h:16, |
| from /home/opc/ruby/src/master/io_buffer.c:9: |
| /home/opc/ruby/src/master/io_buffer.c: In function ‘ruby_swap128_uint’: |
| /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_bswap128" is not defined, evaluates to 0 [-Wundef] |
| # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) |
| ^~~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ |
| # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) |
| ^~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/io_buffer.c:1921:5: note: in expansion of macro ‘__has_builtin’ |
| #if __has_builtin(__builtin_bswap128) |
| ^~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/io_buffer.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. |
| Undefined command: "exit". Try "help". |
| error: attach failed: Operation not permitted |
| 1) Error: |
| TestInteger#test_times_bignum_redefine_plus_lt: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec) |
| pid 807623 exit 0 |
| | |
| /home/opc/ruby/src/master/test/ruby/test_integer.rb:321:in 'TestInteger#test_times_bignum_redefine_plus_lt' |
| 2) Error: |
| TestSymbol#test_to_proc_no_method: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (5.0 sec) |
| pid 807585 killed by SIGTERM (signal 15) |
| | |
| /home/opc/ruby/src/master/test/ruby/test_symbol.rb:170:in 'TestSymbol#test_to_proc_no_method' |
| 3) Error: |
| TestSymbol#test_to_proc_for_hash_each: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_normal_exit expired timeout (10 sec) |
| pid 807619 exit 1 |
| | |
| /home/opc/ruby/src/master/test/ruby/test_symbol.rb:260:in 'TestSymbol#test_to_proc_for_hash_each' |
| 4) Error: |
| TestFiber#test_fiber_pool_stack_acquire_failure: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (120 sec) |
| pid 806419 exit 1 |
| | |
| | -:10:in 'Fiber#resume': Exception raised: (Test::Unit::AssertionFailedError) |
| | <#<SignalException: SIGTERM>> |
| | Backtrace: |
| | -:10:in 'Fiber#resume' |
| | -:10:in 'block (2 levels) in <main>' |
| | -:9:in 'Integer#times' |
| | -:9:in 'block in <main>'. |
| | from -:10:in 'block (2 levels) in <main>' |
| | from -:9:in 'Integer#times' |
| | from -:9:in 'block in <main>' |
| | from /home/opc/ruby/src/master/tool/lib/core_assertions.rb:239:in 'Test::Unit::CoreAssertions#assert_nothing_raised' |
| | from -:8:in '<main>' |
| | -:10:in 'Fiber#resume': SIGTERM (SignalException) |
| | from -:10:in 'block (2 levels) in <main>' |
| | from -:9:in 'Integer#times' |
| | from -:9:in 'block in <main>' |
| | from /home/opc/ruby/src/master/tool/lib/core_assertions.rb:239:in 'Test::Unit::CoreAssertions#assert_nothing_raised' |
| | from -:8:in '<main>' |
| /home/opc/ruby/src/master/test/ruby/test_fiber.rb:517:in 'TestFiber#test_fiber_pool_stack_acquire_failure' |
| make: *** [uncommon.mk:930: yes-test-all] Error 4 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 0. |