# Logfile created on 2023-11-26 08:31:19 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000562265f0e438 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20231126-083119", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000562265f974e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000562265f973a0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000562265f971c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231126-083119", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231126-083119>, @binmode=false, @mon_data=#<Monitor:0x0000562265f970f8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   7fe7b7b..e81c380  master     -> origin/master
Updating 7fe7b7b..e81c380
Fast-forward
 include/ruby/internal/gc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Latest commit hash = e81c380c0f
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-O0/main.c
compiling /tmp/ruby/src/trunk-O0/dmydln.c
compiling /tmp/ruby/src/trunk-O0/miniinit.c
compiling /tmp/ruby/src/trunk-O0/array.c
compiling /tmp/ruby/src/trunk-O0/ast.c
compiling /tmp/ruby/src/trunk-O0/bignum.c
compiling /tmp/ruby/src/trunk-O0/class.c
compiling /tmp/ruby/src/trunk-O0/compar.c
compiling /tmp/ruby/src/trunk-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/complex.c
compiling /tmp/ruby/src/trunk-O0/cont.c
compiling /tmp/ruby/src/trunk-O0/debug.c
compiling /tmp/ruby/src/trunk-O0/debug_counter.c
compiling /tmp/ruby/src/trunk-O0/dir.c
compiling /tmp/ruby/src/trunk-O0/dln_find.c
compiling /tmp/ruby/src/trunk-O0/encoding.c
compiling /tmp/ruby/src/trunk-O0/enum.c
compiling /tmp/ruby/src/trunk-O0/enumerator.c
compiling /tmp/ruby/src/trunk-O0/error.c
compiling /tmp/ruby/src/trunk-O0/eval.c
compiling /tmp/ruby/src/trunk-O0/file.c
compiling /tmp/ruby/src/trunk-O0/gc.c
compiling /tmp/ruby/src/trunk-O0/hash.c
compiling /tmp/ruby/src/trunk-O0/inits.c
compiling /tmp/ruby/src/trunk-O0/io.c
compiling /tmp/ruby/src/trunk-O0/io_buffer.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/load.c
compiling /tmp/ruby/src/trunk-O0/marshal.c
compiling /tmp/ruby/src/trunk-O0/math.c
compiling /tmp/ruby/src/trunk-O0/memory_view.c
compiling /tmp/ruby/src/trunk-O0/rjit.c
compiling /tmp/ruby/src/trunk-O0/rjit_c.c
compiling /tmp/ruby/src/trunk-O0/node.c
compiling /tmp/ruby/src/trunk-O0/node_dump.c
compiling /tmp/ruby/src/trunk-O0/numeric.c
compiling /tmp/ruby/src/trunk-O0/object.c
compiling /tmp/ruby/src/trunk-O0/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-O0/proc.c
compiling /tmp/ruby/src/trunk-O0/process.c
compiling /tmp/ruby/src/trunk-O0/ractor.c
compiling /tmp/ruby/src/trunk-O0/random.c
compiling /tmp/ruby/src/trunk-O0/range.c
compiling /tmp/ruby/src/trunk-O0/rational.c
compiling /tmp/ruby/src/trunk-O0/re.c
compiling /tmp/ruby/src/trunk-O0/regcomp.c
compiling /tmp/ruby/src/trunk-O0/regenc.c
compiling /tmp/ruby/src/trunk-O0/regerror.c
compiling /tmp/ruby/src/trunk-O0/regexec.c
compiling /tmp/ruby/src/trunk-O0/regparse.c
compiling /tmp/ruby/src/trunk-O0/regsyntax.c
compiling /tmp/ruby/src/trunk-O0/ruby.c
compiling /tmp/ruby/src/trunk-O0/scheduler.c
compiling /tmp/ruby/src/trunk-O0/shape.c
compiling /tmp/ruby/src/trunk-O0/signal.c
compiling /tmp/ruby/src/trunk-O0/sprintf.c
compiling /tmp/ruby/src/trunk-O0/st.c
compiling /tmp/ruby/src/trunk-O0/strftime.c
compiling /tmp/ruby/src/trunk-O0/string.c
compiling /tmp/ruby/src/trunk-O0/struct.c
compiling /tmp/ruby/src/trunk-O0/symbol.c
compiling /tmp/ruby/src/trunk-O0/thread.c
compiling /tmp/ruby/src/trunk-O0/time.c
compiling /tmp/ruby/src/trunk-O0/transcode.c
compiling /tmp/ruby/src/trunk-O0/util.c
compiling /tmp/ruby/src/trunk-O0/variable.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling /tmp/ruby/src/trunk-O0/vm.c
compiling /tmp/ruby/src/trunk-O0/vm_backtrace.c
compiling /tmp/ruby/src/trunk-O0/vm_dump.c
compiling /tmp/ruby/src/trunk-O0/vm_sync.c
compiling /tmp/ruby/src/trunk-O0/vm_trace.c
compiling /tmp/ruby/src/trunk-O0/weakmap.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-O0/prism/api_pack.c
compiling /tmp/ruby/src/trunk-O0/prism/extension.c
compiling /tmp/ruby/src/trunk-O0/prism_init.c
compiling /tmp/ruby/src/trunk-O0/yjit.c
compiling /tmp/ruby/src/trunk-O0/enc/ascii.c
compiling /tmp/ruby/src/trunk-O0/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-O0/enc/unicode.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/src/trunk-O0/missing/setproctitle.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-O0/dln.c
compiling /tmp/ruby/src/trunk-O0/localeinit.c
compiling /tmp/ruby/src/trunk-O0/loadpath.c
builtin_binary.inc updated
ee0df0dd987ae3a7b1e4e7430dde95a64fdfc52b943491243eb78062557f74b8  builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/encdb.c
compiling /tmp/ruby/src/trunk-O0/enc/big5.c
compiling /tmp/ruby/src/trunk-O0/enc/cesu_8.c
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
compiling /tmp/ruby/src/trunk-O0/enc/cp949.c
compiling /tmp/ruby/src/trunk-O0/enc/emacs_mule.c
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk-O0/enc/euc_jp.c
compiling /tmp/ruby/src/trunk-O0/enc/euc_kr.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/big5.c
compiling /tmp/ruby/src/trunk-O0/enc/euc_tw.c
compiling /tmp/ruby/src/trunk-O0/enc/gb2312.c
compiling /tmp/ruby/src/trunk-O0/enc/gb18030.c
compiling /tmp/ruby/src/trunk-O0/enc/gbk.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk-O0/enc/koi8_r.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk-O0/enc/koi8_u.c
compiling /tmp/ruby/src/trunk-O0/enc/shift_jis.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_16be.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_16le.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_32be.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/escape.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_32le.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_31j.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1250.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1251.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1252.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1253.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/korean.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1254.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1257.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
compiling /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
compiling /tmp/ruby/src/trunk-O0/enc/trans/utf_16_32.c
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking transcoder transdb.so
linking transcoder big5.so
linking encoding iso_8859_13.so
linking transcoder cesu_8.so
linking encoding iso_8859_14.so
linking transcoder chinese.so
linking encoding iso_8859_15.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking encoding iso_8859_16.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking transcoder escape.so
linking transcoder emoji_sjis_softbank.so
linking encoding shift_jis.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking encoding utf_16be.so
linking transcoder iso2022.so
linking encoding utf_16le.so
linking transcoder japanese.so
linking transcoder japanese_euc.so
linking encoding utf_32be.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking encoding utf_32le.so
linking transcoder single_byte.so
linking transcoder utf_16_32.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
linking transcoder utf8_mac.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/arith_seq/extract/extract.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/arith_seq/beg_len_step.so
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/array/resize/resize.c
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/big2str.c
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-14834/bug-14384.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-3571/bug.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/bigzero.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-5832/bug.c
linking shared-object -test-/array/resize.so
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug_reporter/bug_reporter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/class'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/div.c
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/init.c
linking shared-object -test-/bug_reporter.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/dln/empty/empty.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/class/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/intpack.c
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/enumerator_kw/enumerator_kw.c
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/profile_frames.c
linking shared-object -test-/enumerator_kw.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/str2big.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/enc_raise.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/fatal/rb_fatal.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/file'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/ensured.c
linking shared-object -test-/bignum.so
linking shared-object -test-/fatal/rb_fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/fatal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/funcall/funcall.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/float/nextafter.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/stat.c
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/hash/delete.c
linking shared-object -test-/file.so
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/core_ext.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/gvl/call_without_gvl.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/hash/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/break.c
linking shared-object -test-/hash.so
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/protect/protect.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/dot.dot/dot.dot.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/init.c
linking shared-object -test-/load/dot.dot.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/yield.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/compat/usrcompat.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/iter.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/my_integer.c
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/usr/usrmarshal.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/method'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/method/arity.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/notimplement/bug.c
linking shared-object -test-/marshal/usr.so
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/num2int/num2int.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/path_to_class/path_to_class.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/method/init.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/path_to_class.so
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/postponed_job/postponed_job.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/printf/printf.c
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/num2int'
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/random'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/bad_version.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/rational/rat.c
linking shared-object -test-/printf.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/receiver.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/super.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/loop.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/rb_call_super_kw'
linking shared-object -test-/rational.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/recursion/recursion.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/init.c
linking shared-object -test-/proc.so
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/scan_args'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/random'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/scan_args/scan_args.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/foreach/foreach.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/numhash/numhash.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/update/update.c
linking shared-object -test-/regexp.so
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/capacity.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/data.c
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/symbol/init.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/thread/instrumentation/instrumentation.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/symbol/type.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/init.c
linking shared-object -test-/thread/instrumentation.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/cstr.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/thread_fd/thread_fd.c
linking shared-object -test-/symbol.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/time'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/init.c
linking shared-object -test-/thread_fd.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/member.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/tracepoint/tracepoint.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_associate.c
linking shared-object -test-/tracepoint.so
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/struct'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/vm/at_exit.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_dummy.c
linking shared-object -test-/typeddata.so
linking shared-object -test-/vm/at_exit.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/new.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/typeddata'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/wait/wait.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-O0/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_str_buf_cat.c
linking shared-object -test-/time.so
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-O0/ext/cgi/escape/escape.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-O0/ext/bigdecimal/missing.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/fstring.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/continuation'
compiling /tmp/ruby/src/trunk-O0/ext/continuation/continuation.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
compiling /tmp/ruby/src/trunk-O0/ext/date/date_core.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/modify.c
linking shared-object coverage.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/new.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
compiling /tmp/ruby/src/trunk-O0/ext/digest/digest.c
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/etc'
compiling /tmp/ruby/src/trunk-O0/ext/etc/etc.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/nofree.c
linking shared-object digest.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fcntl'
compiling /tmp/ruby/src/trunk-O0/ext/fcntl/fcntl.c
linking shared-object fcntl.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/normalize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/closure.c
linking shared-object etc.so
compiling /tmp/ruby/src/trunk-O0/ext/date/date_parse.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
compiling /tmp/ruby/src/trunk-O0/ext/io/console/console.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_interned_str.c
linking shared-object io/console.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk-O0/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/fiddle.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-O0/ext/io/nonblock/nonblock.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/set_len.c
compiling /tmp/ruby/src/trunk-O0/ext/date/date_strptime.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/wait'
compiling /tmp/ruby/src/trunk-O0/ext/io/wait/wait.c
linking shared-object -test-/string.so
linking shared-object date_core.so
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/handle.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
compiling /tmp/ruby/src/trunk-O0/ext/monitor/monitor.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
compiling /tmp/ruby/src/trunk-O0/ext/nkf/nkf.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/object_tracing.c
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_asn1.c
linking shared-object nkf.so
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/pointer.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
compiling /tmp/ruby/src/trunk-O0/ext/pathname/pathname.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_bio.c
linking shared-object fiddle.so
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych.c
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
compiling /tmp/ruby/src/trunk-O0/ext/pty/pty.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_emitter.c
linking shared-object pty.so
compiling /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/limits.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
linking shared-object rbconfig/sizeof.so
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_parser.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_yaml_tree.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/stringio'
compiling /tmp/ruby/src/trunk-O0/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/basicsocket.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/strscan'
compiling /tmp/ruby/src/trunk-O0/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
compiling /tmp/ruby/src/trunk-O0/ext/syslog/syslog.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/zlib'
compiling /tmp/ruby/src/trunk-O0/ext/zlib/zlib.c
linking shared-object syslog.so
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_hmac.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpserver.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-O0/ext/digest/bubblebabble/bubblebabble.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/md5'
compiling /tmp/ruby/src/trunk-O0/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_kdf.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha1/sha1.c
linking shared-object digest/rmd160.so
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha2/sha2.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
compiling /tmp/ruby/src/trunk-O0/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixserver.c
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json/parser'
compiling /tmp/ruby/src/trunk-O0/ext/json/parser/parser.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/parser'
compiling /tmp/ruby/src/trunk-O0/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey.c
linking shared-object socket.so
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_dh.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509store.c
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
generating encdb.h
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.5.0.dev
                                    cgi 0.4.0
                                    csv 3.2.8
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.5
                                    irb 1.9.1
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.0
                                    open3 0.2.0
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.18.0
                                    pstore 0.1.3
                                    rdoc 6.6.0
                                    readline 0.0.3
                                    reline 0.4.0
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.0
                                    set 1.0.3
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 1.1.0
                                    tempfile 0.2.0
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3.dev.1
                                    fcntl 1.1.0
                                    fiddle 1.1.2
                                    io-console 0.6.1.dev.1
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.1.1
                                    stringio 3.1.0
                                    strscan 3.0.8
                                    syslog 0.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.4.6
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.3.2
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.3
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1864 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=43267
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

