# Logfile created on 2023-12-21 06:36:04 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005566c56163c8 @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.20231221-063604", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005566c569b500 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005566c569b3c0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005566c569b1e0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231221-063604", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231221-063604>, @binmode=false, @mon_data=#<Monitor:0x00005566c569b118>, @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 d4feeae32b69b4f88c94fecfc7a283b475eec4de
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /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
   28e3886..bcb4706  master     -> origin/master
Updating 28e3886..bcb4706
Fast-forward
 NEWS.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Latest commit hash = bcb4706dac
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/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 d4feeae32b69b4f88c94fecfc7a283b475eec4de
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /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/version.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.

builtin_binary.inc updated
1764203db8ecd1374b6b4de29ed00e4064ecbb198e6861e98565c85a65f47e99  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'
make[1]: Nothing to be done for 'enc'.
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 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
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'
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/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]: 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/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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering 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/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
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/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
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/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
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.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.0/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.3.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/debug-1.9.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.0/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'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
	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 d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
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.

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

Retrying...
Finished tests in 1235.818315s, 21.8179 tests/s, 7737.4027 assertions/s.
26963 tests, 9562024 assertions, 0 failures, 0 errors, 222 skips

ruby -v: ruby 3.3.0dev (2023-12-21T05:16:09Z master bcb4706dac) [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.9.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.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.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/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.0/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-12-21T05:16:09Z master bcb4706dac) [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 290.913325 seconds

3728 files, 32495 examples, 146589 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.1394949.ruby -x gdbscript
[New LWP 1394949]
[New LWP 1394951]
[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/tool/l'.
Program terminated with signal SIGABRT, Aborted.
#0  RB_FL_TEST_RAW (obj=140177957484920, flags=24576) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
472	    return RBASIC(obj)->flags & flags;
[Current thread is 1 (Thread 0x7f7dd3c457c0 (LWP 1394949))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f7dd3c457c0 (LWP 1394949) RB_FL_TEST_RAW (obj=140177957484920, flags=24576) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
  2    Thread 0x7f7dba66f640 (LWP 1394951) 0x00007f7dd3d6dfde in epoll_wait (epfd=4, events=0x56284bdfe85c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f7dba66f640 (LWP 1394951)):
#0  0x00007f7dd3d6dfde in epoll_wait (epfd=4, events=0x56284bdfe85c <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  0x000056284b968246 in event_wait (vm=0x56284c135b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:832
        r = 22056
#2  0x000056284b96826a in timer_thread_polling (vm=0x56284c135b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:854
        r = -828388971
#3  0x000056284b96891c in timer_thread_func (ptr=0x56284c135b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3011
        vm = 0x56284c135b10
#4  0x00007f7dd3cdcb43 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 = {140721935390368, 3590654750522929192, 140177974949440, 25, 140178401118288, 140721935390720, -3517340216652402648, -3517532434805624792}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f7dd3d6dbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f7dd3c457c0 (LWP 1394949)):
#0  RB_FL_TEST_RAW (obj=140177957484920, flags=24576) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
No locals.
#1  0x000056284b7ce150 in RB_FL_ALL_RAW (obj=140177957484920, flags=24576) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:554
No locals.
#2  0x000056284b7cf99f in STR_SHARED_P (str=140177957484920) at /tmp/ruby/src/trunk-O0/internal/string.h:106
No locals.
#3  0x000056284b7dcd80 in gc_mark_children (objspace=0x56284c138470, obj=140177957484920) at /tmp/ruby/src/trunk-O0/gc.c:7425
        any = 0x7f7db95c7978
#4  0x000056284b7dd374 in gc_mark_stacked_objects (objspace=0x56284c138470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x56284c1388f8
        obj = 140177957484920
        marked_slots_at_the_beginning = 742
        popped_count = 0
#5  0x000056284b7dd4f4 in gc_mark_stacked_objects_all (objspace=0x56284c138470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#6  0x000056284b7df850 in gc_marks_rest (objspace=0x56284c138470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#7  0x000056284b7df984 in gc_marks (objspace=0x56284c138470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#8  0x000056284b7e1714 in gc_start (objspace=0x56284c138470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#9  0x000056284b7e13a9 in garbage_collect (objspace=0x56284c138470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 1626898736
        ret = 32764
#10 0x000056284b7e1e34 in garbage_collect_with_gvl (objspace=0x56284c138470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9869
No locals.
#11 0x000056284b7e9009 in objspace_malloc_gc_stress (objspace=0x56284c138470) at /tmp/ruby/src/trunk-O0/gc.c:12406
        reason = 45568
#12 0x000056284b7e92ec in objspace_xmalloc0 (objspace=0x56284c138470, size=56) at /tmp/ruby/src/trunk-O0/gc.c:12608
        gpr = 107008
        mem = 0x60
#13 0x000056284b7e9609 in ruby_xmalloc0 (size=56) at /tmp/ruby/src/trunk-O0/gc.c:12832
No locals.
#14 0x000056284b7e963f in ruby_xmalloc_body (size=56) at /tmp/ruby/src/trunk-O0/gc.c:12841
No locals.
#15 0x000056284b7ecffa in ruby_xmalloc (size=56) at /tmp/ruby/src/trunk-O0/gc.c:14420
No locals.
#16 0x000056284b935913 in rb_st_init_table_with_size (type=0x56284bdef0f0 <rb_hashtype_ident>, size=0) at /tmp/ruby/src/trunk-O0/st.c:570
        tab = 0x56284c1f5f80
#17 0x000056284b93596b in rb_st_init_table (type=0x56284bdef0f0 <rb_hashtype_ident>) at /tmp/ruby/src/trunk-O0/st.c:599
No locals.
#18 0x000056284b7f4e24 in rb_init_identtable () at /tmp/ruby/src/trunk-O0/hash.c:4440
No locals.
#19 0x000056284b837146 in rb_marshal_dump_limited (obj=140177956663680, port=4, limit=-1) at /tmp/ruby/src/trunk-O0/marshal.c:1203
        arg = 0x7f7db952ff30
        wrapper = 140177956863760
#20 0x000056284b8370b7 in marshal_dump (argc=1, argv=0x7f7dd3b44058, _=140177975214400) at /tmp/ruby/src/trunk-O0/marshal.c:1191
        obj = 140177956663680
        port = 4
        a1 = 4
        a2 = 4
        limit = -1
#21 0x000056284b9b381b in ractor_safe_call_cfunc_m1 (recv=140177975214400, argc=1, argv=0x7f7dd3b44058, func=0x56284b836fb2 <marshal_dump>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x56284b836fb2 <marshal_dump>
#22 0x000056284b9b4452 in vm_call_cfunc_with_frame_ (ec=0x56284c1394e0, reg_cfp=0x7f7dd3c43fa0, calling=0x7ffc60f88770, argc=1, argv=0x7f7dd3b44058, stack_bottom=0x7f7dd3b44050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x1b2100100003
        cc = 0x7f7db94ffe28
        val = 140721935385616
        me = 0x7f7dba69b8d0
        cfunc = 0x56284c196298
        recv = 140177975214400
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#23 0x000056284b9b4627 in vm_call_cfunc_with_frame (ec=0x56284c1394e0, reg_cfp=0x7f7dd3c43fa0, calling=0x7ffc60f88770) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 1
        stack_bottom = 0x7f7dd3b44050
        argv = 0x7f7dd3b44058
#24 0x000056284b9b473f in vm_call_cfunc_other (ec=0x56284c1394e0, reg_cfp=0x7f7dd3c43fa0, calling=0x7ffc60f88770) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0x1b2100100003
        argv_ary = 0
#25 0x000056284b9b4b67 in vm_call_cfunc (ec=0x56284c1394e0, reg_cfp=0x7f7dd3c43fa0, calling=0x7ffc60f88770) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0x1b2100100003
#26 0x000056284b9b7696 in vm_call_method_each_type (ec=0x56284c1394e0, cfp=0x7f7dd3c43fa0, calling=0x7ffc60f88770) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x1b2100100003
        cc = 0x7f7db94ffe28
        cme = 0x7f7dba69b8d0
        v = 94731081237224
#27 0x000056284b9b8142 in vm_call_method (ec=0x56284c1394e0, cfp=0x7f7dd3c43fa0, calling=0x7ffc60f88770) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0x1b2100100003
        cc = 0x7f7db94ffe28
#28 0x000056284b9b8344 in vm_call_general (ec=0x56284c1394e0, reg_cfp=0x7f7dd3c43fa0, calling=0x7ffc60f88770) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#29 0x000056284b9ba9c9 in vm_sendish (ec=0x56284c1394e0, reg_cfp=0x7f7dd3c43fa0, cd=0x56284c5fa1f0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x1b2100100003
        cc = 0x7f7db94ffe28
        argc = 1
        recv = 140177975214400
        calling = {cd = 0x56284c5fa1f0, cc = 0x7f7db94ffe28, block_handler = 0, recv = 140177975214400, argc = 1, kw_splat = false, heap_argv = 0}
#30 0x000056284b9c1f5a in vm_exec_core (ec=0x56284c1394e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x56284c5fa1f0
        leaf = false
        val = 140177975009760
        reg_pc = 0x56284c5fa000
        reg_cfp = 0x7f7dd3c43fa0
        insns_address_table = {0x56284b9be631 <vm_exec_core+108>, 0x56284b9be693 <vm_exec_core+206>, 0x56284b9be7a6 <vm_exec_core+481>, 0x56284b9be8ba <vm_exec_core+757>, 0x56284b9bea58 <vm_exec_core+1171>, 0x56284b9beb88 <vm_exec_core+1475>, 0x56284b9bed9a <vm_exec_core+2005>, 0x56284b9beeac <vm_exec_core+2279>, 0x56284b9bef85 <vm_exec_core+2496>, 0x56284b9bf08c <vm_exec_core+2759>, 0x56284b9bf193 <vm_exec_core+3022>, 0x56284b9bf2a1 <vm_exec_core+3292>, 0x56284b9bf3b3 <vm_exec_core+3566>, 0x56284b9bf483 <vm_exec_core+3774>, 0x56284b9bf58c <vm_exec_core+4039>, 0x56284b9bf686 <vm_exec_core+4289>, 0x56284b9bf749 <vm_exec_core+4484>, 0x56284b9bf80c <vm_exec_core+4679>, 0x56284b9bf895 <vm_exec_core+4816>, 0x56284b9bf921 <vm_exec_core+4956>, 0x56284b9bf9c7 <vm_exec_core+5122>, 0x56284b9bfa9f <vm_exec_core+5338>, 0x56284b9bfb6c <vm_exec_core+5543>, 0x56284b9bfc4a <vm_exec_core+5765>, 0x56284b9bfd0c <vm_exec_core+5959>, 0x56284b9bfe4b <vm_exec_core+6278>, 0x56284b9bfef1 <vm_exec_core+6444>, 0x56284b9bffd6 <vm_exec_core+6673>, 0x56284b9c0105 <vm_exec_core+6976>, 0x56284b9c01c8 <vm_exec_core+7171>, 0x56284b9c028b <vm_exec_core+7366>, 0x56284b9c0382 <vm_exec_core+7613>, 0x56284b9c0444 <vm_exec_core+7807>, 0x56284b9c0523 <vm_exec_core+8030>, 0x56284b9c05f0 <vm_exec_core+8235>, 0x56284b9c0700 <vm_exec_core+8507>, 0x56284b9c07fa <vm_exec_core+8757>, 0x56284b9c0875 <vm_exec_core+8880>, 0x56284b9c0936 <vm_exec_core+9073>, 0x56284b9c0a24 <vm_exec_core+9311>, 0x56284b9c0ad4 <vm_exec_core+9487>, 0x56284b9c0c53 <vm_exec_core+9870>, 0x56284b9c0d2d <vm_exec_core+10088>, 0x56284b9c0e19 <vm_exec_core+10324>, 0x56284b9c0eaa <vm_exec_core+10469>, 0x56284b9c1005 <vm_exec_core+10816>, 0x56284b9c15a7 <vm_exec_core+12258>, 0x56284b9c16a3 <vm_exec_core+12510>, 0x56284b9c17a6 <vm_exec_core+12769>, 0x56284b9c1892 <vm_exec_core+13005>, 0x56284b9c1aab <vm_exec_core+13542>, 0x56284b9c1b9d <vm_exec_core+13784>, 0x56284b9c1ca3 <vm_exec_core+14046>, 0x56284b9c1ea0 <vm_exec_core+14555>, 0x56284b9c2049 <vm_exec_core+14980>, 0x56284b9c2174 <vm_exec_core+15279>, 0x56284b9c22e0 <vm_exec_core+15643>, 0x56284b9c240b <vm_exec_core+15942>, 0x56284b9c2577 <vm_exec_core+16306>, 0x56284b9c2759 <vm_exec_core+16788>, 0x56284b9c2956 <vm_exec_core+17297>, 0x56284b9c2aff <vm_exec_core+17722>, 0x56284b9c2c21 <vm_exec_core+18012>, 0x56284b9c2cc8 <vm_exec_core+18179>, 0x56284b9c2d8c <vm_exec_core+18375>, 0x56284b9c2e75 <vm_exec_core+18608>, 0x56284b9c2f61 <vm_exec_core+18844>, 0x56284b9c304a <vm_exec_core+19077>, 0x56284b9c315e <vm_exec_core+19353>, 0x56284b9c3285 <vm_exec_core+19648>, 0x56284b9c33bb <vm_exec_core+19958>, 0x56284b9c34f1 <vm_exec_core+20268>, 0x56284b9c3627 <vm_exec_core+20578>, 0x56284b9c375d <vm_exec_core+20888>, 0x56284b9c3893 <vm_exec_core+21198>, 0x56284b9c39d4 <vm_exec_core+21519>, 0x56284b9c3b4e <vm_exec_core+21897>, 0x56284b9c3c84 <vm_exec_core+22207>, 0x56284b9c3dba <vm_exec_core+22517>, 0x56284b9c3ef0 <vm_exec_core+22827>, 0x56284b9c4026 <vm_exec_core+23137>, 0x56284b9c415c <vm_exec_core+23447>, 0x56284b9c4292 <vm_exec_core+23757>, 0x56284b9c43c8 <vm_exec_core+24067>, 0x56284b9c44fe <vm_exec_core+24377>, 0x56284b9c464d <vm_exec_core+24712>, 0x56284b9c4807 <vm_exec_core+25154>, 0x56284b9c4985 <vm_exec_core+25536>, 0x56284b9c4aa4 <vm_exec_core+25823>, 0x56284b9c4bc3 <vm_exec_core+26110>, 0x56284b9c4cdd <vm_exec_core+26392>, 0x56284b9c4df7 <vm_exec_core+26674>, 0x56284b9c4f22 <vm_exec_core+26973>, 0x56284b9c5058 <vm_exec_core+27283>, 0x56284b9c5143 <vm_exec_core+27518>, 0x56284b9c5248 <vm_exec_core+27779>, 0x56284b9c5390 <vm_exec_core+28107>, 0x56284b9c547f <vm_exec_core+28346>, 0x56284b9c5559 <vm_exec_core+28564>, 0x56284b9c562e <vm_exec_core+28777>, 0x56284b9c5709 <vm_exec_core+28996>, 0x56284b9c5785 <vm_exec_core+29120>, 0x56284b9c5801 <vm_exec_core+29244>, 0x56284b9c581f <vm_exec_core+29274>, 0x56284b9c583d <vm_exec_core+29304>, 0x56284b9c585b <vm_exec_core+29334>, 0x56284b9c5879 <vm_exec_core+29364>, 0x56284b9c5897 <vm_exec_core+29394>, 0x56284b9c58b5 <vm_exec_core+29424>, 0x56284b9c58d3 <vm_exec_core+29454>, 0x56284b9c58f1 <vm_exec_core+29484>, 0x56284b9c590f <vm_exec_core+29514>, 0x56284b9c592d <vm_exec_core+29544>, 0x56284b9c594b <vm_exec_core+29574>, 0x56284b9c5969 <vm_exec_core+29604>, 0x56284b9c5987 <vm_exec_core+29634>, 0x56284b9c59a5 <vm_exec_core+29664>, 0x56284b9c59c3 <vm_exec_core+29694>, 0x56284b9c59e1 <vm_exec_core+29724>, 0x56284b9c59ff <vm_exec_core+29754>, 0x56284b9c5a1d <vm_exec_core+29784>, 0x56284b9c5a3b <vm_exec_core+29814>, 0x56284b9c5a59 <vm_exec_core+29844>, 0x56284b9c5a77 <vm_exec_core+29874>, 0x56284b9c5a95 <vm_exec_core+29904>, 0x56284b9c5ab3 <vm_exec_core+29934>, 0x56284b9c5ad1 <vm_exec_core+29964>, 0x56284b9c5aef <vm_exec_core+29994>, 0x56284b9c5b0d <vm_exec_core+30024>, 0x56284b9c5b2b <vm_exec_core+30054>, 0x56284b9c5b49 <vm_exec_core+30084>, 0x56284b9c5b67 <vm_exec_core+30114>, 0x56284b9c5b85 <vm_exec_core+30144>, 0x56284b9c5ba3 <vm_exec_core+30174>, 0x56284b9c5bc1 <vm_exec_core+30204>, 0x56284b9c5bdf <vm_exec_core+30234>, 0x56284b9c5bfd <vm_exec_core+30264>, 0x56284b9c5c1b <vm_exec_core+30294>, 0x56284b9c5c39 <vm_exec_core+30324>, 0x56284b9c5c57 <vm_exec_core+30354>, 0x56284b9c5c75 <vm_exec_core+30384>, 0x56284b9c5c93 <vm_exec_core+30414>, 0x56284b9c5cb1 <vm_exec_core+30444>, 0x56284b9c5ccf <vm_exec_core+30474>, 0x56284b9c5ced <vm_exec_core+30504>, 0x56284b9c5d0b <vm_exec_core+30534>, 0x56284b9c5d29 <vm_exec_core+30564>, 0x56284b9c5d47 <vm_exec_core+30594>, 0x56284b9c5d65 <vm_exec_core+30624>, 0x56284b9c5d83 <vm_exec_core+30654>, 0x56284b9c5da1 <vm_exec_core+30684>, 0x56284b9c5dbf <vm_exec_core+30714>, 0x56284b9c5ddd <vm_exec_core+30744>, 0x56284b9c5dfb <vm_exec_core+30774>, 0x56284b9c5e19 <vm_exec_core+30804>, 0x56284b9c5e37 <vm_exec_core+30834>, 0x56284b9c5e55 <vm_exec_core+30864>, 0x56284b9c5e73 <vm_exec_core+30894>, 0x56284b9c5e91 <vm_exec_core+30924>, 0x56284b9c5eaf <vm_exec_core+30954>, 0x56284b9c5ecd <vm_exec_core+30984>, 0x56284b9c5eeb <vm_exec_core+31014>, 0x56284b9c5f09 <vm_exec_core+31044>, 0x56284b9c5f27 <vm_exec_core+31074>, 0x56284b9c5f45 <vm_exec_core+31104>, 0x56284b9c5f63 <vm_exec_core+31134>, 0x56284b9c5f81 <vm_exec_core+31164>, 0x56284b9c5f9f <vm_exec_core+31194>, 0x56284b9c5fbd <vm_exec_core+31224>, 0x56284b9c5fdb <vm_exec_core+31254>, 0x56284b9c5ff9 <vm_exec_core+31284>, 0x56284b9c6017 <vm_exec_core+31314>, 0x56284b9c6035 <vm_exec_core+31344>, 0x56284b9c6053 <vm_exec_core+31374>, 0x56284b9c6071 <vm_exec_core+31404>, 0x56284b9c608f <vm_exec_core+31434>, 0x56284b9c60ad <vm_exec_core+31464>, 0x56284b9c60cb <vm_exec_core+31494>, 0x56284b9c60fc <vm_exec_core+31543>, 0x56284b9c611a <vm_exec_core+31573>, 0x56284b9c6138 <vm_exec_core+31603>, 0x56284b9c6156 <vm_exec_core+31633>, 0x56284b9c6174 <vm_exec_core+31663>, 0x56284b9c6192 <vm_exec_core+31693>, 0x56284b9c61b0 <vm_exec_core+31723>, 0x56284b9c61ce <vm_exec_core+31753>, 0x56284b9c61ec <vm_exec_core+31783>, 0x56284b9c620a <vm_exec_core+31813>, 0x56284b9c6228 <vm_exec_core+31843>, 0x56284b9c6246 <vm_exec_core+31873>, 0x56284b9c6264 <vm_exec_core+31903>, 0x56284b9c6282 <vm_exec_core+31933>, 0x56284b9c62a0 <vm_exec_core+31963>, 0x56284b9c62be <vm_exec_core+31993>, 0x56284b9c62dc <vm_exec_core+32023>, 0x56284b9c62fa <vm_exec_core+32053>, 0x56284b9c6318 <vm_exec_core+32083>, 0x56284b9c6336 <vm_exec_core+32113>, 0x56284b9c6354 <vm_exec_core+32143>, 0x56284b9c6372 <vm_exec_core+32173>...}
#31 0x000056284b9d8944 in rb_vm_exec (ec=0x56284c1394e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x56284c1394e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffc60f89450, 0x56284b9d88c2 <rb_vm_exec+190>, 0x0, 0x7ffc60f893a0, 0x7f7db94fffb8}, prev = 0x7ffc60f89790, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#32 0x000056284b9d5531 in invoke_block (ec=0x56284c1394e0, iseq=0x7f7db961a880, self=140178399415800, captured=0x56284c79a9b0, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 0
#33 0x000056284b9d5fcd in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f7db94fffc8, argc=0, self=140178399415800, captured=0x56284c79a9b0, ec=0x56284c1394e0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f7db961a880
        opt_pc = 0
        type = 572653569
        cfp = 0x7f7dd3c43fd8
        sp = 0x7f7dd3b44028
        flags = 0
        use_argv = 0x7f7db94fffc8
        av = {140177975219040, 94731075031600}
        stack_argv = 0x7f7dd3b44028
#34 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f7db94fffc8, argc=0, self=140178399415800, proc=0x56284c79a9b0, ec=0x56284c1394e0) at /tmp/ruby/src/trunk-O0/vm.c:1677
        block = 0x56284c79a9b0
#35 vm_invoke_proc (ec=0x56284c1394e0, proc=0x56284c79a9b0, self=140178399415800, argc=0, argv=0x7f7db94fffc8, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1707
No locals.
#36 0x000056284b9d6771 in rb_vm_invoke_proc (ec=0x56284c1394e0, proc=0x56284c79a9b0, argc=0, argv=0x7f7db94fffc8, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1728
        self = 140178399415800
#37 0x000056284b8afe96 in rb_proc_call_kw (self=140177956615480, args=140177956667320, kw_splat=0) at /tmp/ruby/src/trunk-O0/proc.c:978
        vret = 140721935390416
        proc = 0x56284c79a9b0
        argc = 0
        argv = 0x7f7db94fffc8
#38 0x000056284b8afefe in rb_proc_call (self=140177956615480, args=140177956667320) at /tmp/ruby/src/trunk-O0/proc.c:988
No locals.
#39 0x000056284b7bc9d2 in rb_call_end_proc (data=140177956615480) at /tmp/ruby/src/trunk-O0/eval_jump.c:13
No locals.
#40 0x000056284b7bcb8c in exec_end_procs_chain (procs=0x56284bdfb1e0 <end_procs>, errp=0x56284c139558) at /tmp/ruby/src/trunk-O0/eval_jump.c:105
        endproc = {func = 0x56284b7bc9ab <rb_call_end_proc>, data = 140177956615480, next = 0x56284c21fd60}
        link = 0x56284c220050
        errinfo = 140177956663680
#41 0x000056284b7bccef in rb_ec_exec_end_proc (ec=0x56284c1394e0) at /tmp/ruby/src/trunk-O0/eval_jump.c:120
        _ec = 0x56284c1394e0
        _tag = {tag = 36, retval = 140177956663680, buf = {0x7ffc60f89810, 0x56284b7bcc6a <rb_ec_exec_end_proc+189>, 0x0, 0x7ffc60f89760, 0x56284b7ba386 <rb_ec_ractor_ptr+24>}, prev = 0x7ffc60f89930, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 140177956663680
#42 0x000056284b7bd48f in rb_ec_teardown (ec=0x56284c1394e0) at /tmp/ruby/src/trunk-O0/eval.c:159
No locals.
#43 0x000056284b7bd74f in rb_ec_cleanup (ec=0x56284c1394e0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:212
        err = 94731075032288
        mode0 = 32764
        mode1 = 1626905008
        _ec = 0x56284c1394e0
        _tag = {tag = 36, retval = 94731065086392, buf = {0x7ffc60f899b0, 0x56284b7bd68a <rb_ec_cleanup+295>, 0x0, 0x7ffc60f898d0, 0x56284c1394e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 140177956663680
        sysex = 0
        signaled = 0
        th = 0x56284c138090
        th0 = 0x56284c138090
        step = 1
        message = 4
        buf = 94731075027088
#44 0x000056284b7bdd58 in ruby_run_node (n=0x7f7db95b8d60) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x56284c1394e0
        status = 22056
#45 0x000056284b7b95b4 in rb_main (argc=133, argv=0x7ffc60f89b58) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140721935391280
#46 0x000056284b7b9615 in main (argc=133, argv=0x7ffc60f89b58) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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