| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat50" exit with 0. |
| Cloning into 'trunk-repeat50'... |
| Updating files: 87% (9577/11005) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-repeat50/configure --prefix=/tmp/ruby/install/trunk-repeat50 --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-repeat50/gems/src/syslog'... |
| Cloning into '/tmp/ruby/src/trunk-repeat50/gems/src/pstore'... |
| Cloning into '/tmp/ruby/src/trunk-repeat50/gems/src/irb'... |
| Cloning into '/tmp/ruby/src/trunk-repeat50/gems/src/reline'... |
| From https://github.com/ruby/syslog |
| * branch f2b9e75a8e016502607a3a20695cef57956150c2 -> FETCH_HEAD |
| HEAD is now at f2b9e75 Merge pull request #16 from jeremyd2019/enable-build-on-cygwin |
| From https://github.com/ruby/pstore |
| * branch b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f -> FETCH_HEAD |
| HEAD is now at b563c4d Added lib path to in assert_in_out_err |
| From https://github.com/ruby/reline |
| * branch defcd36c0b6e6648333d4b9ab5923eb4e543615e -> FETCH_HEAD |
| HEAD is now at defcd36 Reject directory from Gem::Specification#files |
| From https://github.com/ruby/irb |
| * branch 6bb53630c3398b2042fb99d5232c68399491d338 -> FETCH_HEAD |
| HEAD is now at 6bb5363 Ignore to contain directory to Gem::Specification#files |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-repeat50/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat50/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| "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=--repeat-count=50" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 512. |
| #<Thread:0x00007fc204a0ae60 /tmp/ruby/src/trunk-repeat50/test/net/http/test_http.rb:602 run> terminated with exception (report_on_exception is true): |
| /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert': [Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:35007 (execution expired)>. (Test::Unit::AssertionFailedError) |
| from /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:577:in 'Test::Unit::CoreAssertions#assert' |
| from /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk' |
| from /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise' |
| from /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert' |
| from /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:577:in 'Test::Unit::CoreAssertions#assert' |
| from /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise' |
| from /tmp/ruby/src/trunk-repeat50/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write' |
| /tmp/ruby/src/trunk-repeat50/lib/net/http.rb:1659:in 'TCPSocket#initialize': Failed to open TCP connection to localhost:35007 (execution expired) (Net::OpenTimeout) |
| from /tmp/ruby/src/trunk-repeat50/lib/net/http.rb:1659:in 'IO.open' |
| from /tmp/ruby/src/trunk-repeat50/lib/net/http.rb:1659:in 'block in Net::HTTP#connect' |
| from /tmp/ruby/src/trunk-repeat50/lib/timeout.rb:185:in 'block in Timeout.timeout' |
| from /tmp/ruby/src/trunk-repeat50/lib/timeout.rb:192:in 'Timeout.timeout' |
| from /tmp/ruby/src/trunk-repeat50/lib/net/http.rb:1657:in 'Net::HTTP#connect' |
| from /tmp/ruby/src/trunk-repeat50/lib/net/http.rb:1636:in 'Net::HTTP#do_start' |
| from /tmp/ruby/src/trunk-repeat50/lib/net/http.rb:1625:in 'Net::HTTP#start' |
| from /tmp/ruby/src/trunk-repeat50/lib/net/http.rb:2369:in 'Net::HTTP#request' |
| from /tmp/ruby/src/trunk-repeat50/test/net/http/test_http.rb:603:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write' |
| from /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise' |
| from /tmp/ruby/src/trunk-repeat50/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write' |
| 1) Failure: |
| TestNetHTTP_v1_2_chunked#test_timeout_during_non_chunked_streamed_HTTP_session_write [/tmp/ruby/src/trunk-repeat50/test/net/http/test_http.rb:603]: |
| [Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:35007 (execution expired)>. |
| make: *** [uncommon.mk:953: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=50" exit with 0. |