rev: 66824
test-all :
test-spec:
exit statuses:
"rm -f .revision.time" exit with 0.
"make update-download DEFS=\"-DRGENGC_CHECK_MODE=2 -DVM_CHECK_MODE=2\"" exit with 0.
"make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2 -DVM_CHECK_MODE=2\"" exit with 0.
"make update-src DEFS=\"-DRGENGC_CHECK_MODE=2 -DVM_CHECK_MODE=2\"" exit with 0.
"make after-update DEFS=\"-DRGENGC_CHECK_MODE=2 -DVM_CHECK_MODE=2\"" exit with 512.
"make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DVM_CHECK_MODE=2\"" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk-asserts.20190115-072550
#<BuildRuby:0x000055ea334d2f38
@BUILD_DIR="/tmp/ruby/build",
@INSTALL_DIR="/tmp/ruby/install",
@REPOSITORY="https://svn.ruby-lang.org/repos/ruby/trunk",
@REPOSITORY_TYPE=:svn,
@SRC_DIR="/tmp/ruby/src",
@TARGET_BUILD_DIR="/tmp/ruby/build/trunk-asserts",
@TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-asserts",
@TARGET_NAME="trunk-asserts",
@TARGET_SRC_DIR="/tmp/ruby/src/trunk-asserts",
@build_opts="DEFS=\"-DRGENGC_CHECK_MODE=2 -DVM_CHECK_MODE=2\"",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-asserts.20190115-072550",
@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.000039)
configure 0.000000 0.000000 0.000000 ( 0.000037)
build_up /tmp/ruby/src/trunk-asserts/io.c: In function 'rb_io_ungetbyte':
/tmp/ruby/src/trunk-asserts/io.c:4266:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
VALUE v = rb_int_modulo(b, INT2FIX(256));
^~~~~
/tmp/ruby/src/trunk-asserts/io.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'
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: some warnings being treated as errors
make: *** [io.o] Error 1
0.012000 0.000000 8.040000 ( 8.657502)
build_miniruby /tmp/ruby/src/trunk-asserts/io.c: In function 'rb_io_ungetbyte':
/tmp/ruby/src/trunk-asserts/io.c:4266:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
VALUE v = rb_int_modulo(b, INT2FIX(256));
^~~~~
/tmp/ruby/src/trunk-asserts/io.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'
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: some warnings being treated as errors
make: *** [io.o] Error 1
0.000000 0.000000 6.984000 ( 7.001872)
$$$[end] "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DVM_CHECK_MODE=2\"" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-asserts.20190115-072550
total: 15.66 sec