rev: bffd6cbd97
test-all :
test-spec:
exit statuses:
"git clone --depth 1 https://github.com/ruby/ruby.git trunk-asserts" exit with 0.
"autoconf" exit with 0.
"/tmp/ruby/v3/src/trunk-asserts/configure --prefix=/tmp/ruby/v3/install/trunk-asserts --disable-install-doc --enable-shared" exit with 0.
"make update-unicode DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
"make update-download DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
"make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
"make update-src DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
"make after-update DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 512.
"make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk-asserts.20220126-121814
#<BuildRuby:0x00005648b95fbc68
@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-asserts",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-asserts",
@TARGET_NAME="trunk-asserts",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-asserts",
@build_opts="DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@git_worktree=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-asserts.20220126-121814",
@make="make",
@quiet=false,
@ruby_env=
[["RUBY_DEBUG", "ci"], ["RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE", "30"]],
@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 Cloning into 'trunk-asserts'...
0.000000 0.004000 3.176000 ( 26.682456)
autoconf 0.000000 0.000000 1.700000 ( 1.728675)
configure configure: WARNING: something wrong with CXXFLAGS=""
0.124000 0.040000 37.280000 ( 49.474396)
build_up + cp /tmp/ruby/v3/src/trunk-asserts/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk-asserts/enc/jis/props.h
make[1]: *** No rule to make target 'id.h', needed by 'ripper.y'. Stop.
make: *** [uncommon.mk:1198: /tmp/ruby/v3/src/trunk-asserts/ext/ripper/ripper.c] Error 2
0.008000 0.016000 8.316000 (124.862519)
build_miniruby In file included from /tmp/ruby/v3/src/trunk-asserts/include/ruby/defines.h:72,
from /tmp/ruby/v3/src/trunk-asserts/include/ruby/ruby.h:25,
from /tmp/ruby/v3/src/trunk-asserts/constant.h:13,
from /tmp/ruby/v3/src/trunk-asserts/gc.c:92:
/tmp/ruby/v3/src/trunk-asserts/gc.c: In function 'ractor_cached_free_region':
/tmp/ruby/v3/src/trunk-asserts/gc.c:2383:36: error: 'cache->using_page' is a pointer; did you mean to use '->'?
2383 | GC_ASSERT(cache->using_page.slot_size == (short)stride);
| ^
/tmp/ruby/v3/src/trunk-asserts/include/ruby/backward/2/assume.h:45:46: note: in definition of macro 'RB_LIKELY'
45 | # define RB_LIKELY(x) (__builtin_expect(!!(x), 1))
| ^
/tmp/ruby/v3/src/trunk-asserts/include/ruby/assert.h:200:50: note: in expansion of macro 'RUBY_ASSERT_MESG'
200 | # define RUBY_ASSERT_MESG_WHEN(cond, expr, mesg) RUBY_ASSERT_MESG((expr), (mesg))
| ^~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-asserts/gc.c:418:25: note: in expansion of macro 'RUBY_ASSERT_MESG_WHEN'
418 | #define GC_ASSERT(expr) RUBY_ASSERT_MESG_WHEN(RGENGC_CHECK_MODE > 0, expr, #expr)
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-asserts/gc.c:2383:9: note: in expansion of macro 'GC_ASSERT'
2383 | GC_ASSERT(cache->using_page.slot_size == (short)stride);
| ^~~~~~~~~
/tmp/ruby/v3/src/trunk-asserts/gc.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'
make: *** [Makefile:433: gc.o] Error 1
0.004000 0.000000 47.856000 ( 48.252810)
$$$[end] "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-asserts.20220126-121814
total: 251.00 sec