rev: b06e37e242
test-all :
test-spec:
exit statuses:
"git clone --depth 1 https://github.com/ruby/ruby.git trunk-test" exit with 0.
"autoconf" exit with 0.
"/tmp/ruby/v3/src/trunk-test/configure --prefix=/tmp/ruby/v3/install/trunk-test --disable-install-doc --enable-shared" exit with 0.
"make update-unicode -j8" exit with 0.
"make update-download -j8" exit with 0.
"make update-rubyspec -j8" exit with 0.
"make update-src -j8" exit with 0.
"make after-update -j8" exit with 512.
"make miniruby -j8" exit with 0.
"make ruby -j8" exit with 0.
"make all -j8" exit with 0.
"make install -j8" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk-test.20211209-194600
#<BuildRuby:0x000055d478003370
@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-test",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-test",
@TARGET_NAME="trunk-test",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-test",
@build_opts="-j8",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@git_worktree=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-test.20211209-194600",
@make="make",
@quiet=false,
@ruby_env=[["RUBY_DEBUG", "ci"]],
@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='-j8'",
@timeout=10800>
user system total real
checkout Cloning into 'trunk-test'...
0.000411 0.000000 2.764235 ( 11.012850)
autoconf 0.000391 0.000000 0.790560 ( 0.787333)
configure 0.071918 0.011556 19.944210 ( 20.522739)
build_up + cp /tmp/ruby/v3/src/trunk-test/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk-test/enc/jis/props.h
make[1]: *** No rule to make target 'id.h', needed by 'ripper.y'. Stop.
make: *** [/tmp/ruby/v3/src/trunk-test/ext/ripper/ripper.c] Error 2
make: *** Waiting for unfinished jobs....
0.000846 0.009774 4.809198 ( 26.034998)
build_miniruby 0.005170 0.004278 144.595650 ( 21.192564)
build_ruby 0.001406 0.000270 2.416028 ( 1.982870)
build_all libffi_version: 3.2.1
0.062999 0.018029 250.560016 ( 40.468335)
build_install /tmp/ruby/v3/src/trunk-test/lib/rubygems/specification.rb:2623:in `version=': undefined method `prerelease?' for nil:NilClass (NoMethodError)
from /tmp/ruby/v3/src/trunk-test/lib/open3/open3.gemspec:12:in `block in load_gemspec'
from /tmp/ruby/v3/src/trunk-test/lib/rubygems/specification.rb:2001:in `initialize'
from /tmp/ruby/v3/src/trunk-test/lib/open3/open3.gemspec:10:in `new'
from /tmp/ruby/v3/src/trunk-test/lib/open3/open3.gemspec:10:in `load_gemspec'
from /tmp/ruby/v3/src/trunk-test/tool/rbinstall.rb:934:in `eval'
from /tmp/ruby/v3/src/trunk-test/tool/rbinstall.rb:934:in `load_gemspec'
from /tmp/ruby/v3/src/trunk-test/tool/rbinstall.rb:966:in `block in install_default_gem'
from /tmp/ruby/v3/src/trunk-test/tool/rbinstall.rb:965:in `map'
from /tmp/ruby/v3/src/trunk-test/tool/rbinstall.rb:965:in `install_default_gem'
from /tmp/ruby/v3/src/trunk-test/tool/rbinstall.rb:913:in `block in <main>'
from /tmp/ruby/v3/src/trunk-test/tool/rbinstall.rb:1111:in `block in <main>'
from /tmp/ruby/v3/src/trunk-test/tool/rbinstall.rb:1108:in `each'
from /tmp/ruby/v3/src/trunk-test/tool/rbinstall.rb:1108:in `<main>'
make: *** [do-install-nodoc] Error 1
0.007941 0.000529 6.138108 ( 1.298469)
$$$[end] "make install -j8" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-test.20211209-194600
total: 123.30 sec