| "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. |
| "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 |
| "make miniruby -j6" exit with 0. |
| "make ruby -j6" exit with 0. |
| "make all -j6" exit with 512. |
| /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' |
| In file included from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.h:14, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.c:13: |
| /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/missing.h:127:1: error: static declaration of 'rb_rational_num' follows non-static declaration |
| 127 | rb_rational_num(VALUE rat) |
| | ^~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/v3/src/trunk-mjit/include/ruby/intern.h:51, |
| from /tmp/ruby/v3/src/trunk-mjit/include/ruby/ruby.h:193, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.h:13, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.c:13: |
| /tmp/ruby/v3/src/trunk-mjit/include/ruby/internal/intern/rational.h:128:7: note: previous declaration of 'rb_rational_num' was here |
| 128 | VALUE rb_rational_num(VALUE rat); |
| | ^~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.h:14, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.c:13: |
| /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/missing.h:139:1: error: static declaration of 'rb_rational_den' follows non-static declaration |
| 139 | rb_rational_den(VALUE rat) |
| | ^~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/v3/src/trunk-mjit/include/ruby/intern.h:51, |
| from /tmp/ruby/v3/src/trunk-mjit/include/ruby/ruby.h:193, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.h:13, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.c:13: |
| /tmp/ruby/v3/src/trunk-mjit/include/ruby/internal/intern/rational.h:138:7: note: previous declaration of 'rb_rational_den' was here |
| 138 | VALUE rb_rational_den(VALUE rat); |
| | ^~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.h:14, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.c:13: |
| /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/missing.h:153:1: error: static declaration of 'rb_complex_real' follows non-static declaration |
| 153 | rb_complex_real(VALUE cmp) |
| | ^~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/v3/src/trunk-mjit/include/ruby/intern.h:31, |
| from /tmp/ruby/v3/src/trunk-mjit/include/ruby/ruby.h:193, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.h:13, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.c:13: |
| /tmp/ruby/v3/src/trunk-mjit/include/ruby/internal/intern/complex.h:101:7: note: previous declaration of 'rb_complex_real' was here |
| 101 | VALUE rb_complex_real(VALUE z); |
| | ^~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.h:14, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.c:13: |
| /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/missing.h:165:1: error: static declaration of 'rb_complex_imag' follows non-static declaration |
| 165 | rb_complex_imag(VALUE cmp) |
| | ^~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/v3/src/trunk-mjit/include/ruby/intern.h:31, |
| from /tmp/ruby/v3/src/trunk-mjit/include/ruby/ruby.h:193, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.h:13, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.c:13: |
| /tmp/ruby/v3/src/trunk-mjit/include/ruby/internal/intern/complex.h:110:7: note: previous declaration of 'rb_complex_imag' was here |
| 110 | VALUE rb_complex_imag(VALUE z); |
| | ^~~~~~~~~~~~~~~ |
| 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[2]: *** [Makefile:298: bigdecimal.o] Error 1 |
| make[2]: *** Waiting for unfinished jobs.... |
| gcc: fatal error: Killed signal terminated program cc1 |
| compilation terminated. |
| make[2]: *** [Makefile:265: date_core.o] Error 1 |
| make[2]: *** Waiting for unfinished jobs.... |
| make[1]: *** [exts.mk:224: ext/bigdecimal/all] Error 2 |
| make[1]: *** Waiting for unfinished jobs.... |
| make[1]: *** [exts.mk:232: ext/date/all] Error 2 |
| gcc: fatal error: Killed signal terminated program cc1 |
| compilation terminated. |
| make[2]: *** [Makefile:265: pathname.o] Error 1 |
| make[1]: *** [exts.mk:274: ext/pathname/all] Error 2 |
| gcc: fatal error: Killed signal terminated program cc1 |
| compilation terminated. |
| make[2]: *** [Makefile:325: ossl_ocsp.o] Error 1 |
| make[2]: *** Waiting for unfinished jobs.... |
| make[1]: *** [exts.mk:272: ext/openssl/all] Error 2 |
| make: *** [uncommon.mk:342: build-ext] Error 2 |