| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| From https://github.com/seattlerb/minitest |
| * branch d4fc359899f96944be147609e045b9e921881f19 -> FETCH_HEAD |
| HEAD is now at d4fc359 Support the new message format of NameError in Ruby 3.3 |
| From https://github.com/ruby/debug |
| * branch d7bf3b2e4502eb0f07a67f00e5fce5a0d661189e -> FETCH_HEAD |
| HEAD is now at d7bf3b2 Support the new message format of NameError in Ruby 3.3 |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| "make after-update -j16" exit with 0. |
| From https://github.com/ruby/debug |
| * branch d7bf3b2e4502eb0f07a67f00e5fce5a0d661189e -> FETCH_HEAD |
| HEAD is now at d7bf3b2 Support the new message format of NameError in Ruby 3.3 |
| From https://github.com/seattlerb/minitest |
| * branch d4fc359899f96944be147609e045b9e921881f19 -> FETCH_HEAD |
| HEAD is now at d4fc359 Support the new message format of NameError in Ruby 3.3 |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| From https://github.com/ruby/debug |
| * branch d7bf3b2e4502eb0f07a67f00e5fce5a0d661189e -> FETCH_HEAD |
| HEAD is now at d7bf3b2 Support the new message format of NameError in Ruby 3.3 |
| From https://github.com/seattlerb/minitest |
| * branch d4fc359899f96944be147609e045b9e921881f19 -> FETCH_HEAD |
| HEAD is now at d4fc359 Support the new message format of NameError in Ruby 3.3 |
| "make yes-btest TESTOPTS='-q -j16'" exit with 512. |
| F#1255 test_ractor.rb:484: |
| pipe = Ractor.new do |
| loop do |
| Ractor.yield Ractor.receive |
| end |
| end |
| |
| RN = 10 |
| rs = RN.times.map{|i| |
| Ractor.new pipe, i do |pipe, i| |
| msg = pipe.take |
| msg # ping-pong |
| end |
| } |
| RN.times{|i| |
| pipe << i |
| } |
| RN.times.map{ |
| r, n = Ractor.select(*rs) |
| rs.delete r |
| n |
| }.sort |
| #=> "[0, 1, 2, 3, 4, 5, 5, 6, 7, 8]" (expected "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]") |
| FAIL 1/0 tests failed |
| make: *** [uncommon.mk:798: yes-btest] Error 1 |
| "make yes-test-basic TESTS='-j16'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0. |
| Skipping Gem::PackageTask tests. rake not found. |
| "make yes-test-rubyspec TESTS='-j16'" exit with 0. |
| $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec |