| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| a6fdd88..dc08d6e master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c: In function ‘reallocate_connection_attempt_fds’: |
| /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c:293:62: warning: pointer ‘fds’ may be used after ‘realloc’ [-Wuse-after-free] |
| 293 | for (int i = current_capacity; i < new_capacity; i++) fds[i] = -1; |
| | ^ |
| /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c:289:9: note: call to ‘realloc’ here |
| 289 | if (realloc(fds, new_capacity * sizeof(int)) == NULL) { |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 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 0. |
| Failed tests: |
| TestWeakKeyMap#test_clear_bug_20691: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_normal_exit expired timeout (10 sec) |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 512. |
| 1) |
| An exception occurred during: before :each |
| Net::HTTP#propfind sends an propfind request to the passed path and returns the response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:34003 (Connection refused - connect(2) for "localhost" port 34003) |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk-O0/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk-O0/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/propfind_spec.rb:8:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/propfind_spec.rb:5:in '<top (required)>' |
| 2) |
| An exception occurred during: after :each |
| Net::HTTP#propfind sends an propfind request to the passed path and returns the response ERROR |
| NoMethodError: undefined method 'started?' for nil |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/propfind_spec.rb:12:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/propfind_spec.rb:5:in '<top (required)>' |
| 3) |
| An exception occurred during: before :each |
| Net::HTTP#request_put when passed a block sends a put request to the passed path and returns the response ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:42035 (Connection refused - connect(2) for "localhost" port 42035) |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk-O0/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk-O0/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/shared/request_put.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/request_put_spec.rb:6:in '<top (required)>' |
| 4) |
| An exception occurred during: before :each |
| Net::HTTP#request_put when passed a block yields the response to the passed block ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:36705 (Connection refused - connect(2) for "localhost" port 36705) |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk-O0/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk-O0/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/shared/request_put.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/request_put_spec.rb:6:in '<top (required)>' |
| 5) |
| An exception occurred during: before :each |
| Net::HTTP#request_put when passed a block returns a Net::HTTPResponse object ERROR |
| Errno::ECONNREFUSED: Failed to open TCP connection to localhost:35395 (Connection refused - connect(2) for "localhost" port 35395) |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'IO.open' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| /tmp/ruby/src/trunk-O0/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| /tmp/ruby/src/trunk-O0/lib/timeout.rb:190:in 'Timeout.timeout' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1637:in 'Net::HTTP#start' |
| /tmp/ruby/src/trunk-O0/lib/net/http.rb:1070:in 'Net::HTTP.start' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/shared/request_put.rb:4:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-O0/spec/ruby/library/net-http/http/request_put_spec.rb:6:in '<top (required)>' |
| make: *** [uncommon.mk:1013: yes-test-spec] Error 1 |