| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-jemalloc" exit with 0. |
| Cloning into 'trunk-jemalloc'... |
| Updating files: 32% (3597/11032) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-jemalloc/configure --prefix=/tmp/ruby/install/trunk-jemalloc --disable-install-doc --with-jemalloc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "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-jemalloc/enc/jis/props.h.blt /tmp/ruby/src/trunk-jemalloc/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| /tmp/ruby/src/trunk-jemalloc/io.c: In function ‘rb_io_s_binread’: |
| /tmp/ruby/src/trunk-jemalloc/io.c:12344:54: warning: implicit conversion from ‘enum <anonymous>’ to ‘enum rb_io_mode’ [-Wenum-conversion] |
| 12344 | arg.io = rb_io_open_generic(io, argv[0], oflags, fmode, &convconfig, 0); |
| | ^~~~~ |
| 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. |
| /tmp/ruby/src/trunk-jemalloc/.bundle/gems/rbs-3.9.2/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’: |
| /tmp/ruby/src/trunk-jemalloc/.bundle/gems/rbs-3.9.2/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment] |
| 24 | // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.c \ |
| | ^ |
| 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 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. |
| 1) Error: |
| TestRegexp#test_timeout_nil: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec) |
| pid 375408 exit 1 |
| | |
| | /tmp/ruby/src/trunk-jemalloc/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert': Exception(Regexp::TimeoutError) with message matches to "regexp match timeout". (Test::Unit::AssertionFailedError) |
| | [Regexp::TimeoutError] exception expected, not #<SignalException: SIGTERM>. |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/core_assertions.rb:576:in 'Test::Unit::CoreAssertions#assert' |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk' |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise' |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert' |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/core_assertions.rb:576:in 'Test::Unit::CoreAssertions#assert' |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise' |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/core_assertions.rb:499:in 'block in Test::Unit::CoreAssertions#assert_raise_with_message' |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/envutil.rb:294:in 'EnvUtil.with_default_internal' |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/core_assertions.rb:498:in 'Test::Unit::CoreAssertions#assert_raise_with_message' |
| | from -:20:in '<main>' |
| | -:21:in 'Exception#initialize': SIGTERM (SignalException) |
| | from -:21:in 'block in <main>' |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/core_assertions.rb:500:in 'block (2 levels) in Test::Unit::CoreAssertions#assert_raise_with_message' |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise' |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/core_assertions.rb:499:in 'block in Test::Unit::CoreAssertions#assert_raise_with_message' |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/envutil.rb:294:in 'EnvUtil.with_default_internal' |
| | from /tmp/ruby/src/trunk-jemalloc/tool/lib/core_assertions.rb:498:in 'Test::Unit::CoreAssertions#assert_raise_with_message' |
| | from -:20:in '<main>' |
| /tmp/ruby/src/trunk-jemalloc/test/ruby/test_regexp.rb:1881:in 'TestRegexp#per_instance_redos_test' |
| /tmp/ruby/src/trunk-jemalloc/test/ruby/test_regexp.rb:1916:in 'TestRegexp#test_timeout_nil' |
| make: *** [uncommon.mk:953: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |