rev: b06e37e242
test-all :
test-spec:
exit statuses:
"git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0.
"autoconf" exit with 0.
"/tmp/ruby/v3/src/trunk/configure --prefix=/tmp/ruby/v3/install/trunk --disable-install-doc --enable-shared" exit with 0.
"make update-unicode -j16" exit with 0.
"make update-download -j16" exit with 0.
"make update-rubyspec -j16" exit with 0.
"make update-src -j16" exit with 0.
"make after-update -j16" exit with 512.
"make miniruby -j16" exit with 0.
"make ruby -j16" exit with 0.
"make all -j16" exit with 0.
"make install -j16" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk.20211209-104659
#<BuildRuby:0x00005618ec84edf0
@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",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk",
@TARGET_NAME="trunk",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk",
@build_opts="-j16",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@git_worktree=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk.20211209-104659",
@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='-j16'",
@timeout=10800>
user system total real
checkout Cloning into 'trunk'...
0.000750 0.000100 2.191143 ( 7.607361)
autoconf 0.000468 0.000062 0.767389 ( 0.772996)
configure configure: WARNING: something wrong with CXXFLAGS=""
/tmp/ruby/v3/src/trunk/configure: line 12538: pkg-config: command not found
0.091329 0.024108 32.862005 ( 33.450781)
build_up + cp /tmp/ruby/v3/src/trunk/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk/enc/jis/props.h
make[1]: *** No rule to make target 'id.h', needed by 'ripper.y'. Stop.
make: *** [uncommon.mk:1197: /tmp/ruby/v3/src/trunk/ext/ripper/ripper.c] Error 2
make: *** Waiting for unfinished jobs....
0.010185 0.010525 6.280952 ( 28.112537)
build_miniruby 0.017918 0.000569 225.494769 ( 22.033654)
build_ruby 0.002442 0.000584 2.970693 ( 2.515490)
build_all 0.148387 0.016091 329.657284 ( 41.131786)
build_install /tmp/ruby/v3/src/trunk/lib/rubygems/specification.rb:2623:in `version=': undefined method `prerelease?' for nil:NilClass (NoMethodError)
from /tmp/ruby/v3/src/trunk/lib/open3/open3.gemspec:12:in `block in load_gemspec'
from /tmp/ruby/v3/src/trunk/lib/rubygems/specification.rb:2001:in `initialize'
from /tmp/ruby/v3/src/trunk/lib/open3/open3.gemspec:10:in `new'
from /tmp/ruby/v3/src/trunk/lib/open3/open3.gemspec:10:in `load_gemspec'
from /tmp/ruby/v3/src/trunk/tool/rbinstall.rb:934:in `eval'
from /tmp/ruby/v3/src/trunk/tool/rbinstall.rb:934:in `load_gemspec'
from /tmp/ruby/v3/src/trunk/tool/rbinstall.rb:966:in `block in install_default_gem'
from /tmp/ruby/v3/src/trunk/tool/rbinstall.rb:965:in `map'
from /tmp/ruby/v3/src/trunk/tool/rbinstall.rb:965:in `install_default_gem'
from /tmp/ruby/v3/src/trunk/tool/rbinstall.rb:913:in `block in <main>'
from /tmp/ruby/v3/src/trunk/tool/rbinstall.rb:1111:in `block in <main>'
from /tmp/ruby/v3/src/trunk/tool/rbinstall.rb:1108:in `each'
from /tmp/ruby/v3/src/trunk/tool/rbinstall.rb:1108:in `<main>'
make: *** [uncommon.mk:389: do-install-nodoc] Error 1
0.012880 0.000000 7.196414 ( 1.173118)
$$$[end] "make install -j16" exit with 512.
/home/ko1/ruby/logs/brlog.trunk.20211209-104659
total: 136.80 sec