| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-random1" exit with 0. |
| Cloning into 'trunk-random1'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-random1/configure --prefix=/tmp/ruby/install/trunk-random1 --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-random1/gems/src/power_assert'... |
| Cloning into '/tmp/ruby/src/trunk-random1/gems/src/matrix'... |
| Cloning into '/tmp/ruby/src/trunk-random1/gems/src/prime'... |
| Cloning into '/tmp/ruby/src/trunk-random1/gems/src/debug'... |
| Cloning into '/tmp/ruby/src/trunk-random1/gems/src/repl_type_completor'... |
| Cloning into '/tmp/ruby/src/trunk-random1/gems/src/ostruct'... |
| From https://github.com/ruby/power_assert |
| * branch a7dab941153b233d3412e249d25da52a6c5691de -> FETCH_HEAD |
| HEAD is now at a7dab94 Merge pull request #56 from k-tsj/fix-failures-on-head |
| From https://github.com/ruby/ostruct |
| * branch 50d51248bec5560a102a1024aff4174b31dca8cc -> FETCH_HEAD |
| HEAD is now at 50d5124 Use `Ractor#value` as `Ractor#take` is removed |
| From https://github.com/ruby/debug |
| * branch cf469f2b21710727abdd153b25a1e5123b002bb0 -> FETCH_HEAD |
| HEAD is now at cf469f2 The debug gem can abort when stepping into a rescue clause: |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-random1/enc/jis/props.h.blt /tmp/ruby/src/trunk-random1/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’: |
| /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.9.4/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=\"--test-order=random\"" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=\"--test-order=random\"" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=\"--test-order=random\"" exit with 512. |
| 1) |
| Net::HTTPGenericRequest#exec when passed socket, version, path when a request body is set sets the 'Content-Type' header to 'application/x-www-form-urlencoded' unless the 'Content-Type' header is supplied FAILED |
| Expected |
| "POST /some/other/path HTTP/1.1\r |
| Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r |
| Accept: */*\r |
| User-Agent: Ruby\r |
| Content-Length: 12\r |
| \r |
| Some Content" =~ /Content-Type: application\/x-www-form-urlencoded\r\n/ |
| to be truthy but was nil |
| /tmp/ruby/src/trunk-random1/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb:43:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random1/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb:5:in '<top (required)>' |
| 2) |
| Net::HTTPGenericRequest#exec when passed socket, version, path when a body stream is set sets the 'Content-Type' header to 'application/x-www-form-urlencoded' unless the 'Content-Type' header is supplied FAILED |
| Expected |
| "POST /some/other/path HTTP/1.1\r |
| Content-Length: 10\r |
| Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r |
| Accept: */*\r |
| User-Agent: Ruby\r |
| \r |
| aaaaaaaaaaaaaaaaaaaa" =~ /Content-Type: application\/x-www-form-urlencoded\r\n/ |
| to be truthy but was nil |
| /tmp/ruby/src/trunk-random1/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb:75:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random1/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb:5:in '<top (required)>' |
| 3) |
| Net::HTTP.post sends Content-Type: application/x-www-form-urlencoded by default FAILED |
| Expected "{\"Accept-Encoding\" => \"gzip;q=1.0,deflate;q=0.6,identity;q=0.3\", \"Accept\" => \"*/*\", \"User-Agent\" => \"Ruby\", \"Host\" => \"localhost:42751\", \"Content-Length\" => \"9\"}" |
| to include "\"Content-Type\" => \"application/x-www-form-urlencoded\"" |
| /tmp/ruby/src/trunk-random1/spec/ruby/library/net-http/http/post_spec.rb:30:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random1/spec/ruby/library/net-http/http/post_spec.rb:6:in '<top (required)>' |
| make: *** [uncommon.mk:1027: yes-test-spec] Error 1 |