rev: 605421f4eb
test-all :
test-spec:
exit statuses:
"git clone --depth 1 https://github.com/ruby/ruby.git trunk-mjit" exit with 0.
"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.
"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.
"make miniruby -j6" exit with 0.
"make ruby -j6" exit with 0.
"make all -j6" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk-mjit.20210801-120729
#<BuildRuby:0x000055bf78ec72b8
@BUILD_DIR="/tmp/ruby/v3/build",
@INSTALL_DIR="/tmp/ruby/v3/install",
@REPOSITORY="https://github.com/ruby/ruby.git",
@REPOSITORY_TYPE=:git,
@SRC_DIR="/tmp/ruby/v3/src",
@TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk-mjit",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-mjit",
@TARGET_NAME="trunk-mjit",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-mjit",
@build_opts="-j6",
@configure_opts=["cppflags=-DMJIT_FORCE_ENABLE"],
@gist=false,
@git_branch=nil,
@git_worktree=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-mjit.20210801-120729",
@make="make",
@quiet=false,
@ruby_env=
[["RUBY_DEBUG", "ci"], ["RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE", "30"]],
@steps=
["checkout",
"autoconf",
"configure",
"build_up",
"build_miniruby",
"build_ruby",
"build_all",
"build_install",
"test_btest",
"test_basic",
"test_all",
"test_rubyspec"],
@svn_revision=nil,
@test_opts="RUN_OPTS=\"--disable-gems --jit-debug=-ggdb3\"",
@timeout=10800>
user system total real
checkout Cloning into 'trunk-mjit'...
0.004000 0.000000 2.684000 ( 5.392484)
autoconf 0.000000 0.000000 1.744000 ( 1.774319)
configure configure: WARNING: something wrong with CXXFLAGS=""
0.120000 0.040000 39.080000 ( 51.714889)
build_up + cp /tmp/ruby/v3/src/trunk-mjit/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk-mjit/enc/jis/props.h
0.040000 0.008000 65.884000 ( 37.109145)
build_miniruby 0.004000 0.000000 0.128000 ( 0.136435)
build_ruby 0.000000 0.000000 2.624000 ( 2.532332)
build_all 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:101,
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:39:7: note: previous declaration of 'rb_rational_num' was here
39 | 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:101,
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:40:7: note: previous declaration of 'rb_rational_den' was here
40 | 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:101,
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:38:7: note: previous declaration of 'rb_complex_real' was here
38 | 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:101,
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:39:7: note: previous declaration of 'rb_complex_imag' was here
39 | VALUE rb_complex_imag(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:189:1: error: redefinition of 'rb_array_const_ptr'
189 | rb_array_const_ptr(VALUE a)
| ^~~~~~~~~~~~~~~~~~
In file included from /tmp/ruby/v3/src/trunk-mjit/include/ruby/internal/core.h:23,
from /tmp/ruby/v3/src/trunk-mjit/include/ruby/ruby.h:26,
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/core/rarray.h:184:1: note: previous definition of 'rb_array_const_ptr' was here
184 | rb_array_const_ptr(VALUE a)
| ^~~~~~~~~~~~~~~~~~
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:208:1: error: static declaration of 'rb_sym2str' follows non-static declaration
208 | rb_sym2str(VALUE sym)
| ^~~~~~~~~~
In file included from /tmp/ruby/v3/src/trunk-mjit/include/ruby/ruby.h:46,
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/symbol.h:63:7: note: previous declaration of 'rb_sym2str' was here
63 | VALUE rb_sym2str(VALUE);
| ^~~~~~~~~~
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:296: bigdecimal.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [exts.mk:207: ext/bigdecimal/all] Error 2
make: *** [uncommon.mk:301: build-ext] Error 2
0.116000 0.008000 215.548000 ( 54.952807)
$$$[end] "make all -j6" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-mjit.20210801-120729
total: 153.61 sec