| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-mjit" exit with 0. |
| Cloning into 'trunk-mjit'... |
| "autoconf" exit with 0. |
| "/tmp/ruby/v3/src/trunk-mjit/configure --prefix=/tmp/ruby/v3/install/trunk-mjit --disable-install-doc cppflags=-DMJIT_FORCE_ENABLE" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode -j6" exit with 0. |
| "make update-download -j6" exit with 0. |
| Cloning into '/tmp/ruby/v3/src/trunk-mjit/gems/src/rbs'... |
| Cloning into '/tmp/ruby/v3/src/trunk-mjit/gems/src/debug'... |
| "make update-rubyspec -j6" exit with 0. |
| "make update-src -j6" exit with 0. |
| "make after-update -j6" exit with 0. |
| + cp /tmp/ruby/v3/src/trunk-mjit/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk-mjit/enc/jis/props.h |
| From https://github.com/ruby/debug |
| * branch e7c37486ff9579251e5d25645b8d38ec96708f12 -> FETCH_HEAD |
| From https://github.com/ruby/rbs |
| * branch 5ec9d53efe4bf0a97f33c3016aed430be135583a -> FETCH_HEAD |
| HEAD is now at e7c3748 Set path to debug.so |
| HEAD is now at 5ec9d53e Merge pull request #1090 from ruby/rubygems-4.0 |
| "make miniruby -j6" exit with 0. |
| "make ruby -j6" exit with 0. |
| "make all -j6" exit with 0. |
| /tmp/ruby/v3/src/trunk-mjit/ext/io/wait/wait.c:45:1: warning: 'get_timeout' defined but not used [-Wunused-function] |
| 45 | get_timeout(int argc, VALUE *argv, struct timeval *timerec) |
| | ^~~~~~~~~~~ |
| cc1: warning: unrecognized command line option '-Wno-self-assign' |
| cc1: warning: unrecognized command line option '-Wno-parentheses-equality' |
| cc1: warning: unrecognized command line option '-Wno-constant-logical-operand' |
| /tmp/ruby/v3/src/trunk-mjit/ext/racc/cparse/cparse.c: In function 'call_lexer': |
| /tmp/ruby/v3/src/trunk-mjit/ext/racc/cparse/cparse.c:302:5: warning: 'rb_iterate' is deprecated: by: rb_block_call since 1.9 [-Wdeprecated-declarations] |
| 302 | rb_iterate(lexer_iter, v->value_v, lexer_i, v->value_v); |
| | ^~~~~~~~~~ |
| In file included from /tmp/ruby/v3/src/trunk-mjit/include/ruby/ruby.h:41, |
| from /tmp/ruby/v3/src/trunk-mjit/include/ruby.h:38, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/racc/cparse/cparse.c:14: |
| /tmp/ruby/v3/src/trunk-mjit/include/ruby/internal/iterator.h:283:7: note: declared here |
| 283 | VALUE rb_iterate(VALUE (*func1)(VALUE), VALUE data1, rb_block_call_func_t proc, VALUE data2); |
| | ^~~~~~~~~~ |
| /tmp/ruby/v3/src/trunk-mjit/ext/racc/cparse/cparse.c: At top level: |
| cc1: warning: unrecognized command line option '-Wno-self-assign' |
| cc1: warning: unrecognized command line option '-Wno-parentheses-equality' |
| cc1: warning: unrecognized command line option '-Wno-constant-logical-operand' |
| parser.rl: In function 'enc_raise': |
| parser.rl:14:2: warning: function 'enc_raise' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] |
| parser.rl: At top level: |
| cc1: warning: unrecognized command line option '-Wno-self-assign' |
| cc1: warning: unrecognized command line option '-Wno-parentheses-equality' |
| cc1: warning: unrecognized command line option '-Wno-constant-logical-operand' |
| "make install -j6" exit with 0. |
| "make yes-btest TESTOPTS='-q -j6'" exit with 512. |
| FF#167 test_eval.rb:338: |
| hash = {} |
| ("aaaa".."matz").each_with_index do |s, i| |
| hash[s] = i |
| end |
| begin |
| eval "class C; @@h = #{hash.inspect}; end" |
| end |
| #=> killed by SIGKILL (signal 9) [ruby-core:25714] |
| #1477 test_thread.rb:23: |
| begin |
| v = 0 |
| (1..200).map{|i| |
| Thread.new{ |
| i |
| } |
| }.each{|t| |
| v += t.value |
| } |
| v == 20100 ? :ok : v |
| rescue ThreadError => e |
| :ok if /can't create Thread/ =~ e.message |
| end |
| #=> "" (expected "ok") |
| FAIL 2/0 tests failed |
| make: *** [uncommon.mk:790: 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 512. |
| make: *** [uncommon.mk:843: yes-test-all] Killed |
| "make yes-test-rubyspec RUN_OPTS=\"--disable-gems --mjit-debug=-ggdb3\"" exit with 512. |
| $ /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 |
| make: *** [uncommon.mk:888: yes-test-spec] Killed |