| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 68a900e3..42d66b89 master -> origin/master |
| "make after-update -j4" exit with 0. |
| From https://github.com/ruby/rbs |
| * branch badcb9165b52c1b7ccaa6251e4d5bbd78329c5a7 -> FETCH_HEAD |
| Warning: you are leaving 1 commit behind, not connected to |
| any of your branches: |
| 22451ecbe Skip io/wait tests for methods deleted in Ruby 4 |
| If you want to keep it by creating a new branch, this may be a good time |
| to do so with: |
| git branch <new-branch-name> 22451ecbe |
| HEAD is now at badcb9165 Merge pull request #2763 from ruby/update-minitest-310 |
| "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='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 512. |
| 1) |
| TCPSocket.open with a running server connects to a server when passed local_host and local_port arguments ERROR |
| Errno::EADDRINUSE: Address already in use - bind(2) for "127.0.0.1" port 33279 |
| /tmp/ruby/src/trunk_gcc14/spec/ruby/library/socket/tcpsocket/shared/new.rb:62:in 'TCPSocket#initialize' |
| /tmp/ruby/src/trunk_gcc14/spec/ruby/library/socket/tcpsocket/shared/new.rb:62:in 'IO.open' |
| /tmp/ruby/src/trunk_gcc14/spec/ruby/library/socket/tcpsocket/shared/new.rb:62:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_gcc14/spec/ruby/library/socket/tcpsocket/open_spec.rb:4:in '<top (required)>' |
| 2) |
| An exception occurred during: after :each |
| TCPSocket.open with a running server connects to a server when passed local_host and local_port arguments ERROR |
| IOError: closed stream |
| /tmp/ruby/src/trunk_gcc14/spec/ruby/library/socket/tcpsocket/shared/new.rb:34:in 'IO#write' |
| /tmp/ruby/src/trunk_gcc14/spec/ruby/library/socket/tcpsocket/shared/new.rb:34:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk_gcc14/spec/ruby/library/socket/tcpsocket/open_spec.rb:4:in '<top (required)>' |
| make: *** [uncommon.mk:968: yes-test-spec] Error 1 |