rev: 65839
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.20181120-100157
#<BuildRuby:0x00005614ef0e0790
@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.20181120-100157",
@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 /home/ko1/ruby/src/trunk-vm-asserts/cont.c: In function 'cont_free':
/home/ko1/ruby/src/trunk-vm-asserts/cont.c:411:20: warning: passing argument 1 of 'coroutine_destroy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
coroutine_destroy(&fib->context);
^
In file included from /home/ko1/ruby/src/trunk-vm-asserts/cont.c:46:0:
/home/ko1/ruby/src/trunk-vm-asserts/coroutine/amd64/Context.h:55:13: note: expected 'coroutine_context * {aka struct <anonymous> *}' but argument is of type 'const coroutine_context * {aka const struct <anonymous> *}'
inline void coroutine_destroy(coroutine_context * context)
^~~~~~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/cont.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'
Assembler messages:
Fatal error: can't create coroutine/amd64/Context.o: No such file or directory
make: *** [coroutine/amd64/Context.o] Error 1
0.052000 0.016000 216.520000 (230.884240)
build_miniruby Assembler messages:
Fatal error: can't create coroutine/amd64/Context.o: No such file or directory
make: *** [coroutine/amd64/Context.o] Error 1
0.004000 0.000000 0.084000 ( 0.090324)
$$$[end] "make miniruby DEFS=\"-DVM_CHECK_MODE=2\"" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-vm-asserts.20181120-100157
total: 230.98 sec