[  1/909] 4043858=test_passing_block
[  2/909] 4043858=test_gem_commands_which_command
[  3/909] 4043861=test_primitive
[  4/909] 4043861=test_mul
[  5/909] 4043857=test_float
[  6/909] 4043861=test_gem_gemcutter_utilities
[  7/909] 4043859=test_method_cache
[  8/909] 4043859=test_history
[  9/909] 4043859=test_document
[ 10/909] 4043859=test_gem_config_file
[ 11/909] 4043858=test_cstr
[ 12/909] 4043859=test_gem_resolver_best_set
[ 13/909] 4043859=test_whileuntil
[ 14/909] 4043859=test_monitor
[ 15/909] 4043859=test_data_error
[ 16/909] 4043861=test_yjit_exit_locations
[ 17/909] 4043857=test_encoding
[ 18/909] 4043861=test_shellwords
[ 19/909] 4043861=test_windows_1251
[ 20/909] 4043861=test_yaml_tree
[ 21/909] 4043857=test_sockopt
[ 22/909] 4043857=test_gem_uri_formatter
[ 23/909] 4043859=test_omap
[ 24/909] 4043861=errors_test
[ 25/909] 4043859=test_fileutils
[ 26/909] 4043858=test_gem_package_tar_writer
[ 27/909] 4043858=test_gb18030
[ 28/909] 4043858=test_gem_resolver_conflict
[ 29/909] 4043858=test_nowrite
[ 30/909] 4043858=test_nesting_parser
[ 31/909] 4043861=test_thread_queue
[ 32/909] 4043857=test_vm_dump
[ 33/909] 4043857=test_helper
[ 34/909] 4043858=test_gem_path_support
[ 35/909] 4043858=test_case
[ 36/909] 4043857=test_pathname
[ 37/909] 4043858=test_coverage
[ 38/909] 4043859=test_libs
[ 39/909] 4043859=test_gc
[ 40/909] 4043859=test_math
[ 41/909] 4043859=test_fips
[ 42/909] 4043857=test_configuration
[ 43/909] 4043857=test_class
[ 44/909] 4043857=test_wss
[ 45/909] 4043857=test_x509ext
[ 46/909] 4043857=test_set_len
[ 47/909] 4043857=test_x509attr
[ 48/909] 4043857=test_unicode
[ 49/909] 4043859=test_webauthn_poller
[ 50/909] 4043857=test_rdoc_parser_rd
[ 51/909] 4043859=test_marshalable
[ 52/909] 4043859=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 36975>
[ 53/909] 4043859=test_pattern_matching
[ 54/909] 4043859=test_thread_cv
Closed file descriptor: TestThreadConditionVariable#test_condvar_fork: 11
[ 55/909] 4043857=test_rdoc_parser
[ 56/909] 4043857=test_word
[ 57/909] 4043857=test_numeric
[ 58/909] 4043859=test_gem_requirement
[ 59/909] 4043857=test_irb
[ 60/909] 4043858=test_gem_ext_rake_builder
[ 61/909] 4043859=test_parser
[ 62/909] 4043859=test_gem_resolver_vendor_set
[ 63/909] 4043859=test_gem_commands_list_command
[ 64/909] 4043859=test_cmethod
[ 65/909] 4043859=test_gem_resolver_installed_specification
[ 66/909] 4043859=test_num2int
[ 67/909] 4043859=test_gem_install_update_options
[ 68/909] 4043861=test_iter_break
[ 69/909] 4043861=test_keyword
[ 70/909] 4043859=test_x509crl
[ 71/909] 4043859=test_hash
[ 72/909] 4043857=test_ensured
[ 73/909] 4043857=test_cgi_session
[ 74/909] 4043857=test_pkcs7
[ 75/909] 4043861=test_address_resolve
[ 76/909] 4043861=test_refinement
[ 77/909] 4043857=test_gem_command_manager
[ 78/909] 4043857=test_project_sanity
[ 79/909] 4043857=test_files_ext
[ 80/909] 4043858=test_x509req
[ 81/909] 4043858=test_array
[ 82/909] 4043857=test_gem_ext_cargo_builder_link_flag_converter
[ 83/909] 4043857=test_console_attr
[ 84/909] 4043857=test_argf
[ 85/909] 4043858=test_m17n
[ 86/909] 4043858=test_yjit
[ 87/909] 4043859=test_frozen_error
[ 88/909] 4043859=test_ossl
[ 89/909] 4043857=test_ubf_async_safe
[ 90/909] 4043857=test_insns_leaf
[ 91/909] 4043857=test_gem_version_option
[ 92/909] 4043857=dispatcher_test
[ 93/909] 4043857=test_complex2
[ 94/909] 4043857=test_eval_history
[ 95/909] 4043857=test_win32ole_record
[ 96/909] 4043857=test_ruby_lex
[ 97/909] 4043857=test_set
[ 98/909] 4043857=test_gem_commands_help_command
[ 99/909] 4043857=test_rdoc_include
[100/909] 4043857=test_pkg_config
[101/909] 4043857=test_yield_block
[102/909] 4043857=test_object
[103/909] 4043857=test_gem_resolver_local_specification
[104/909] 4043857=test_digest
[105/909] 4043857=test_dln
[106/909] 4043857=test_rdoc_options
[107/909] 4043861=test_closure
[108/909] 4043857=test_at_exit
[109/909] 4043857=test_gem_resolver
[110/909] 4043857=test_win32ole_variable
[111/909] 4043857=test_bigdecimal
[112/909] 4043861=test_object_references
[113/909] 4043861=test_scheduler
[114/909] 4043861=test_cgi_cookie
[115/909] 4043861=version_test
[116/909] 4043861=test_rbconfig
[117/909] 4043861=test_files_sample
[118/909] 4043861=test_metaclass
[119/909] 4043861=test_tsort
[120/909] 4043861=test_gem_commands_exec_command
[121/909] 4043859=test_rdoc_markup_to_label
[122/909] 4043859=test_gem_package_tar_reader_entry
[123/909] 4043859=test_gem_specification
[124/909] 4043861=test_timeout
[125/909] 4043861=test_httpresponses
[126/909] 4043861=test_gem_commands_server_command
[127/909] 4043861=test_general
[128/909] 4043861=test_objspace
[129/909] 4043857=test_abbrev
[130/909] 4043857=test_time_tz
[131/909] 4043857=test_new
[132/909] 4043857=test_big5
[133/909] 4043857=test_cipher
[134/909] 4043857=test_httpresponse
[135/909] 4043857=test_rdoc_parser_ruby
[136/909] 4043859=test_beginendblock
[137/909] 4043858=test_load
[138/909] 4043858=test_have_library
[139/909] 4043857=test_mixed_unicode_escapes
[140/909] 4043857=test_rdoc_generator_darkfish
[141/909] 4043859=test_within_pipe
[142/909] 4043859=test_logperiod
[143/909] 4043859=test_getoptlong
[144/909] 4043859=test_pack
[145/909] 4043858=test_arith_seq_extract
[146/909] 4043858=test_ractor
[147/909] 4043858=test_rubyvm
[148/909] 4043858=test_config
[149/909] 4043858=test_gem_request_connection_pools
[150/909] 4043857=test_recursion
[151/909] 4043857=test_string_processing
[152/909] 4043857=test_c_union_entity
[153/909] 4043857=test_unicode_escape
[154/909] 4043858=test_cparser
[155/909] 4043857=test_rdoc_markup_attributes
[156/909] 4043857=test_bn
[157/909] 4043859=test_io_console
[158/909] 4043857=test_engine
[159/909] 4043857=test_append
[160/909] 4043857=test_symbol
[161/909] 4043857=test_rb_str_dup
[162/909] 4043857=test_key_error
[163/909] 4043857=test_module
[164/909] 4043858=test_ssl
[165/909] 4043859=test_digest_extend
[166/909] 4043859=test_logger
[167/909] 4043859=test_ftp
[168/909] 4043859=test_logdevice
[169/909] 4043859=test_import
[170/909] 4043857=test_last_thread
[171/909] 4043857=test_enc_associate
[172/909] 4043858=test_x509cert
[173/909] 4043858=test_gem_commands_unpack_command
[174/909] 4043857=test_rdoc_markup_to_table_of_contents
[175/909] 4043857=test_pp
[176/909] 4043857=test_scalar_scanner
[177/909] 4043857=test_notimplement
[178/909] 4043857=test_array_create
[179/909] 4043857=test_key_event_record
[180/909] 4043857=test_win32ole_event
[181/909] 4043857=test_option
[182/909] 4043858=test_mutex
[183/909] 4043859=test_struct
[184/909] 4043857=test_etc
[185/909] 4043859=test_require_lib
[186/909] 4043857=test_tree_spell_checker
[187/909] 4043858=test_euc_jp
[188/909] 4043858=test_gem_util
[189/909] 4043857=test_compile_prism
[190/909] 4043858=test_io
[191/909] 4043857=test_sexp
[192/909] 4043857=test_integer
[193/909] 4043859=test_objectspace
[194/909] 4043857=test_interned_str
[195/909] 4043857=test_gem_ext_cmake_builder
[196/909] 4043857=ripper_compat_test
[197/909] 4043857=test_optparse
[198/909] 4043857=test_gem_commands_generate_index_command
[199/909] 4043857=test_gem_commands_update_command
[200/909] 4043859=json_encoding_test
[201/909] 4043859=test_marshal
[202/909] 4043859=test_raise_exception
[203/909] 4043857=test_rdoc_markup_to_bs
[204/909] 4043857=test_ractor
[205/909] 4043857=test_convert
[206/909] 4043857=test_https
[207/909] 4043859=test_rdoc_markup_to_tt_only
[208/909] 4043859=test_ssl
[209/909] 4043857=test_evaluation
[210/909] 4043857=test_case_options
[211/909] 4043857=test_encoding
[212/909] 4043859=test_to_ary_concat
[213/909] 4043857=test_gem
[214/909] 4043858=test_addrinfo
[215/909] 4043858=test_constant
[216/909] 4043859=test_buffered_io
[217/909] 4043859=test_completion
[218/909] 4043857=test_terminfo
[219/909] 4043857=test_rational2
[220/909] 4043857=test_fiber
[221/909] 4043858=test_rdoc_require
[222/909] 4043859=test_parser
[223/909] 4043859=test_cgi_core
[224/909] 4043859=test_signal
[225/909] 4043858=test_fixnum
[226/909] 4043858=test_bug-14834
[227/909] 4043858=test_gem_ext_cargo_builder_unit
[228/909] 4043858=test_delegate
[229/909] 4043858=test_bash_completion
[230/909] 4043858=test_remote_fetch_error
[231/909] 4043858=test_require
[232/909] 4043859=test_thread
[233/909] 4043857=test_pattern_key_name_check
[234/909] 4043857=test_pinned
[235/909] 4043857=test_udp
[236/909] 4043857=test_open3
[237/909] 4043858=test_range
[238/909] 4043861=test_rdoc_rd
[239/909] 4043861=test_optimization
[240/909] 4043858=test_gem_commands_query_command
[241/909] 4043859=test_drbobject
[242/909] 4043859=test_exit
[243/909] 4043858=test_dup
[244/909] 4043859=test_delegation
[245/909] 4043859=test_history
[246/909] 4043859=test_locale
[247/909] 4043859=test_require
[248/909] 4043858=test_unconverted_fields
[249/909] 4043858=test_find_executable
[250/909] 4043858=test_ts
[251/909] 4043858=test_rdoc_markup_document
[252/909] 4043858=test_lazy_enumerator
[253/909] 4043857=test_key_actor_vi
[254/909] 4043857=test_weakkeymap
[255/909] 4043857=test_formatter
[256/909] 4043857=test_enumerable
[257/909] 4043857=test_too_many_dummy_encodings
[258/909] 4043857=test_signedness
[259/909] 4043858=test_rdoc_parser_simple
[260/909] 4043858=test_grapheme_breaks
[261/909] 4043858=test_ractor
[262/909] 4043858=json_common_interface_test
[263/909] 4043858=test_gem_security_signer
[264/909] 4043858=test_date_arith
[265/909] 4043858=test_gem_package
[266/909] 4043858=test_gem_resolver_api_specification
[267/909] 4043858=location_test
[268/909] 4043858=test_gem_commands_stale_command
[269/909] 4043858=test_patterns
[270/909] 4043858=test_buffering
[271/909] 4043858=test_drbunix
[272/909] 4043859=test_svcb_https
[273/909] 4043859=test_rand
[274/909] 4043857=test_serialize_subclasses
[275/909] 4043857=test_default_gems
[276/909] 4043857=test_instrumentation_api
[277/909] 4043859=test_propertyputref
[278/909] 4043859=test_struct
[279/909] 4043859=fuzzer_test
[280/909] 4043857=test_ast
[281/909] 4043859=test_gem_request_set_lockfile_tokenizer
[282/909] 4043859=test_gem_doctor
[283/909] 4043859=test_date_strptime
[284/909] 4043859=ruby_api_test
[285/909] 4043859=test_gem_safe_marshal
[286/909] 4043859=test_data
[287/909] 4043859=test_rdoc_markup_to_html_snippet
[288/909] 4043859=test_gem_commands_lock_command
[289/909] 4043859=test_rdoc_markup_indented_paragraph
[290/909] 4043859=test_rdoc_i18n_text
[291/909] 4043859=test_gem_source_fetch_problem
[292/909] 4043859=test_rdoc_parser_markdown
[293/909] 4043859=test_gem_commands_sources_command
[294/909] 4043859=test_context
Leaked thread: TestIRB::ContextTest#test_build_completor: #<Thread:0x00007f81e8cc7290 /tmp/ruby/src/trunk-O0/lib/irb/type_completion/types.rb:16 sleep>
Finished thread: TestIRB::ContextTest#test_default_return_format: #<Thread:0x00007f81e8cc7290 /tmp/ruby/src/trunk-O0/lib/irb/type_completion/types.rb:16 dead>
[295/909] 4043859=test_coder
[296/909] 4043859=test_symbol
[297/909] 4043858=test_http
[298/909] 4043859=test_fd_setsize
[299/909] 4043859=test_gem_source_git
[300/909] 4043861=test_regex_casefold
[301/909] 4043859=test_unix
[302/909] 4043859=test_erb_command
[303/909] 4043859=test_gem_rdoc
[304/909] 4043859=test_ws
[305/909] 4043861=test_win32ole_variant_outarg
[306/909] 4043861=test_gem_commands_contents_command
[307/909] 4043859=test_have_func
[308/909] 4043861=test_ractor_compatibility
[309/909] 4043861=test_scanner_events
[310/909] 4043861=test_inlinecache
[311/909] 4043861=test_filter
[312/909] 4043859=test_rdoc_generator_markup
[313/909] 4043859=test_rendering
[314/909] 4043861=test_gem_dependency_list
[315/909] 4043859=test_gem_ext_configure_builder
[316/909] 4043859=test_not
[317/909] 4043859=test_rdoc_attr
[318/909] 4043859=test_table
[319/909] 4043861=test_ostruct
[320/909] 4043859=test_koi8
[321/909] 4043859=json_ext_parser_test
[322/909] 4043859=test_gem_resolver_vendor_specification
[323/909] 4043859=test_force_quotes
[324/909] 4043859=test_err_in_callback
Skipping Gem::PackageTask tests.  rake not found.
[325/909] 4043859=test_gem_package_task
[326/909] 4043859=test_https_proxy
[327/909] 4043859=test_bigdecimal_util
[328/909] 4043859=test_rdoc_rd_block_parser
[329/909] 4043861=test_name_error_extension
[330/909] 4043859=test_rdoc_ri_paths
[331/909] 4043861=test_key_actor_emacs
[332/909] 4043859=test_ractor
[333/909] 4043859=test_verbose
[334/909] 4043859=test_read
[335/909] 4043859=test_basicinstructions
[336/909] 4043858=test_update
[337/909] 4043858=test_pack
[338/909] 4043859=test_bignum
[339/909] 4043861=test_sleep
[340/909] 4043859=test_converters
[341/909] 4043859=test_normalize
[342/909] 4043859=ractor_test
[343/909] 4043858=test_gem_commands_fetch_command
[344/909] 4043859=test_rdoc_tom_doc
[345/909] 4043859=test_ancdata
[346/909] 4043859=test_spell_checker
[347/909] 4043859=test_singleton
[348/909] 4043859=test_gem_resolver_git_specification
[349/909] 4043858=test_files_test_2
[350/909] 4043861=test_rdoc_markup
[351/909] 4043861=test_arity
[352/909] 4043861=test_find
[353/909] 4043861=test_object
[354/909] 4043859=test_gem_resolver_composed_set
[355/909] 4043859=test_win32ole_variant
[356/909] 4043859=test_summary
[357/909] 4043859=test_rdoc_class_module
[358/909] 4043861=test_liberal_parsing
[359/909] 4043861=test_rdoc_markup_attribute_manager
[360/909] 4043861=test_nil
[361/909] 4043861=test_trace
[362/909] 4043861=test_yamldbm
[363/909] 4043861=unescape_test
[364/909] 4043859=test_install
[365/909] 4043859=test_foreach
[366/909] 4043859=test_func
[367/909] 4043861=test_jaro_winkler
[368/909] 4043861=test_type_completor
[369/909] 4043861=test_stat
[370/909] 4043861=test_pair
[371/909] 4043858=test_flush
[372/909] 4043858=test_rational
[373/909] 4043858=test_cgi_modruby
[374/909] 4043858=test_gem_commands_owner_command
[375/909] 4043858=test_gem_local_remote_options
[376/909] 4043859=test_gc
[377/909] 4043861=test_open-uri
[378/909] 4043858=test_date
[379/909] 4043858=test_lexer
[380/909] 4043858=test_nonblock
[381/909] 4043858=test_strip
[382/909] 4043858=test_rdoc_context
[383/909] 4043861=test_random
[384/909] 4043861=test_c_struct_entry
[385/909] 4043861=test_dir
[386/909] 4043861=test_coderange
[387/909] 4043861=test_iso_8859
[388/909] 4043861=test_transcode
[389/909] 4043861=test_gem_commands_install_command
[390/909] 4043858=test_gem_indexer
[391/909] 4043858=test_enumerator_kw
[392/909] 4043858=test_mailto
[393/909] 4043858=test_rdoc_parser_changelog
[394/909] 4043858=parameters_signature_test
[395/909] 4043858=test_drbssl
[396/909] 4043861=test_yaml_special_cases
[397/909] 4043861=test_gem_source_list
[398/909] 4043861=test_column_separator
[399/909] 4043861=test_boolean
[400/909] 4043861=test_kill_ring
[401/909] 4043861=test_win32ole_param
[402/909] 4043861=test_super
[403/909] 4043861=test_ocsp
[404/909] 4043861=test_gem_package_old
[405/909] 4043861=memsize_test
[406/909] 4043861=test_method_cache
[407/909] 4043861=heredoc_dedent_test
[408/909] 4043861=test_sprintf_comb
[409/909] 4043861=test_time
[410/909] 4043861=test_win32ole
[411/909] 4043861=test_gem_request_set_gem_dependency_api
[412/909] 4043861=test_lambda
[413/909] 4043861=test_readpartial
[414/909] 4043861=test_pstore
[415/909] 4043861=test_variable
[416/909] 4043861=test_gem_text
[417/909] 4043861=test_settracefunc
[418/909] 4043861=test_gem_resolver_specification
[419/909] 4043861=test_tracepoint
[420/909] 4043861=test_pipe
[421/909] 4043861=desugar_compiler_test
[422/909] 4043861=test_general
[423/909] 4043861=test_have_macro
[424/909] 4043861=test_resize
[425/909] 4043861=test_io_m17n
[426/909] 4043861=test_stringscanner
[427/909] 4043861=test_error_highlight
[428/909] 4043861=test_config
[429/909] 4043858=test_internal_ivar
[430/909] 4043858=test_nkf
[431/909] 4043861=test_rdoc_markup_pre_process
[432/909] 4043858=test_env
[433/909] 4043861=test_convertible
[434/909] 4043858=test_singleton_function
[435/909] 4043858=test_protocol
[436/909] 4043859=test_rdoc_markup_to_rdoc
[437/909] 4043858=test_cgi_header
[438/909] 4043859=test_tuplebag
[439/909] 4043858=test_rdoc_generator_pot_po_entry
[440/909] 4043859=test_helper
[441/909] 4043859=test_dir_m17n
[442/909] 4043858=test_getopts
[443/909] 4043858=test_addr
[444/909] 4043858=test_gem_commands_info_command
[445/909] 4043858=test_process
[446/909] 4043858=test_dns
[447/909] 4043858=test_gem_remote_fetcher
[448/909] 4043861=test_scope
[449/909] 4043861=test_case
[450/909] 4043861=test_printf
[451/909] 4043861=compiler_test
[452/909] 4043861=test_iterator
[453/909] 4043861=test_variable_name_check
[454/909] 4043861=test_string
[455/909] 4043861=pattern_test
[456/909] 4043861=test_file_exhaustive
[457/909] 4043859=test_extlibs
[458/909] 4043858=test_regexp
[459/909] 4043859=test_pointer
[460/909] 4043859=test_gem_gem_runner
[461/909] 4043859=test_alias
[462/909] 4043859=test_proc
[463/909] 4043859=test_eval
[464/909] 4043859=test_storage
[465/909] 4043859=test_zlib
[466/909] 4043858=test_rdoc_generator_pot
[467/909] 4043858=test_gem_uninstaller
[468/909] 4043861=test_gem_commands_open_command
[469/909] 4043861=test_bug-5832
[470/909] 4043861=test_store
[471/909] 4043861=test_files_lib
[472/909] 4043861=test_digest
[473/909] 4043861=test_gem_command
[474/909] 4043858=test_emoji_breaks
[475/909] 4043861=test_ractor
[476/909] 4043861=test_gem_resolver_git_set
[477/909] 4043861=test_nofree
[478/909] 4043861=test_gem_resolver_lock_specification
[479/909] 4043861=test_fiddle
[480/909] 4043861=test_eval
[481/909] 4043861=test_kconv
[482/909] 4043861=test_rubygems
[483/909] 4043861=test_gem_security
[484/909] 4043861=test_member
[485/909] 4043861=test_stringchar
[486/909] 4043861=test_rdoc_cross_reference
[487/909] 4043858=test_quote_char_nil
[488/909] 4043858=test_shift_jis
[489/909] 4043858=test_did_you_mean
[490/909] 4043858=test_handle
[491/909] 4043861=test_date_time
[492/909] 4043861=test_rdoc_markup_to_joined_paragraph
[493/909] 4043861=test_arity
[494/909] 4043861=test_type_analyze
[495/909] 4043861=test_reline_key
[496/909] 4043861=test_read
[497/909] 4043858=test_bug-3571
[498/909] 4043858=test_unicode_normalize
[499/909] 4043861=test_name_error
[500/909] 4043861=locals_test
[501/909] 4043861=test_string
[502/909] 4043859=bom_test
[503/909] 4043859=test_gem_stream_ui
[504/909] 4043859=test_ansi_with_terminfo
[505/909] 4043859=test_safe_load
[506/909] 4043859=test_thread_fd_close
[507/909] 4043859=test_file
[508/909] 4043861=test_rdoc_generator_ri
[509/909] 4043861=test_hash_create
[510/909] 4043861=test_gem_commands_dependency_command
[511/909] 4043861=test_rdoc_rubygems_hook
[512/909] 4043861=test_pkey_dsa
[513/909] 4043859=test_switch_hitter
[514/909] 4043859=test_enumerator
[515/909] 4043859=test_timeout
[516/909] 4043859=test_weakref
[517/909] 4043861=test_weakmap
[518/909] 4043859=test_egrep_cpp
[519/909] 4043859=test_case_mapping
[520/909] 4043859=test_date_compat
[521/909] 4043859=test_gem_source_subpath_problem
[522/909] 4043859=test_date_conv
[523/909] 4043859=test_scan_args
[524/909] 4043859=test_dot_dot
[525/909] 4043859=test_win32ole_method
[526/909] 4043859=test_frozen
[527/909] 4043859=test_flip
[528/909] 4043859=test_gem_source_local
[529/909] 4043859=test_stringio
[530/909] 4043859=test_memory_view
[531/909] 4043859=test_exception_at_throwing
[532/909] 4043859=test_row
[533/909] 4043859=test_enumerator
[534/909] 4043858=test_rdoc_method_attr
[535/909] 4043859=test_win32ole_type_event
[536/909] 4043859=test_rewind
[537/909] 4043859=test_gem_uri
[538/909] 4043859=test_sprintf
[539/909] 4043858=test_gem_source_installed
[540/909] 4043858=test_rdoc_i18n_locale
[541/909] 4043858=test_gem_resolver_lock_set
[542/909] 4043858=test_ole_methods
[543/909] 4043858=test_flags
[544/909] 4043859=test_gem_resolver_installer_set
[545/909] 4043859=test_psych
[546/909] 4043859=test_http
[547/909] 4043859=test_gem_update_suggestion
[548/909] 4043859=test_arithmetic_sequence
[549/909] 4043859=test_ractor
[550/909] 4043859=test_load
[551/909] 4043859=test_severity
[552/909] 4043859=test_json_tree
[553/909] 4043859=test_cgi_multipart
[554/909] 4043859=test_autoconf
[555/909] 4043859=test_io_buffer
[556/909] 4043859=test_bug_reporter
[557/909] 4043858=test_cclass
[558/909] 4043858=test_rdoc_rdoc
[559/909] 4043859=test_tcp
[560/909] 4043858=test_win32ole_variant_m
[561/909] 4043858=test_kdf
[562/909] 4043858=test_rdoc_comment
[563/909] 4043858=test_time
[564/909] 4043859=test_files_test
[565/909] 4043859=test_gem_bundler_version_finder
[566/909] 4043859=test_gem_commands_signout_command
[567/909] 4043859=test_gem_silent_ui
[568/909] 4043859=test_io_wait_uncommon
[569/909] 4043858=test_gem_request_set_lockfile_parser
[570/909] 4043859=test_parser_events
[571/909] 4043859=test_inadvertent_creation
[572/909] 4043858=test_webauthn_listener_response
[573/909] 4043858=test_enc_raise
[574/909] 4043858=test_syntax
[575/909] 4043859=test_rdoc_store
[576/909] 4043859=test_case_comprehensive
[577/909] 4043861=test_exception
[578/909] 4043861=test_provider
[579/909] 4043861=test_gem_dependency_resolution_error
[580/909] 4043861=test_rdoc_stats
[581/909] 4043861=test_gem_commands_specification_command
[582/909] 4043861=test_popen_deadlock
[583/909] 4043861=test_asn1
[584/909] 4043861=test_features
[585/909] 4043861=test_len
[586/909] 4043861=test_placearg
[587/909] 4043861=test_ractor
[588/909] 4043861=test_delete
[589/909] 4043861=test_rdoc_markup_to_ansi
[590/909] 4043861=test_gc_compact
[591/909] 4043858=json_generator_test
[592/909] 4043858=test_gem_impossible_dependencies_error
[593/909] 4043858=test_continuation
[594/909] 4043858=test_str2big
[595/909] 4043858=test_bigmath
[596/909] 4043858=test_invalid
[597/909] 4043858=test_qsort
[598/909] 4043858=test_types
[599/909] 4043858=test_gem_commands_build_command
[600/909] 4043858=json_addition_test
[601/909] 4043858=test_gem_commands_push_command
[602/909] 4043858=test_m17n_comb
[603/909] 4043861=test_class_name_check
[604/909] 4043861=test_common
[605/909] 4043861=test_type
[606/909] 4043861=test_backtrace
[607/909] 4043861=test_complex
[608/909] 4043861=json_generic_object_test
[609/909] 4043861=test_base64
[610/909] 4043861=test_gem_request
[611/909] 4043861=test_pkey_ec
[612/909] 4043861=test_thread
[613/909] 4043861=test_rdoc_token_stream
[614/909] 4043861=test_recorder
[615/909] 4043861=test_write
[616/909] 4043861=test_enum
[617/909] 4043861=test_date_parse
[618/909] 4043861=test_gem_spec_fetcher
[619/909] 4043861=test_folderitem2_invokeverb
[620/909] 4043861=test_win32ole_param_event
[621/909] 4043861=test_debug_cmd
[622/909] 4043861=test_workspace
[623/909] 4043861=test_rdoc_single_class
[624/909] 4043861=test_rdoc_generator_json_index
[625/909] 4043861=test_cgi_tag_helper
[626/909] 4043861=test_gem_resolver_index_set
[627/909] 4043861=test_each
[628/909] 4043861=parse_test
[629/909] 4043858=test_gbk
[630/909] 4043858=json_parser_test
[631/909] 4043858=test_rdoc_markup_formatter
[632/909] 4043858=test_usrmarshal
[633/909] 4043858=test_gem_validator
[634/909] 4043858=test_gem_commands_outdated_command
[635/909] 4043858=!Nothing_to_test
[636/909] 4043858=test_rendering
[637/909] 4043858=test_kernel
[638/909] 4043858=test_div
[639/909] 4043858=test_nil2vtempty
[640/909] 4043858=test_integer_comb
[641/909] 4043861=test_deprecated
[642/909] 4043861=test_read_write
[643/909] 4043861=test_profile_frames
[644/909] 4043861=test_x509store
[645/909] 4043861=test_exception
[646/909] 4043861=test_win32ole_type
[647/909] 4043861=test_header
[648/909] 4043861=test_null
[649/909] 4043861=test_windows_1252
[650/909] 4043861=test_ripper
[651/909] 4043861=test_optarg
[652/909] 4043861=test_gem_dependency_installer
[653/909] 4043861=test_gem_source_lock
[654/909] 4043861=test_syslog_logger
[655/909] 4043861=test_input_method
[656/909] 4043861=test_generic
[657/909] 4043861=test_enc_str_buf_cat
[658/909] 4043861=regexp_test
[659/909] 4043861=test_my_integer
[660/909] 4043861=test_assignment
[661/909] 4043858=test_modify_expand
[662/909] 4043858=test_gem_available_set
[663/909] 4043858=test_memory_view
[664/909] 4043858=test_gem_dependency
[665/909] 4043858=test_cgi_util
[666/909] 4043858=test_autoload
[667/909] 4043861=test_rdoc_text
[668/909] 4043861=test_ansi_without_terminfo
[669/909] 4043861=test_data_converters
[670/909] 4043861=test_call
[671/909] 4043861=test_gem_source_vendor
[672/909] 4043861=test_require
[673/909] 4043861=test_encodings
[674/909] 4043861=test_ns_spki
[675/909] 4043861=test_gem_resolver_dependency_request
[676/909] 4043861=test_ssl_session
[677/909] 4043861=test_rdoc_markup_hard_break
[678/909] 4043861=test_gem_version
[679/909] 4043861=test_rdoc_normal_module
[680/909] 4043861=test_rdoc_markdown_test
[681/909] 4043861=test_random
[682/909] 4043861=test_gem_commands_pristine_command
[683/909] 4043858=test_noarg
[684/909] 4043858=test_tmpdir
[685/909] 4043857=test_change_word
[686/909] 4043857=test_arith_seq_beg_len_step
[687/909] 4043857=test_gem_resolver_requirement_list
[688/909] 4043857=test_scalar
[689/909] 4043857=test_key_name_check
[690/909] 4043857=test_trick
[691/909] 4043858=test_rdoc_markup_to_markdown
[692/909] 4043858=test_iseq_load
[693/909] 4043861=test_utf32
[694/909] 4043861=test_literal
[695/909] 4043861=test_date_marshal
[696/909] 4043861=test_gem_commands_cleanup_command
[697/909] 4043859=test_euc_kr
[698/909] 4043859=test_gem_commands_mirror
[699/909] 4043859=test_shapes
[700/909] 4043859=test_rdoc_ri_driver
[701/909] 4043861=test_httpheader
[702/909] 4043861=test_rubyoptions
[703/909] 4043859=test_capacity
[704/909] 4043859=test_thread
[705/909] 4043859=test_nextafter
[706/909] 4043859=test_rdoc_servlet
[707/909] 4043859=test_clone
[708/909] 4043859=test_tree_builder
[709/909] 4043858=test_rdoc_generator_pot_po
[710/909] 4043858=test_protect
[711/909] 4043859=test_inputs_scanner
[712/909] 4043858=test_cesu8
[713/909] 4043859=test_rdoc_markup_include
[714/909] 4043858=test_typeddata
[715/909] 4043859=test_dryrun
[716/909] 4043859=test_ractor
[717/909] 4043859=parse_comments_test
[718/909] 4043859=test_forwardable
[719/909] 4043859=test_gem_resolver_api_set
[720/909] 4043859=test_stream
[721/909] 4043859=test_pkey
[722/909] 4043859=test_io_wait
[723/909] 4043859=test_string_memory
[724/909] 4043858=test_acceptable
[725/909] 4043858=test_kwargs
[726/909] 4043858=test_yield
[727/909] 4043859=test_integer
[728/909] 4043859=test_rinda
[729/909] 4043857=test_gem_security_trust_dir
[730/909] 4043857=test_line_editor
[731/909] 4043857=constant_path_node_test
[732/909] 4043857=test_gem_request_set
[733/909] 4043859=test_gem_name_tuple
[734/909] 4043859=test_undef
[735/909] 4043859=test_http_request
[736/909] 4043859=test_date_ractor
[737/909] 4043859=test_rat
[738/909] 4043859=test_mdns
[739/909] 4043859=test_config
[740/909] 4043857=test_process
[741/909] 4043859=test_key_stroke
[742/909] 4043859=test_ractor
[743/909] 4043859=test_ifunless
[744/909] 4043859=test_external_new
[745/909] 4043859=test_bundled_ca
[746/909] 4043859=test_win32ole_typelib
[747/909] 4043859=test_hash
[748/909] 4043859=test_complexrational
[749/909] 4043859=test_drb
[750/909] 4043858=test_abi
[751/909] 4043858=test_rdoc_any_method
[752/909] 4043858=test_config
[753/909] 4043858=test_alias_and_anchor
[754/909] 4043858=test_securerandom
[755/909] 4043858=test_pkey_dh
[756/909] 4043858=test_path_to_class
[757/909] 4043858=test_gem_resolver_activation_request
[758/909] 4043858=test_function_entry
[759/909] 4043858=test_gem_ext_ext_conf_builder
[760/909] 4043858=test_win32ole_method_event
[761/909] 4043858=test_rdoc_alias
[762/909] 4043858=test_gem_commands_yank_command
[763/909] 4043858=test_big2str
[764/909] 4043858=test_data
[765/909] 4043858=test_gem_commands_check_command
[766/909] 4043858=test_queue
[767/909] 4043858=test_ellipsize
[768/909] 4043858=test_io
[769/909] 4043858=test_emitter
[770/909] 4043861=test_gem_security_policy
[771/909] 4043858=test_rdoc_context_section
[772/909] 4043858=test_human_typo
[773/909] 4043858=test_threadgroup
[774/909] 4043861=test_prettyprint
[775/909] 4043858=test_gem_ext_builder
[776/909] 4043861=test_stream
[777/909] 4043861=test_c_struct_builder
[778/909] 4043861=test_gem_resolver_index_specification
[779/909] 4043861=test_merge_keys
[780/909] 4043861=test_to_ruby
[781/909] 4043861=test_rdoc_extend
[782/909] 4043861=test_gem_package_tar_header
[783/909] 4043861=test_gem_ext_cargo_builder
[784/909] 4043861=test_io_buffer
[785/909] 4043861=test_row_separator
[786/909] 4043861=test_rdoc_constant
[787/909] 4043861=test_deprecate
[788/909] 4043861=test_pkcs12
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 14 : #<IO:fd 14>
[789/909] 4043861=test_gem_installer
[790/909] 4043859=test_gem_source_specific_file
[791/909] 4043859=test_rdoc_markup_parser
[792/909] 4043859=test_method
[793/909] 4043858=test_io_timeout
[794/909] 4043858=test_files_test_1
[795/909] 4043858=test_rdoc_encoding
[796/909] 4043858=test_class
[797/909] 4043859=test_const
[798/909] 4043859=test_ipaddr
[799/909] 4043859=test_comparable
[800/909] 4043859=test_gem_package_tar_reader
[801/909] 4043859=test_rdoc_normal_class
[802/909] 4043859=test_rdoc_markdown
[803/909] 4043859=test_rdoc_rd_inline
[804/909] 4043859=test_rdoc_markup_raw
[805/909] 4043859=test_quote_empty
[806/909] 4043859=test_nomethod_error
[807/909] 4043859=test_euc_tw
[808/909] 4043859=test_fstring
[809/909] 4043859=test_path
[810/909] 4043859=test_cmd
[811/909] 4043858=test_rdoc_markup_paragraph
[812/909] 4043858=json_string_matching_test
[813/909] 4043858=test_utf16
[814/909] 4043858=test_gem_unsatisfiable_dependency_error
[815/909] 4043858=test_acl
[816/909] 4043858=test_require_path_check
[817/909] 4043859=magic_comment_test
[818/909] 4043859=test_duplicate
[819/909] 4043859=test_object_create_start
[820/909] 4043859=test_tempfile
[821/909] 4043858=test_wait
[822/909] 4043858=test_date_new
[823/909] 4043858=test_gem_commands_cert_command
[824/909] 4043859=test_bigzero
[825/909] 4043861=test_stack
[826/909] 4043859=test_pkey_rsa
[827/909] 4043859=test_backtrace
[828/909] 4043859=test_rdoc_markup_to_html
[829/909] 4043859=test_macro
[830/909] 4043858=test_rdoc_task
[831/909] 4043859=test_numhash
[832/909] 4043858=test_ldap
[833/909] 4043859=test_color
[834/909] 4043858=newline_test
[835/909] 4043859=test_econv
[836/909] 4043858=json_fixtures_test
[837/909] 4043858=test_rdoc_markup_verbatim
[838/909] 4043858=test_emitter
[839/909] 4043858=test_rdoc_parser_c
[840/909] 4043861=test_gem_platform
[841/909] 4043861=test_numeric
[842/909] 4043861=test_gem_commands_environment_command
[843/909] 4043861=test_erb
[844/909] 4043861=test_pty
[845/909] 4043861=encoding_test
[846/909] 4043858=test_bmethod
[847/909] 4043858=test_rdoc_top_level
[848/909] 4043859=test_hmac
[849/909] 4043859=test_gem_commands_setup_command
[850/909] 4043859=test_observer
[851/909] 4043859=test_parse
[852/909] 4043858=test_method_name_check
[853/909] 4043858=test_uncorrectable_name_check
[854/909] 4043858=test_gem_request_set_lockfile
[855/909] 4043859=test_postponed_job
[856/909] 4043858=test_reline
[857/909] 4043858=test_debug
[858/909] 4043858=test_array
[859/909] 4043859=comments_test
[860/909] 4043858=test_yaml
[861/909] 4043859=test_function
[862/909] 4043858=test_string
[863/909] 4043858=test_gem_stub_specification
[864/909] 4043859=test_assembler
[865/909] 4043859=test_raise
[866/909] 4043859=test_mkmf
[867/909] 4043859=test_benchmark
[868/909] 4043858=test_depth_first
[869/909] 4043858=test_random_formatter
[870/909] 4043858=test_skip_lines
[871/909] 4043858=test_mutex_m
[872/909] 4043858=test_gem_source
[873/909] 4043858=test_pack
[874/909] 4043858=test_rdoc_markup_heading
[875/909] 4043858=test_x509name
[876/909] 4043858=test_fnmatch
[877/909] 4043858=test_rdoc_code_object
[878/909] 4043859=test_gem_commands_uninstall_command
[879/909] 4043858=test_syslog
[880/909] 4043858=test_erb_m17n
[881/909] 4043858=test_yamlstore
[882/909] 4043858=test_class2name
[883/909] 4043858=test_rdoc_markup_to_html_crossref
[884/909] 4043859=test_framework
[885/909] 4043859=test_socket
[886/909] 4043858=test_sleep
[887/909] 4043858=test_basicsocket
[888/909] 4043858=test_rdoc_rd_inline_parser
[889/909] 4043858=test_color_printer
[890/909] 4043858=test_date_attr
[891/909] 4043858=test_iseq
[892/909] 4043857=test_sorted_set
[893/909] 4043857=test_face
[894/909] 4043857=test_emoji
[895/909] 4043858=test_sizeof
[896/909] 4043857=test_defined
[897/909] 4043857=test_cp949
[898/909] 4043857=test_gem_commands_search_command
[899/909] 4043857=test_condition
[900/909] 4043857=test_gem_commands_signin_command
[901/909] 4043857=test_system
[902/909] 4043859=library_symbols_test
[903/909] 4043859=test_resource
[904/909] 4043859=test_zsh_completion
[905/909] 4043859=test_init
[906/909] 4043859=test_set
[907/909] 4043859=test_reqarg
[908/909] 4043859=test_date_strftime
[909/909] 4043857=test_file

