| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" 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 65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD |
| HEAD is now at 6519736 Increase timeout in debug_code |
| From https://github.com/ruby/rbs |
| * branch 7a5663f0f433ccd24db32e4dda9dc7754c269247 -> FETCH_HEAD |
| HEAD is now at 7a5663f0 Skip RBS validation with `$SKIP_RBS_VALIDATION` |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| b49053a..d78ae78 master -> origin/master |
| "make after-update -j4" exit with 0. |
| From https://github.com/ruby/rbs |
| * branch 7a5663f0f433ccd24db32e4dda9dc7754c269247 -> FETCH_HEAD |
| From https://github.com/ruby/debug |
| * branch 65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD |
| HEAD is now at 7a5663f0 Skip RBS validation with `$SKIP_RBS_VALIDATION` |
| HEAD is now at 6519736 Increase timeout in debug_code |
| 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 -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| From https://github.com/ruby/rbs |
| * branch 7a5663f0f433ccd24db32e4dda9dc7754c269247 -> FETCH_HEAD |
| From https://github.com/ruby/debug |
| * branch 65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD |
| HEAD is now at 7a5663f0 Skip RBS validation with `$SKIP_RBS_VALIDATION` |
| HEAD is now at 6519736 Increase timeout in debug_code |
| 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 -j4'" exit with 512. |
| Fstderr output is not empty |
| bootstraptest.test_ractor.rb_1677_1324.rb:18:in `block in <main>': undefined method `deconstruct' for an instance of IO (NoMethodError) |
| from <internal:kernel>:187:in `loop' |
| from bootstraptest.test_ractor.rb_1677_1324.rb:16:in `<main>' |
| #1324 test_ractor.rb:1677: |
| RN = 100 |
| s = Ractor::Selector.new |
| rs = RN.times.map{ |
| Ractor.new{ |
| Ractor.main << Ractor.new{ Ractor.yield :v3; :v4 } |
| Ractor.main << Ractor.new{ Ractor.yield :v5; :v6 } |
| Ractor.yield :v1 |
| :v2 |
| } |
| } |
| |
| rs.each{|r| s.add(r)} |
| h = {v1: 0, v2: 0, v3: 0, v4: 0, v5: 0, v6: 0} |
| |
| loop do |
| case s.wait receive: true |
| in :receive, r |
| s.add r |
| in r, v |
| h[v] += 1 |
| break if h.all?{|k, v| v == RN} |
| end |
| end |
| |
| h.sum{|k, v| v} |
| #=> "" (expected "600") |
| FAIL 1/0 tests failed |
| make: *** [uncommon.mk:798: yes-btest] Error 1 |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. |
| Ignoring debug-1.7.1 because its extensions are not built. Try: gem pristine debug --version 1.7.1 |
| Ignoring rbs-3.0.2 because its extensions are not built. Try: gem pristine rbs --version 3.0.2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'" exit with 0. |