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-112310
#<BuildRuby:0x000056149d0946a8
@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-112310",
@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.000000 0.000000 2.924000 ( 7.858228)
autoconf 0.000000 0.000000 1.852000 ( 1.878785)
configure configure: WARNING: something wrong with CXXFLAGS=""
0.124000 0.028000 48.088000 ( 67.391912)
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.044000 0.008000 68.756000 ( 47.821309)
build_miniruby 0.004000 0.000000 0.156000 ( 0.164661)
build_ruby 0.000000 0.004000 2.836000 ( 2.686749)
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: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);
| ^~~~~~~~~~~~~~~
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[1]: *** Waiting for unfinished jobs....
make: *** [uncommon.mk:301: build-ext] Error 2
0.108000 0.020000 245.440000 ( 76.046351)
$$$[end] "make all -j6" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-mjit.20210801-112310
total: 203.85 sec