| "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". |
| Undefined command: "exit". Try "help". |
| error: attach failed: Operation not permitted |
| error: attach failed: Operation not permitted |
| Undefined command: "exit". Try "help". |
| error: attach failed: Operation not permitted |
| 1) Error: |
| TestErbCommand#test_template_file_encoding: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (10 sec) |
| pid 1429623 killed by SIGTERM (signal 15) |
| | |
| /home/opc/ruby/src/master/test/erb/test_erb_command.rb:16:in 'TestErbCommand#test_template_file_encoding' |
| 2) Error: |
| OpenSSL::TestSSL#test_ctx_options_config: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec) |
| pid 1429359 exit 0 |
| | |
| /home/opc/ruby/src/master/test/openssl/test_ssl.rb:56:in 'block in OpenSSL::TestSSL#test_ctx_options_config' |
| /home/opc/ruby/src/master/lib/tempfile.rb:578:in 'Tempfile.create_with_filename' |
| /home/opc/ruby/src/master/lib/tempfile.rb:562:in 'Tempfile.create' |
| /home/opc/ruby/src/master/test/openssl/test_ssl.rb:44:in 'OpenSSL::TestSSL#test_ctx_options_config' |
| 3) Error: |
| TestFiber#test_fiber_pool_stack_acquire_failure: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (120 sec) |
| pid 1429244 exit 1 |
| | |
| | -:10:in 'Fiber#initialize': Exception raised: (Test::Unit::AssertionFailedError) |
| | <#<SignalException: SIGTERM>> |
| | Backtrace: |
| | -:10:in 'Fiber#initialize' |
| | -:10:in 'Class#new' |
| | -:10:in 'block (2 levels) in <main>' |
| | -:9:in 'Integer#times' |
| | -:9:in 'block in <main>'. |
| | from -:10:in 'Class#new' |
| | 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#initialize': SIGTERM (SignalException) |
| | from -:10:in 'Class#new' |
| | 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 3 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 0. |