| "make update-unicode -j6" exit with 0. |
| "make update-download -j6" exit with 0. |
| "make update-rubyspec -j6" exit with 0. |
| "make update-src -j6" exit with 0. |
| From https://github.com/ruby/ruby |
| 982bf72..946e3bb master -> origin/master |
| "make after-update -j6" exit with 512. |
| make[1]: *** No rule to make target 'id.h', needed by 'ripper.y'. Stop. |
| make: *** [uncommon.mk:1200: /tmp/ruby/v3/src/trunk-mjit/ext/ripper/ripper.c] Error 2 |
| make: *** Waiting for unfinished jobs.... |
| "make miniruby -j6" exit with 0. |
| "make ruby -j6" exit with 0. |
| "make all -j6" exit with 0. |
| "make install -j6" exit with 0. |
| "make yes-btest TESTOPTS='-q -j6'" exit with 512. |
| F#1520 test_thread.rb:439: |
| require 'thread' |
| |
| lock = Thread::Mutex.new |
| cond = Thread::ConditionVariable.new |
| t = Thread.new do |
| lock.synchronize do |
| cond.wait(lock) |
| end |
| end |
| |
| begin |
| pid = fork do |
| # Child |
| STDOUT.write "This is the child process.\n" |
| STDOUT.write "Child process exiting.\n" |
| end |
| Process.waitpid(pid) |
| rescue NotImplementedError |
| end |
| #=> not finished in 3 seconds [ruby-core:23572] |
| FAIL 1/0 tests failed |
| make: *** [uncommon.mk:770: yes-btest] Error 1 |
| "make yes-test-basic RUN_OPTS=\"--disable-gems --mjit-debug=-ggdb3\"" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' RUN_OPTS=\"--disable-gems --mjit-debug=-ggdb3\"" exit with 0. |
| "make yes-test-rubyspec RUN_OPTS=\"--disable-gems --mjit-debug=-ggdb3\"" exit with 0. |
| $ /tmp/ruby/v3/build/trunk-mjit/miniruby -I/tmp/ruby/v3/src/trunk-mjit/lib /tmp/ruby/v3/src/trunk-mjit/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk-mjit --extout=.ext -- /tmp/ruby/v3/src/trunk-mjit/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk-mjit/spec/default.mspec |
| Ignoring debug-1.5.0 because its extensions are not built. Try: gem pristine debug --version 1.5.0 |
| Ignoring rbs-2.5.0 because its extensions are not built. Try: gem pristine rbs --version 2.5.0 |
| Ignoring rbs-2.4.0 because its extensions are not built. Try: gem pristine rbs --version 2.4.0 |
| Ignoring rbs-2.3.2 because its extensions are not built. Try: gem pristine rbs --version 2.3.2 |