Retrying...
Finished tests in 1187.636189s, 22.6879 tests/s, 8830.9384 assertions/s.
26945 tests, 10487942 assertions, 0 failures, 0 errors, 194 skips

ruby -v: ruby 3.3.0dev (2023-11-26T07:04:23Z master e81c380c0f) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-11-26T07:04:23Z master e81c380c0f) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 ..

Finished in 264.791393 seconds

3725 files, 32456 examples, 142553 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.4057575.ruby -x gdbscript
[New LWP 4057575]
[New LWP 4057577]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055837a485fc0 in is_markable_object (obj=140002460331440) at /tmp/ruby/src/trunk-O0/gc.c:4694
4694	    if (rb_special_const_p(obj)) return FALSE; /* special const is not markable */
[Current thread is 1 (Thread 0x7f54f645c7c0 (LWP 4057575))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f54f645c7c0 (LWP 4057575) 0x000055837a485fc0 in is_markable_object (obj=140002460331440) at /tmp/ruby/src/trunk-O0/gc.c:4694
  2    Thread 0x7f54dce7f640 (LWP 4057577) 0x00007f54f6584fde in epoll_wait (epfd=4, events=0x55837aa9539c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f54dce7f640 (LWP 4057577)):
#0  0x00007f54f6584fde in epoll_wait (epfd=4, events=0x55837aa9539c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000055837a614e70 in timer_thread_polling (vm=0x55837be4eb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = 804435475
#2  0x000055837a615518 in timer_thread_func (ptr=0x55837be4eb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2969
        vm = 0x55837be4eb10
#3  0x00007f54f64f3b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140725323906384, 620160256256154255, 140002460169792, 25, 140002886367312, 140725323906736, -706227620824049009, -706312071268754801}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f54f6584bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f54f645c7c0 (LWP 4057575)):
#0  0x000055837a485fc0 in is_markable_object (obj=140002460331440) at /tmp/ruby/src/trunk-O0/gc.c:4694
No locals.
#1  0x000055837a48ac72 in gc_mark (objspace=0x55837be51260, obj=140002460331440) at /tmp/ruby/src/trunk-O0/gc.c:7032
No locals.
#2  0x000055837a48b767 in gc_mark_children (objspace=0x55837be51260, obj=140002460350760) at /tmp/ruby/src/trunk-O0/gc.c:7339
        i = 336
        len = 1024
        ptr = 0x55837beb0e60
        any = 0x7f54dceab928
#3  0x000055837a48bd71 in gc_mark_stacked_objects (objspace=0x55837be51260, incremental=1, count=34272) at /tmp/ruby/src/trunk-O0/gc.c:7479
        mstack = 0x55837be516e8
        obj = 140002460350760
        marked_slots_at_the_beginning = 746
        popped_count = 15921
#4  0x000055837a48bec9 in gc_mark_stacked_objects_incremental (objspace=0x55837be51260, count=34272) at /tmp/ruby/src/trunk-O0/gc.c:7511
No locals.
#5  0x000055837a48e201 in gc_marks_step (objspace=0x55837be51260, slots=34272) at /tmp/ruby/src/trunk-O0/gc.c:8716
        marking_finished = false
        __func__ = <optimized out>
#6  0x000055837a48e269 in gc_marks_continue (objspace=0x55837be51260, size_pool=0x55837be51280, heap=0x55837be512d0) at /tmp/ruby/src/trunk-O0/gc.c:8736
        __func__ = <optimized out>
        marking_finished = true
#7  0x000055837a481c53 in gc_continue (objspace=0x55837be51260, size_pool=0x55837be51280, heap=0x55837be512d0) at /tmp/ruby/src/trunk-O0/gc.c:2480
        lock_lev = 0
#8  0x000055837a48242a in newobj_alloc (objspace=0x55837be51260, cr=0x55837be52010, size_pool_idx=0, vm_locked=true) at /tmp/ruby/src/trunk-O0/gc.c:2807
        lev = 32765
        unlock_vm = false
        size_pool = 0x55837be51280
        heap = 0x55837be512d0
        cache = 0x55837be52208
        obj = 0
        __func__ = <optimized out>
#9  0x000055837a48265d in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x55837be52010, objspace=0x55837be51260, flags=5, klass=140002460494920) at /tmp/ruby/src/trunk-O0/gc.c:2866
        obj = 1
        lev = 1
#10 newobj_slowpath_wb_protected (klass=140002460494920, flags=5, objspace=0x55837be51260, cr=0x55837be52010, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2884
No locals.
#11 0x000055837a4829d5 in newobj_of0 (klass=140002460494920, flags=5, wb_protected=1, cr=0x55837be52010, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2926
        obj = 140002441951640
        objspace = 0x55837be51260
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#12 0x000055837a482a41 in newobj_of (cr=0x55837be52010, klass=140002460494920, flags=5, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2936
        obj = 94023207690944
#13 0x000055837a482afc in rb_wb_protected_newobj_of (ec=0x55837be522c0, klass=140002460494920, flags=5, size=40) at /tmp/ruby/src/trunk-O0/gc.c:2951
        __func__ = <optimized out>
#14 0x000055837a5e8b8b in str_alloc_embed (klass=140002460494920, capa=16) at /tmp/ruby/src/trunk-O0/string.c:855
        size = 40
        str = 0x7f54f6348508
#15 0x000055837a5eb36e in str_duplicate (klass=140002460494920, str=140002884617480) at /tmp/ruby/src/trunk-O0/string.c:1758
        dup = 140725323900688
#16 0x000055837a5eb3cf in rb_str_dup (str=140002884617480) at /tmp/ruby/src/trunk-O0/string.c:1770
No locals.
#17 0x000055837a645365 in rb_class_path (klass=140002460492840) at /tmp/ruby/src/trunk-O0/variable.c:282
        permanent = true
        path = 140002884617480
#18 0x000055837a4e2548 in class2path (klass=140002460492840) at /tmp/ruby/src/trunk-O0/marshal.c:271
        path = 140725323900848
#19 0x000055837a4e32bc in w_class (type=111 'o', obj=140002441939520, arg=0x7f54dbd3fd58, check=1) at /tmp/ruby/src/trunk-O0/marshal.c:569
        path = 140002884694112
        real_obj = 140002441939520
        klass = 140002460492840
#20 0x000055837a4e4b65 in w_object (obj=140002441939520, arg=0x7f54dbd3fd58, limit=-1) at /tmp/ruby/src/trunk-O0/marshal.c:1085
        v = 94023182085061
        c_arg = {obj = 140002441939520, arg = 0x7f54dbd3fd58, limit = -1}
        ivobj = 36
        num = 140725323900856
        hasiv = 0
        encname = 4
#21 0x000055837a4e503b in rb_marshal_dump_limited (obj=140002441939520, port=140002441951640, limit=-1) at /tmp/ruby/src/trunk-O0/marshal.c:1225
        arg = 0x7f54dbd3fd58
        wrapper = 140002442083640
#22 0x000055837a4e4eb6 in marshal_dump (argc=1, argv=0x7f54f635b058, _=140002460434760) at /tmp/ruby/src/trunk-O0/marshal.c:1194
        obj = 140002441939520
        port = 4
        a1 = 4
        a2 = 4
        limit = -1
#23 0x000055837a65fe18 in ractor_safe_call_cfunc_m1 (recv=140002460434760, argc=1, argv=0x7f54f635b058, func=0x55837a4e4db1 <marshal_dump>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3285
        f = 0x55837a4e4db1 <marshal_dump>
#24 0x000055837a660a4f in vm_call_cfunc_with_frame_ (ec=0x55837be522c0, reg_cfp=0x7f54f645afa0, calling=0x7ffd2af12e30, argc=1, argv=0x7f54f635b058, stack_bottom=0x7f54f635b050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3476
        ci = 0x1b2100100003
        cc = 0x7f54dbd1fda8
        val = 140725323901648
        me = 0x7f54dceab8d8
        cfunc = 0x55837beb2f08
        recv = 140002460434760
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#25 0x000055837a660c24 in vm_call_cfunc_with_frame (ec=0x55837be522c0, reg_cfp=0x7f54f645afa0, calling=0x7ffd2af12e30) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3504
        argc = 1
        stack_bottom = 0x7f54f635b050
        argv = 0x7f54f635b058
#26 0x000055837a660d3c in vm_call_cfunc_other (ec=0x55837be522c0, reg_cfp=0x7f54f645afa0, calling=0x7ffd2af12e30) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3530
        ci = 0x1b2100100003
        argv_ary = 0
#27 0x000055837a661164 in vm_call_cfunc (ec=0x55837be522c0, reg_cfp=0x7f54f645afa0, calling=0x7ffd2af12e30) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3612
        ci = 0x1b2100100003
#28 0x000055837a6639ad in vm_call_method_each_type (ec=0x55837be522c0, cfp=0x7f54f645afa0, calling=0x7ffd2af12e30) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4390
        aset_mask = 1980
        ivar_mask = 0
        ci = 0x1b2100100003
        cc = 0x7f54dbd1fda8
        cme = 0x7f54dceab8d8
        v = 94023210956488
#29 0x000055837a664459 in vm_call_method (ec=0x55837be522c0, cfp=0x7f54f645afa0, calling=0x7ffd2af12e30) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4516
        ci = 0x1b2100100003
        cc = 0x7f54dbd1fda8
#30 0x000055837a66465b in vm_call_general (ec=0x55837be522c0, reg_cfp=0x7f54f645afa0, calling=0x7ffd2af12e30) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4560
No locals.
#31 0x000055837a666ce0 in vm_sendish (ec=0x55837be522c0, reg_cfp=0x7f54f645afa0, cd=0x55837c31c7b0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5554
        val = 36
        ci = 0x1b2100100003
        cc = 0x7f54dbd1fda8
        argc = 1
        recv = 140002460434760
        calling = {cd = 0x55837c31c7b0, cc = 0x7f54dbd1fda8, block_handler = 0, recv = 140002460434760, argc = 1, kw_splat = false, heap_argv = 0}
#32 0x000055837a66e1a5 in vm_exec_core (ec=0x55837be522c0) at ../../src/trunk-O0/insns.def:822
        bh = 0
        cd = 0x55837c31c7b0
        leaf = false
        val = 94023207690760
        reg_pc = 0x55837c31c5e0
        reg_cfp = 0x7f54f645afa0
        insns_address_table = {0x55837a66a948 <vm_exec_core+108>, 0x55837a66a9aa <vm_exec_core+206>, 0x55837a66aabd <vm_exec_core+481>, 0x55837a66abd1 <vm_exec_core+757>, 0x55837a66ad6f <vm_exec_core+1171>, 0x55837a66ae9f <vm_exec_core+1475>, 0x55837a66b0b1 <vm_exec_core+2005>, 0x55837a66b1c3 <vm_exec_core+2279>, 0x55837a66b29c <vm_exec_core+2496>, 0x55837a66b3a3 <vm_exec_core+2759>, 0x55837a66b4aa <vm_exec_core+3022>, 0x55837a66b5b8 <vm_exec_core+3292>, 0x55837a66b6ca <vm_exec_core+3566>, 0x55837a66b79a <vm_exec_core+3774>, 0x55837a66b8a3 <vm_exec_core+4039>, 0x55837a66b99d <vm_exec_core+4289>, 0x55837a66ba60 <vm_exec_core+4484>, 0x55837a66bb23 <vm_exec_core+4679>, 0x55837a66bbac <vm_exec_core+4816>, 0x55837a66bc38 <vm_exec_core+4956>, 0x55837a66bcde <vm_exec_core+5122>, 0x55837a66bdb6 <vm_exec_core+5338>, 0x55837a66be83 <vm_exec_core+5543>, 0x55837a66bf61 <vm_exec_core+5765>, 0x55837a66c023 <vm_exec_core+5959>, 0x55837a66c162 <vm_exec_core+6278>, 0x55837a66c208 <vm_exec_core+6444>, 0x55837a66c2ed <vm_exec_core+6673>, 0x55837a66c41c <vm_exec_core+6976>, 0x55837a66c4df <vm_exec_core+7171>, 0x55837a66c5a2 <vm_exec_core+7366>, 0x55837a66c69a <vm_exec_core+7614>, 0x55837a66c75c <vm_exec_core+7808>, 0x55837a66c83b <vm_exec_core+8031>, 0x55837a66c94b <vm_exec_core+8303>, 0x55837a66ca45 <vm_exec_core+8553>, 0x55837a66cac0 <vm_exec_core+8676>, 0x55837a66cb81 <vm_exec_core+8869>, 0x55837a66cc6f <vm_exec_core+9107>, 0x55837a66cd1f <vm_exec_core+9283>, 0x55837a66ce9e <vm_exec_core+9666>, 0x55837a66cf78 <vm_exec_core+9884>, 0x55837a66d064 <vm_exec_core+10120>, 0x55837a66d0f5 <vm_exec_core+10265>, 0x55837a66d250 <vm_exec_core+10612>, 0x55837a66d7f2 <vm_exec_core+12054>, 0x55837a66d8ee <vm_exec_core+12306>, 0x55837a66d9f1 <vm_exec_core+12565>, 0x55837a66dadd <vm_exec_core+12801>, 0x55837a66dcf6 <vm_exec_core+13338>, 0x55837a66dde8 <vm_exec_core+13580>, 0x55837a66deee <vm_exec_core+13842>, 0x55837a66e0eb <vm_exec_core+14351>, 0x55837a66e294 <vm_exec_core+14776>, 0x55837a66e3bf <vm_exec_core+15075>, 0x55837a66e52b <vm_exec_core+15439>, 0x55837a66e656 <vm_exec_core+15738>, 0x55837a66e7c2 <vm_exec_core+16102>, 0x55837a66e9a4 <vm_exec_core+16584>, 0x55837a66eba1 <vm_exec_core+17093>, 0x55837a66ed4a <vm_exec_core+17518>, 0x55837a66ee6c <vm_exec_core+17808>, 0x55837a66ef13 <vm_exec_core+17975>, 0x55837a66efd7 <vm_exec_core+18171>, 0x55837a66f0c0 <vm_exec_core+18404>, 0x55837a66f1ac <vm_exec_core+18640>, 0x55837a66f295 <vm_exec_core+18873>, 0x55837a66f3a9 <vm_exec_core+19149>, 0x55837a66f4d0 <vm_exec_core+19444>, 0x55837a66f606 <vm_exec_core+19754>, 0x55837a66f73c <vm_exec_core+20064>, 0x55837a66f872 <vm_exec_core+20374>, 0x55837a66f9a8 <vm_exec_core+20684>, 0x55837a66fade <vm_exec_core+20994>, 0x55837a66fc1f <vm_exec_core+21315>, 0x55837a66fd99 <vm_exec_core+21693>, 0x55837a66fecf <vm_exec_core+22003>, 0x55837a670005 <vm_exec_core+22313>, 0x55837a67013b <vm_exec_core+22623>, 0x55837a670271 <vm_exec_core+22933>, 0x55837a6703a7 <vm_exec_core+23243>, 0x55837a6704dd <vm_exec_core+23553>, 0x55837a670613 <vm_exec_core+23863>, 0x55837a670749 <vm_exec_core+24173>, 0x55837a670898 <vm_exec_core+24508>, 0x55837a670a52 <vm_exec_core+24950>, 0x55837a670bd0 <vm_exec_core+25332>, 0x55837a670cef <vm_exec_core+25619>, 0x55837a670e0e <vm_exec_core+25906>, 0x55837a670f28 <vm_exec_core+26188>, 0x55837a671042 <vm_exec_core+26470>, 0x55837a67116d <vm_exec_core+26769>, 0x55837a6712a3 <vm_exec_core+27079>, 0x55837a67138e <vm_exec_core+27314>, 0x55837a671493 <vm_exec_core+27575>, 0x55837a6715db <vm_exec_core+27903>, 0x55837a6716ca <vm_exec_core+28142>, 0x55837a67179e <vm_exec_core+28354>, 0x55837a671873 <vm_exec_core+28567>, 0x55837a67195d <vm_exec_core+28801>, 0x55837a6719d9 <vm_exec_core+28925>, 0x55837a671a55 <vm_exec_core+29049>, 0x55837a671a73 <vm_exec_core+29079>, 0x55837a671a91 <vm_exec_core+29109>, 0x55837a671aaf <vm_exec_core+29139>, 0x55837a671acd <vm_exec_core+29169>, 0x55837a671aeb <vm_exec_core+29199>, 0x55837a671b09 <vm_exec_core+29229>, 0x55837a671b27 <vm_exec_core+29259>, 0x55837a671b45 <vm_exec_core+29289>, 0x55837a671b63 <vm_exec_core+29319>, 0x55837a671b81 <vm_exec_core+29349>, 0x55837a671b9f <vm_exec_core+29379>, 0x55837a671bbd <vm_exec_core+29409>, 0x55837a671bdb <vm_exec_core+29439>, 0x55837a671bf9 <vm_exec_core+29469>, 0x55837a671c17 <vm_exec_core+29499>, 0x55837a671c35 <vm_exec_core+29529>, 0x55837a671c53 <vm_exec_core+29559>, 0x55837a671c71 <vm_exec_core+29589>, 0x55837a671c8f <vm_exec_core+29619>, 0x55837a671cad <vm_exec_core+29649>, 0x55837a671ccb <vm_exec_core+29679>, 0x55837a671ce9 <vm_exec_core+29709>, 0x55837a671d07 <vm_exec_core+29739>, 0x55837a671d25 <vm_exec_core+29769>, 0x55837a671d43 <vm_exec_core+29799>, 0x55837a671d61 <vm_exec_core+29829>, 0x55837a671d7f <vm_exec_core+29859>, 0x55837a671d9d <vm_exec_core+29889>, 0x55837a671dbb <vm_exec_core+29919>, 0x55837a671dd9 <vm_exec_core+29949>, 0x55837a671df7 <vm_exec_core+29979>, 0x55837a671e15 <vm_exec_core+30009>, 0x55837a671e33 <vm_exec_core+30039>, 0x55837a671e51 <vm_exec_core+30069>, 0x55837a671e6f <vm_exec_core+30099>, 0x55837a671e8d <vm_exec_core+30129>, 0x55837a671eab <vm_exec_core+30159>, 0x55837a671ec9 <vm_exec_core+30189>, 0x55837a671ee7 <vm_exec_core+30219>, 0x55837a671f05 <vm_exec_core+30249>, 0x55837a671f23 <vm_exec_core+30279>, 0x55837a671f41 <vm_exec_core+30309>, 0x55837a671f5f <vm_exec_core+30339>, 0x55837a671f7d <vm_exec_core+30369>, 0x55837a671f9b <vm_exec_core+30399>, 0x55837a671fb9 <vm_exec_core+30429>, 0x55837a671fd7 <vm_exec_core+30459>, 0x55837a671ff5 <vm_exec_core+30489>, 0x55837a672013 <vm_exec_core+30519>, 0x55837a672031 <vm_exec_core+30549>, 0x55837a67204f <vm_exec_core+30579>, 0x55837a67206d <vm_exec_core+30609>, 0x55837a67208b <vm_exec_core+30639>, 0x55837a6720a9 <vm_exec_core+30669>, 0x55837a6720c7 <vm_exec_core+30699>, 0x55837a6720e5 <vm_exec_core+30729>, 0x55837a672103 <vm_exec_core+30759>, 0x55837a672121 <vm_exec_core+30789>, 0x55837a67213f <vm_exec_core+30819>, 0x55837a67215d <vm_exec_core+30849>, 0x55837a67217b <vm_exec_core+30879>, 0x55837a672199 <vm_exec_core+30909>, 0x55837a6721b7 <vm_exec_core+30939>, 0x55837a6721d5 <vm_exec_core+30969>, 0x55837a6721f3 <vm_exec_core+30999>, 0x55837a672211 <vm_exec_core+31029>, 0x55837a67222f <vm_exec_core+31059>, 0x55837a67224d <vm_exec_core+31089>, 0x55837a67226b <vm_exec_core+31119>, 0x55837a672289 <vm_exec_core+31149>, 0x55837a6722a7 <vm_exec_core+31179>, 0x55837a6722c5 <vm_exec_core+31209>, 0x55837a6722e3 <vm_exec_core+31239>, 0x55837a672301 <vm_exec_core+31269>, 0x55837a672332 <vm_exec_core+31318>, 0x55837a672350 <vm_exec_core+31348>, 0x55837a67236e <vm_exec_core+31378>, 0x55837a67238c <vm_exec_core+31408>, 0x55837a6723aa <vm_exec_core+31438>, 0x55837a6723c8 <vm_exec_core+31468>, 0x55837a6723e6 <vm_exec_core+31498>, 0x55837a672404 <vm_exec_core+31528>, 0x55837a672422 <vm_exec_core+31558>, 0x55837a672440 <vm_exec_core+31588>, 0x55837a67245e <vm_exec_core+31618>, 0x55837a67247c <vm_exec_core+31648>, 0x55837a67249a <vm_exec_core+31678>, 0x55837a6724b8 <vm_exec_core+31708>, 0x55837a6724d6 <vm_exec_core+31738>, 0x55837a6724f4 <vm_exec_core+31768>, 0x55837a672512 <vm_exec_core+31798>, 0x55837a672530 <vm_exec_core+31828>, 0x55837a67254e <vm_exec_core+31858>, 0x55837a67256c <vm_exec_core+31888>, 0x55837a67258a <vm_exec_core+31918>, 0x55837a6725a8 <vm_exec_core+31948>, 0x55837a6725c6 <vm_exec_core+31978>, 0x55837a6725e4 <vm_exec_core+32008>...}
#33 0x000055837a68470c in rb_vm_exec (ec=0x55837be522c0) at /tmp/ruby/src/trunk-O0/vm.c:2467
        _ec = 0x55837be522c0
        _tag = {tag = 36, retval = 4, buf = {0x7ffd2af13b00, 0x55837a68468a <rb_vm_exec+190>, 0x0, 0x7ffd2af13a50, 0x7f54dbd1fe48}, prev = 0x7ffd2af13e40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#34 0x000055837a681322 in invoke_block (ec=0x55837be522c0, iseq=0x7f54dbde1480, self=140002884636160, captured=0x55837c4b6f70, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1497
        arg_size = 0
#35 0x000055837a681dbe in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f54dbd1fe58, argc=0, self=140002884636160, captured=0x55837c4b6f70, ec=0x55837be522c0) at /tmp/ruby/src/trunk-O0/vm.c:1567
        iseq = 0x7f54dbde1480
        opt_pc = 0
        type = 572653569
        cfp = 0x7f54f645afd8
        sp = 0x7f54f635b028
        flags = 0
        use_argv = 0x7f54dbd1fe58
        av = {140002460439400, 94023207690256}
        stack_argv = 0x7f54f635b028
#36 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f54dbd1fe58, argc=0, self=140002884636160, proc=0x55837c4b6f70, ec=0x55837be522c0) at /tmp/ruby/src/trunk-O0/vm.c:1665
        block = 0x55837c4b6f70
#37 vm_invoke_proc (ec=0x55837be522c0, proc=0x55837c4b6f70, self=140002884636160, argc=0, argv=0x7f54dbd1fe58, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1695
No locals.
#38 0x000055837a682562 in rb_vm_invoke_proc (ec=0x55837be522c0, proc=0x55837c4b6f70, argc=0, argv=0x7f54dbd1fe58, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1716
        self = 140002884636160
#39 0x000055837a55d711 in rb_proc_call_kw (self=140002441913640, args=140002441952840, kw_splat=0) at /tmp/ruby/src/trunk-O0/proc.c:987
        vret = 140725323906432
        proc = 0x55837c4b6f70
        argc = 0
        argv = 0x7f54dbd1fe58
#40 0x000055837a55d779 in rb_proc_call (self=140002441913640, args=140002441952840) at /tmp/ruby/src/trunk-O0/proc.c:997
No locals.
#41 0x000055837a46b712 in rb_call_end_proc (data=140002441913640) at /tmp/ruby/src/trunk-O0/eval_jump.c:13
No locals.
#42 0x000055837a46b8cc in exec_end_procs_chain (procs=0x55837aa91d60 <end_procs>, errp=0x55837be52338) at /tmp/ruby/src/trunk-O0/eval_jump.c:105
        endproc = {func = 0x55837a46b6eb <rb_call_end_proc>, data = 140002441913640, next = 0x55837c11a750}
        link = 0x55837c11aa40
        errinfo = 140002441939520
#43 0x000055837a46ba2f in rb_ec_exec_end_proc (ec=0x55837be522c0) at /tmp/ruby/src/trunk-O0/eval_jump.c:120
        _ec = 0x55837be522c0
        _tag = {tag = 36, retval = 140002441939520, buf = {0x7ffd2af13ec0, 0x55837a46b9aa <rb_ec_exec_end_proc+189>, 0x0, 0x7ffd2af13e10, 0x55837a4690c6 <rb_ec_ractor_ptr+24>}, prev = 0x7ffd2af13fe0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 140002441939520
#44 0x000055837a46c1cf in rb_ec_teardown (ec=0x55837be522c0) at /tmp/ruby/src/trunk-O0/eval.c:159
No locals.
#45 0x000055837a46c48f in rb_ec_cleanup (ec=0x55837be522c0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:212
        err = 94023207690944
        mode0 = 32765
        mode1 = 720453728
        _ec = 0x55837be522c0
        _tag = {tag = 36, retval = 94023180533496, buf = {0x7ffd2af14060, 0x55837a46c3ca <rb_ec_cleanup+295>, 0x0, 0x7ffd2af13f80, 0x55837be522c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 140002441939520
        sysex = 0
        signaled = 0
        th = 0x55837be51090
        th0 = 0x55837be51090
        step = 1
        message = 4
        buf = 94023207686288
#46 0x000055837a46ca98 in ruby_run_node (n=0x7f54dbdcd480) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55837be522c0
        status = 21891
#47 0x000055837a4682f4 in rb_main (argc=131, argv=0x7ffd2af14208) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140725323907296
#48 0x000055837a468355 in main (argc=131, argv=0x7ffd2af14208) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)
raw logfile