| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat50" exit with 0. |
| Cloning into 'trunk-repeat50'... |
| Updating files: 70% (8042/11346) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-repeat50/configure --prefix=/tmp/ruby/install/trunk-repeat50 --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-repeat50/gems/src/net-imap'... |
| From https://github.com/ruby/net-imap |
| * branch d9ae35ef913a45f83387b8444cdce4fb1cbf01af -> FETCH_HEAD |
| HEAD is now at d9ae35e Delete test/net/imap/test_data_lite.rb |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-repeat50/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat50/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| In file included from /tmp/ruby/src/trunk-repeat50/thread.c:278: |
| /tmp/ruby/src/trunk-repeat50/thread_pthread.c: In function ‘need_more_shared_native_threads_p’: |
| /tmp/ruby/src/trunk-repeat50/thread_pthread.c:573:20: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits] |
| 573 | return snt_cnt < MINIMUM_SNT || (snt_cnt < schedulable_ractor_cnt && snt_cnt < vm->ractor.sched.max_cpu); |
| | ^ |
| 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=--repeat-count=50" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 512. |
| 1) Failure: |
| TestRactor#test_timer_thread_create_snt_for_dedicated_task [/tmp/ruby/src/trunk-repeat50/test/ruby/test_ractor.rb:207]: |
| pid 1942343 killed by SIGSEGV (signal 11) (core dumped) |
| make: *** [uncommon.mk:915: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=50" exit with 0. |