rev: c3693bbaaa
test-all :
test-spec:
exit statuses:
"rm -f .revision.time" 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 512.
"make miniruby -j6" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk_clang_39.20191118-013320
#<BuildRuby:0x0000561370a136d0
@BUILD_DIR="/tmp/ruby/v2/build",
@INSTALL_DIR="/tmp/ruby/v2/install",
@REPOSITORY="https://github.com/ruby/ruby.git",
@REPOSITORY_TYPE=:git,
@SRC_DIR="/tmp/ruby/v2/src",
@TARGET_BUILD_DIR="/tmp/ruby/v2/build/trunk_clang_39",
@TARGET_INSTALL_DIR="/tmp/ruby/v2/install/trunk_clang_39",
@TARGET_NAME="trunk_clang_39",
@TARGET_SRC_DIR="/tmp/ruby/v2/src/trunk_clang_39",
@build_opts="-j6",
@configure_opts=["CC=clang-3.9"],
@gist=false,
@git_branch=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk_clang_39.20191118-013320",
@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.000023)
autoconf 0.000000 0.000000 0.000000 ( 0.000040)
configure 0.000000 0.000000 0.000000 ( 0.000041)
build_up From https://github.com/ruby/ruby
b753929..c3693bb master -> origin/master
/tmp/ruby/v2/src/trunk_clang_39/tool/lib/vpath.rb:18:in `initialize': No such file or directory @ rb_sysopen - enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt (Errno::ENOENT)
from /tmp/ruby/v2/src/trunk_clang_39/tool/lib/vpath.rb:18:in `open'
from /tmp/ruby/v2/src/trunk_clang_39/tool/lib/vpath.rb:18:in `call'
from /tmp/ruby/v2/src/trunk_clang_39/tool/lib/vpath.rb:18:in `search'
from /tmp/ruby/v2/src/trunk_clang_39/tool/lib/vpath.rb:35:in `open'
from /tmp/ruby/v2/src/trunk_clang_39/template/unicode_norm_gen.tmpl:69:in `block (2 levels) in <main>'
from /usr/lib/ruby/2.5.0/erb.rb:876:in `eval'
from /usr/lib/ruby/2.5.0/erb.rb:876:in `result'
from /tmp/ruby/v2/src/trunk_clang_39/tool/generic_erb.rb:41:in `block (2 levels) in <main>'
from /tmp/ruby/v2/src/trunk_clang_39/tool/generic_erb.rb:41:in `block in <main>'
from /tmp/ruby/v2/src/trunk_clang_39/tool/generic_erb.rb:34:in `map'
from /tmp/ruby/v2/src/trunk_clang_39/tool/generic_erb.rb:34:in `<main>'
make: *** [/tmp/ruby/v2/src/trunk_clang_39/enc/unicode/data/12.1.0/ucd/.unicode-tables.time] Error 1
make: *** Waiting for unfinished jobs....
0.012000 0.000000 5.000000 ( 4.306173)
build_miniruby In file included from /tmp/ruby/v2/src/trunk_clang_39/vm.c:348:
In file included from /tmp/ruby/v2/src/trunk_clang_39/vm_exec.c:116:
../../src/trunk_clang_39/insns.def:1500:55: error: implicit conversion loses integer precision: 'rb_num_t' (aka 'unsigned long') to 'int' [-Werror,-Wshorten-64-to-32]
ret = vm_invoke_builtin_delegate(ec, reg_cfp, bf, index);
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~
../../src/trunk_clang_39/insns.def:1511:55: error: implicit conversion loses integer precision: 'rb_num_t' (aka 'unsigned long') to 'int' [-Werror,-Wshorten-64-to-32]
val = vm_invoke_builtin_delegate(ec, reg_cfp, bf, index);
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~
2 errors generated.
make: *** [vm.o] Error 1
make: *** Waiting for unfinished jobs....
0.004000 0.004000 107.860000 ( 77.684693)
$$$[end] "make miniruby -j6" exit with 512.
/home/ko1/ruby/logs/brlog.trunk_clang_39.20191118-013320
total: 81.99 sec