rev: 66229
test-all :
test-spec:
exit statuses:
"rm -f .revision.time" exit with 0.
"make update-download DEFS=\"-DVM_CHECK_MODE=2\"" exit with 0.
"make update-rubyspec DEFS=\"-DVM_CHECK_MODE=2\"" exit with 0.
"make update-src DEFS=\"-DVM_CHECK_MODE=2\"" exit with 0.
"make after-update DEFS=\"-DVM_CHECK_MODE=2\"" exit with 512.
"make miniruby DEFS=\"-DVM_CHECK_MODE=2\"" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk-vm-asserts.20181205-184230
#<BuildRuby:0x000055ce2dd96718
@BUILD_DIR="/home/ko1/ruby/build",
@INSTALL_DIR="/home/ko1/ruby/install",
@REPOSITORY="https://svn.ruby-lang.org/repos/ruby/trunk",
@REPOSITORY_TYPE=:svn,
@SRC_DIR="/home/ko1/ruby/src",
@TARGET_BUILD_DIR="/home/ko1/ruby/build/trunk-vm-asserts",
@TARGET_INSTALL_DIR="/home/ko1/ruby/install/trunk-vm-asserts",
@TARGET_NAME="trunk-vm-asserts",
@TARGET_SRC_DIR="/home/ko1/ruby/src/trunk-vm-asserts",
@build_opts="DEFS=\"-DVM_CHECK_MODE=2\"",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-vm-asserts.20181205-184230",
@quiet=false,
@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="TESTS='-j6'",
@timeout=10800>
user system total real
checkout 0.000000 0.000000 0.000000 ( 0.000020)
autoconf 0.000000 0.000000 0.000000 ( 0.000046)
configure 0.000000 0.000000 0.000000 ( 0.000037)
build_up In file included from /home/ko1/ruby/src/trunk-vm-asserts/transient_heap.h:12:0,
from /home/ko1/ruby/src/trunk-vm-asserts/array.c:21:
/home/ko1/ruby/src/trunk-vm-asserts/internal.h:1299:6: error: conflicting types for 'rb_ary_ptr_use_start'
void rb_ary_ptr_use_start(VALUE a);
^~~~~~~~~~~~~~~~~~~~
In file included from /home/ko1/ruby/src/trunk-vm-asserts/include/ruby/encoding.h:27:0,
from /home/ko1/ruby/src/trunk-vm-asserts/array.c:14:
/home/ko1/ruby/src/trunk-vm-asserts/include/ruby/ruby.h:2170:12: note: previous declaration of 'rb_ary_ptr_use_start' was here
VALUE *rb_ary_ptr_use_start(VALUE ary);
^~~~~~~~~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/array.c:199:1: error: conflicting types for 'rb_ary_ptr_use_start'
rb_ary_ptr_use_start(VALUE ary)
^~~~~~~~~~~~~~~~~~~~
In file included from /home/ko1/ruby/src/trunk-vm-asserts/transient_heap.h:12:0,
from /home/ko1/ruby/src/trunk-vm-asserts/array.c:21:
/home/ko1/ruby/src/trunk-vm-asserts/internal.h:1299:6: note: previous declaration of 'rb_ary_ptr_use_start' was here
void rb_ary_ptr_use_start(VALUE a);
^~~~~~~~~~~~~~~~~~~~
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'
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
make: *** [array.o] Error 1
0.008000 0.000000 1.860000 ( 2.160200)
build_miniruby In file included from /home/ko1/ruby/src/trunk-vm-asserts/transient_heap.h:12:0,
from /home/ko1/ruby/src/trunk-vm-asserts/array.c:21:
/home/ko1/ruby/src/trunk-vm-asserts/internal.h:1299:6: error: conflicting types for 'rb_ary_ptr_use_start'
void rb_ary_ptr_use_start(VALUE a);
^~~~~~~~~~~~~~~~~~~~
In file included from /home/ko1/ruby/src/trunk-vm-asserts/include/ruby/encoding.h:27:0,
from /home/ko1/ruby/src/trunk-vm-asserts/array.c:14:
/home/ko1/ruby/src/trunk-vm-asserts/include/ruby/ruby.h:2170:12: note: previous declaration of 'rb_ary_ptr_use_start' was here
VALUE *rb_ary_ptr_use_start(VALUE ary);
^~~~~~~~~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/array.c:199:1: error: conflicting types for 'rb_ary_ptr_use_start'
rb_ary_ptr_use_start(VALUE ary)
^~~~~~~~~~~~~~~~~~~~
In file included from /home/ko1/ruby/src/trunk-vm-asserts/transient_heap.h:12:0,
from /home/ko1/ruby/src/trunk-vm-asserts/array.c:21:
/home/ko1/ruby/src/trunk-vm-asserts/internal.h:1299:6: note: previous declaration of 'rb_ary_ptr_use_start' was here
void rb_ary_ptr_use_start(VALUE a);
^~~~~~~~~~~~~~~~~~~~
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'
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
make: *** [array.o] Error 1
0.004000 0.000000 0.840000 ( 0.846066)
$$$[end] "make miniruby DEFS=\"-DVM_CHECK_MODE=2\"" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-vm-asserts.20181205-184230
total: 3.01 sec