| "git clone --depth 1 https://github.com/ruby/ruby.git master-no-rjit" exit with 0. |
| Cloning into 'master-no-rjit'... |
| Updating files: 28% (3538/12201) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/master-no-rjit/configure --prefix=/tmp/ruby/install/master-no-rjit --disable-install-doc --disable-rjit" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/master-no-rjit/gems/src/power_assert'... |
| Cloning into '/tmp/ruby/src/master-no-rjit/gems/src/rbs'... |
| Cloning into '/tmp/ruby/src/master-no-rjit/gems/src/typeprof'... |
| From https://github.com/ruby/power_assert |
| * branch 84e85124c5014a139af39161d484156cfe87a9ed -> FETCH_HEAD |
| HEAD is now at 84e8512 Merge pull request #48 from casperisfine/frozen-string-literals |
| From https://github.com/ruby/typeprof |
| * branch b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD |
| HEAD is now at b19a641 Add support for future `putchilledstring` instruction |
| From https://github.com/ruby/rbs |
| * branch 97e12999b14dc36e374ed30a03fca58af62dfd90 -> FETCH_HEAD |
| HEAD is now at 97e12999 Use `File.open` instead of `IO.sysopen` |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/master-no-rjit/enc/jis/props.h.blt /tmp/ruby/src/master-no-rjit/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| In file included from /tmp/ruby/src/master-no-rjit/thread.c:269: |
| /tmp/ruby/src/master-no-rjit/thread_pthread.c: In function ‘rb_ractor_sched_sleep’: |
| /tmp/ruby/src/master-no-rjit/thread_pthread.c:1324:18: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] |
| 1324 | rb_thread_t *th = rb_ec_thread_ptr(ec); |
| | ^~ |
| 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 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. |
| #<Thread:0x00007f40539053e0 /tmp/ruby/src/master-no-rjit/test/fiber/test_scheduler.rb:158 aborting> terminated with exception (report_on_exception is true): |
| /tmp/ruby/src/master-no-rjit/test/fiber/test_scheduler.rb:164:in 'Thread::Mutex#synchronize': Attempt to unlock a mutex which is not locked (ThreadError) |
| from /tmp/ruby/src/master-no-rjit/test/fiber/test_scheduler.rb:164:in 'block (3 levels) in TestFiberScheduler#test_deadlock' |
| from <internal:numeric>:238:in 'Integer#times' |
| from /tmp/ruby/src/master-no-rjit/test/fiber/test_scheduler.rb:163:in 'block (2 levels) in TestFiberScheduler#test_deadlock' |
| SSL error: SSL_accept returned=1 errno=107 peeraddr=(null) state=error: unexpected eof while reading |
| SSL error: SSL_accept returned=1 errno=0 peeraddr=127.0.0.1:39892 state=error: tlsv1 alert unknown ca (SSL alert number 48) |
| Failed tests: |
| TestFiberScheduler#test_deadlock: Test::Unit::ProxyError: Attempt to unlock a mutex which is not locked |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |