# Logfile created on 2024-01-15 14:50:20 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005598dbf9de30 @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.20240115-145019", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005598dc0333e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005598dc033250 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005598dc0330c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240115-145019", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240115-145019>, @binmode=false, @mon_data=#<Monitor:0x00005598dc032ff8>, @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
$$$[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
   9c32998..e0312f9  master     -> origin/master
Updating 9c32998..e0312f9
Fast-forward
 lib/pp.rb       | 2 +-
 test/test_pp.rb | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)
Latest commit hash = e0312f90bb
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[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
fea0fd5072eaeb165f713fbcf6adb2216b9cfcf98ff2ae224b2ca11ae89549bc  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 enc.mk
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
making trans
generating makefiles ext/configure-ext.mk
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 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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
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/fiddle'
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/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: 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/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
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.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
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.1/ext/rbs_extension'
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'
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
	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 enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: 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/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering 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/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/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/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
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.1/ext/debug'
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.4.1/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.4.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.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.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.4.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.4
                                    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
                                    net-http 0.4.1
                                    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.2
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    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.4.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.3
                                    io-console 0.7.2.dev.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.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.1
                                    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.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1873 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
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.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/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.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/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=12656
  "--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
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

Retrying...
Finished tests in 1253.532302s, 21.6349 tests/s, 7643.9833 assertions/s.
27120 tests, 9581980 assertions, 0 failures, 0 errors, 227 skips

ruby -v: ruby 3.4.0dev (2024-01-15T14:04:14Z master e0312f90bb) [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
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.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/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.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/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.4.0dev (2024-01-15T14:04:14Z master e0312f90bb) [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 296.422031 seconds

3728 files, 32492 examples, 146819 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.1120656.ruby -x gdbscript
[New LWP 1120656]
[New LWP 1120658]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0  RB_BUILTIN_TYPE (obj=139964119103880) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:192
192	}
[Current thread is 1 (Thread 0x7f4c0a00d7c0 (LWP 1120656))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f4c0a00d7c0 (LWP 1120656) RB_BUILTIN_TYPE (obj=139964119103880) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:192
  2    Thread 0x7f4bf0a2f640 (LWP 1120658) 0x00007f4c0a135fde in epoll_wait (epfd=4, events=0x55972334183c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f4bf0a2f640 (LWP 1120658)):
#0  0x00007f4c0a135fde in epoll_wait (epfd=4, events=0x55972334183c <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  0x0000559722ea5605 in event_wait (vm=0x55972521eb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21911
#2  0x0000559722ea5629 in timer_thread_polling (vm=0x55972521eb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1884410566
#3  0x0000559722ea5ce9 in timer_thread_func (ptr=0x55972521eb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x55972521eb10
#4  0x00007f4c0a0a4b43 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 = {140733099443632, 8099138637966368725, 139964136486464, 25, 139964562688080, 140733099443984, -8146436768214786091, -8143071374535925803}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f4c0a135bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f4c0a00d7c0 (LWP 1120656)):
#0  RB_BUILTIN_TYPE (obj=139964119103880) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:192
        ret = 5
#1  0x0000559722d07fa3 in rb_type (obj=139964119103880) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:227
No locals.
#2  0x0000559722d080b3 in RB_TYPE_P (obj=139964119103880, t=RUBY_T_NODE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
No locals.
#3  0x0000559722d08114 in RB_FL_ABLE (obj=139964119103880) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:449
No locals.
#4  RB_FL_TEST (obj=139964119103880, flags=1024) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:497
No locals.
#5  0x0000559722d169bb in gc_mark_children (objspace=0x559725221470, obj=139964119103880) at /tmp/ruby/src/trunk-O0/gc.c:7334
        any = 0x7f4bef99b988
#6  0x0000559722d173f6 in gc_mark_stacked_objects (objspace=0x559725221470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
        mstack = 0x5597252218f8
        obj = 139964119103880
        marked_slots_at_the_beginning = 763
        popped_count = 0
#7  0x0000559722d17576 in gc_mark_stacked_objects_all (objspace=0x559725221470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#8  0x0000559722d198ea in gc_marks_rest (objspace=0x559725221470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#9  0x0000559722d19a1e in gc_marks (objspace=0x559725221470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
        marking_finished = false
#10 0x0000559722d1b7c1 in gc_start (objspace=0x559725221470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#11 0x0000559722d1b456 in garbage_collect (objspace=0x559725221470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 4201014480
        ret = 32766
#12 0x0000559722d1bf1d in garbage_collect_with_gvl (objspace=0x559725221470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9878
No locals.
#13 0x0000559722d230fc in objspace_malloc_gc_stress (objspace=0x559725221470) at /tmp/ruby/src/trunk-O0/gc.c:12423
        reason = 45568
#14 0x0000559722d23819 in objspace_xcalloc (objspace=0x559725221470, size=128) at /tmp/ruby/src/trunk-O0/gc.c:12888
        gpr = 107008
        mem = 0x8
#15 0x0000559722d238ca in ruby_xcalloc_body (n=8, size=16) at /tmp/ruby/src/trunk-O0/gc.c:12895
No locals.
#16 0x0000559722d271f1 in ruby_xcalloc (n=8, size=16) at /tmp/ruby/src/trunk-O0/gc.c:14483
No locals.
#17 0x0000559722e9dceb in hash_table_extend (tbl=0x55972548ff80) at /tmp/ruby/src/trunk-O0/id_table.c:196
        new_cap = 8
        i = 8369
        old = 0x1007ffefa666610
        tmp_tbl = {capa = 8, num = 0, used = 0, items = 0x0}
#18 0x0000559722e9de62 in rb_id_table_insert_key (tbl=0x55972548ff80, key=523, val=94107653963936) at /tmp/ruby/src/trunk-O0/id_table.c:250
        index = -1
#19 0x0000559722e9deb6 in rb_id_table_insert (tbl=0x55972548ff80, id=8369, val=94107653963936) at /tmp/ruby/src/trunk-O0/id_table.c:259
No locals.
#20 0x0000559722eeac60 in vm_ccs_create (klass=139964136809520, cc_tbl=0x55972548ff80, mid=8369, cme=0x7f4c09ef8718) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1965
        ccs = 0x5597254900a0
#21 0x0000559722f06a0a in cache_callable_method_entry (klass=139964136809520, mid=8369, cme=0x7f4c09ef8718) at /tmp/ruby/src/trunk-O0/vm_method.c:1334
        cc_tbl = 0x55972548ff80
        ccs_data = 94107614602897
#22 0x0000559722f06bcc in callable_method_entry_or_negative (klass=139964136809520, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 139964136810480
        me = 0x7f4c09ef8718
        _lev = 32766
        cme = 0x7f4c09ef8718
#23 0x0000559722f06c5e in callable_method_entry (klass=139964136809520, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0x7ffefa6667c0
#24 0x0000559722f06cc1 in rb_callable_method_entry (klass=139964136809520, mid=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:1409
No locals.
#25 0x0000559722f090dc in rb_method_basic_definition_p (klass=139964136809520, id=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:2704
        cme = 0x7f4bef8ec960
#26 0x00005597231071d5 in rb_get_backtrace (exc=139964118387040) at /tmp/ruby/src/trunk-O0/error.c:1762
        mid = 8369
        info = 64
#27 0x0000559722cf8524 in setup_exception (ec=0x5597252224e0, tag=6, mesg=139964118387040, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:565
        bt = 1249
        _ec = 0x5597252224e0
        _tag = {tag = 36, retval = 139964539534944, buf = {0x7ffefa6669d0, 0x559722cf84ad <setup_exception+313>, 0x0, 0x7ffefa666880, 0x7f4c08a8fe60}, prev = 0x7ffefa667180, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 2067847139589161728
        line = 0
        file = 0x559725761840 "/tmp/empty20240115-1120656-rp2za0.rb"
        file0 = 0x559725761840 "/tmp/empty20240115-1120656-rp2za0.rb"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#28 0x0000559722cf8b79 in rb_longjmp (ec=0x5597252224e0, tag=6, mesg=139964118387040, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#29 0x0000559722cf8bff in rb_exc_exception (mesg=139964118387040, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#30 0x0000559722cf8c25 in rb_exc_raise (mesg=139964118387040) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#31 0x0000559722ead0f1 in rb_threadptr_execute_interrupts (th=0x559725221090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2490
        err = 139964118387040
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#32 0x0000559722ee0112 in rb_vm_check_ints (ec=0x5597252224e0) at /tmp/ruby/src/trunk-O0/vm_core.h:2084
No locals.
#33 0x0000559722ee7c90 in vm_pop_frame (ec=0x5597252224e0, cfp=0x7f4c0a00be88, ep=0x7f4c09f0c108) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
        flags = 1431634051
#34 0x0000559722ee7cdc in rb_vm_pop_frame (ec=0x5597252224e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:428
No locals.
#35 0x0000559722f0a34f in vm_call0_cfunc_with_frame (ec=0x5597252224e0, calling=0x7ffefa666e00, argv=0x7ffefa666ef0) at /tmp/ruby/src/trunk-O0/vm_eval.c:176
        reg_cfp = 0x7f4c0a00bec0
        ci = 0x7ffefa666dd0
        val = 139964118387120
        me = 0x7f4bf0a593d8
        cfunc = 0x559725284438
        len = -1
        recv = 139964118387120
        argc = 2
        mid = 16609
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#36 0x0000559722f0a418 in vm_call0_cfunc (ec=0x5597252224e0, calling=0x7ffefa666e00, argv=0x7ffefa666ef0) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#37 0x0000559722f0a696 in vm_call0_body (ec=0x5597252224e0, calling=0x7ffefa666e00, argv=0x7ffefa666ef0) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7ffefa666dd0
        cc = 0x7f4bef9852f0
        ret = 140733099437312
#38 0x0000559722f09ee6 in vm_call0_cc (ec=0x5597252224e0, recv=139964118387120, id=16609, argc=2, argv=0x7ffefa666ef0, cc=0x7f4bef9852f0, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7ffefa666ef0
        av = {139964560952800, 4294967296}
        calling = {cd = 0x7ffefa666dc0, cc = 0x7f4bef9852f0, block_handler = 0, recv = 139964118387120, argc = 2, kw_splat = false, heap_argv = 0}
#39 0x0000559722f0ce3b in rb_funcallv_scope (recv=139964118387120, mid=16609, argc=2, argv=0x7ffefa666ef0, scope=CALL_FCALL) at /tmp/ruby/src/trunk-O0/vm_eval.c:1069
        ec = 0x5597252224e0
        cc = 0x7f4bef9852f0
        self = 139964560952800
#40 0x0000559722f0ceab in rb_funcallv (recv=139964118387120, mid=16609, argc=2, argv=0x7ffefa666ef0) at /tmp/ruby/src/trunk-O0/vm_eval.c:1084
No locals.
#41 0x0000559722f0d2aa in rb_funcall (recv=139964118387120, mid=16609, n=2) at /tmp/ruby/src/trunk-O0/vm_eval.c:1141
        argv = 0x7ffefa666ef0
        ar = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7ffefa667020, reg_save_area = 0x7ffefa666f60}}
#42 0x0000559722e61b8e in load_file_internal (argp_v=140733099438656) at /tmp/ruby/src/trunk-O0/ruby.c:2623
        argp = 0x7ffefa667240
        parser = 139964118387240
        orig_fname = 139964118387400
        script = 0
        opt = 0x7ffefa6672a0
        f = 139964118387120
        line_start = 1
        ast = 0x0
        enc = 0x55972523ce50
        set_encoding = 16609
        lines = 4
#43 0x0000559722cf9a0a in rb_ensure (b_proc=0x559722e614a5 <load_file_internal>, data1=140733099438656, e_proc=0x559722e61e68 <restore_load_file>, data2=140733099438656) at /tmp/ruby/src/trunk-O0/eval.c:1009
        _ec = 0x5597252224e0
        _tag = {tag = 36, retval = 94107656919104, buf = {0x7ffefa667200, 0x559722cf99ad <rb_ensure+295>, 0x0, 0x7ffefa667110, 0x7f4bef8ec9b0}, prev = 0x7ffefa6677a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 94107652992288
        ec = 0x5597252224e0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x559722e61e68 <restore_load_file>, data2 = 140733099438656}}
#44 0x0000559722e61f37 in load_file (parser=139964118387240, fname=139964118387400, f=139964118387120, script=0, opt=0x7ffefa6672a0) at /tmp/ruby/src/trunk-O0/ruby.c:2760
        arg = {parser = 139964118387240, fname = 139964118387400, script = 0, opt = 0x7ffefa6672a0, f = 139964118387120}
#45 0x0000559722e6205d in rb_parser_load_file (parser=139964118387240, fname_v=139964118387400) at /tmp/ruby/src/trunk-O0/ruby.c:2784
        opt = {script = 0x0, script_name = 0, e_script = 0, src = {enc = {name = 0, index = -1}}, ext = {enc = {name = 0, index = -1}}, intern = {enc = {name = 0, index = -1}}, req_list = 0, features = {mask = 0, set = 31}, warn = {mask = 0, set = 0}, dump = 0, backtrace_length_limit = -9223372036854775808, rjit = {on = false, exec_mem_size = 0, call_threshold = 0, stats = false, disable = false, trace = false, trace_exits = false, dump_disasm = false, verify_ctx = false}, crash_report = 0x0, sflag = 0, xflag = 0, warning = 0, verbose = 0, do_loop = 0, do_print = 0, do_line = 0, do_split = 0, do_search = 0, setids = 0, yjit = 0}
        xflag = 0
        f = 139964118387120
#46 0x0000559722d6b977 in load_iseq_eval (ec=0x5597252224e0, fname=139964118387400) at /tmp/ruby/src/trunk-O0/load.c:761
        ec = 0x5597252224e0
        th = 0x7f4bef90f7d0
        realpath_map = 140733099439120
        v = 139964118387280
        ast = 0x559722e768c3 <rbimpl_rstring_getmem+113>
        parser = 139964118387240
        iseq = 0x0
#47 0x0000559722d6cfad in require_internal (ec=0x5597252224e0, fname=139964118530400, exception=1, warn=false) at /tmp/ruby/src/trunk-O0/load.c:1280
        handle = 139964539531744
        found = 114
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        _ec = 0x5597252224e0
        _tag = {tag = 36, retval = 139964136811600, buf = {0x7ffefa667820, 0x559722d6cdd8 <require_internal+504>, 0x0, 0x7ffefa6676c0, 0x7ffefa6677f0}, prev = 0x7ffefa668750, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = 0x559725221090
        saved = {wrapper = 0, self = 139964560952800, errinfo = 4, ec = 0x5597252224e0}
        state = RUBY_TAG_NONE
        ftptr = 0x559725744390 "/tmp/empty20240115-1120656-rp2za0.rb"
        path = 139964118387400
        saved_path = 139964118387400
        realpath = 139964118530240
        realpaths = 139964136608920
        realpath_map = 139964136608760
        reset_ext_config = false
        prev_ext_config = {ractor_safe = 34}
        th2 = 0x7f4bef90f960
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#48 0x0000559722d6d4c8 in rb_require_string_internal (fname=139964118530400, resurrect=false) at /tmp/ruby/src/trunk-O0/load.c:1379
        ec = 0x5597252224e0
        result = 32587
#49 0x0000559722d6d461 in rb_require_string (fname=139964118530400) at /tmp/ruby/src/trunk-O0/load.c:1372
No locals.
#50 0x0000559722d6c2ad in rb_f_require (obj=139964560952800, fname=139964118387520) at /tmp/ruby/src/trunk-O0/load.c:1014
No locals.
#51 0x0000559722ef0e2e in ractor_safe_call_cfunc_1 (recv=139964560952800, argc=1, argv=0x7f4c09f0c0c0, func=0x559722d6c28d <rb_f_require>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3315
        f = 0x559722d6c28d <rb_f_require>
#52 0x0000559722ef19f7 in vm_call_cfunc_with_frame_ (ec=0x5597252224e0, reg_cfp=0x7f4c0a00bf30, calling=0x7ffefa667ac0, argc=1, argv=0x7f4c09f0c0c0, stack_bottom=0x7f4c09f0c0b8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
        ci = 0x588100140003
        cc = 0x7f4bef9809f8
        val = 139964118993400
        me = 0x7f4bef9854d0
        cfunc = 0x559725298c98
        recv = 139964560952800
        block_handler = 0
        frame_type = 1431634051
        len = 1
        args = <optimized out>
        args = <optimized out>
#53 0x0000559722ef1bcc in vm_call_cfunc_with_frame (ec=0x5597252224e0, reg_cfp=0x7f4c0a00bf30, calling=0x7ffefa667ac0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
        argc = 1
        stack_bottom = 0x7f4c09f0c0b8
        argv = 0x7f4c09f0c0c0
#54 0x0000559722ef7f75 in vm_sendish (ec=0x5597252224e0, reg_cfp=0x7f4c0a00bf30, cd=0x55972533f460, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
        val = 36
        ci = 0x588100140003
        cc = 0x7f4bef9809f8
        argc = 1
        recv = 139964560952800
        calling = {cd = 0x55972533f460, cc = 0x7f4bef9809f8, block_handler = 0, recv = 139964560952800, argc = 1, kw_splat = false, heap_argv = 0}
#55 0x0000559722eff506 in vm_exec_core (ec=0x5597252224e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x55972533f460
        leaf = false
        val = 139964118387520
        reg_pc = 0x5597253a9528
        reg_cfp = 0x7f4c0a00bf30
        insns_address_table = {0x559722efbbdd <vm_exec_core+108>, 0x559722efbc3f <vm_exec_core+206>, 0x559722efbd52 <vm_exec_core+481>, 0x559722efbe66 <vm_exec_core+757>, 0x559722efc004 <vm_exec_core+1171>, 0x559722efc134 <vm_exec_core+1475>, 0x559722efc346 <vm_exec_core+2005>, 0x559722efc458 <vm_exec_core+2279>, 0x559722efc531 <vm_exec_core+2496>, 0x559722efc638 <vm_exec_core+2759>, 0x559722efc73f <vm_exec_core+3022>, 0x559722efc84d <vm_exec_core+3292>, 0x559722efc95f <vm_exec_core+3566>, 0x559722efca2f <vm_exec_core+3774>, 0x559722efcb38 <vm_exec_core+4039>, 0x559722efcc32 <vm_exec_core+4289>, 0x559722efccf5 <vm_exec_core+4484>, 0x559722efcdb8 <vm_exec_core+4679>, 0x559722efce41 <vm_exec_core+4816>, 0x559722efcecd <vm_exec_core+4956>, 0x559722efcf73 <vm_exec_core+5122>, 0x559722efd04b <vm_exec_core+5338>, 0x559722efd118 <vm_exec_core+5543>, 0x559722efd1f6 <vm_exec_core+5765>, 0x559722efd2b8 <vm_exec_core+5959>, 0x559722efd3f7 <vm_exec_core+6278>, 0x559722efd49d <vm_exec_core+6444>, 0x559722efd582 <vm_exec_core+6673>, 0x559722efd6b1 <vm_exec_core+6976>, 0x559722efd774 <vm_exec_core+7171>, 0x559722efd837 <vm_exec_core+7366>, 0x559722efd92e <vm_exec_core+7613>, 0x559722efd9f0 <vm_exec_core+7807>, 0x559722efdacf <vm_exec_core+8030>, 0x559722efdb9c <vm_exec_core+8235>, 0x559722efdcac <vm_exec_core+8507>, 0x559722efdda6 <vm_exec_core+8757>, 0x559722efde21 <vm_exec_core+8880>, 0x559722efdee2 <vm_exec_core+9073>, 0x559722efdfd0 <vm_exec_core+9311>, 0x559722efe080 <vm_exec_core+9487>, 0x559722efe1ff <vm_exec_core+9870>, 0x559722efe2d9 <vm_exec_core+10088>, 0x559722efe3c5 <vm_exec_core+10324>, 0x559722efe456 <vm_exec_core+10469>, 0x559722efe5b1 <vm_exec_core+10816>, 0x559722efeb53 <vm_exec_core+12258>, 0x559722efec4f <vm_exec_core+12510>, 0x559722efed52 <vm_exec_core+12769>, 0x559722efee3e <vm_exec_core+13005>, 0x559722eff057 <vm_exec_core+13542>, 0x559722eff149 <vm_exec_core+13784>, 0x559722eff24f <vm_exec_core+14046>, 0x559722eff44c <vm_exec_core+14555>, 0x559722eff5f5 <vm_exec_core+14980>, 0x559722eff720 <vm_exec_core+15279>, 0x559722eff88c <vm_exec_core+15643>, 0x559722eff9b7 <vm_exec_core+15942>, 0x559722effb23 <vm_exec_core+16306>, 0x559722effd05 <vm_exec_core+16788>, 0x559722efff02 <vm_exec_core+17297>, 0x559722f000ab <vm_exec_core+17722>, 0x559722f001cd <vm_exec_core+18012>, 0x559722f00274 <vm_exec_core+18179>, 0x559722f00338 <vm_exec_core+18375>, 0x559722f00421 <vm_exec_core+18608>, 0x559722f0050d <vm_exec_core+18844>, 0x559722f005f6 <vm_exec_core+19077>, 0x559722f0070a <vm_exec_core+19353>, 0x559722f00831 <vm_exec_core+19648>, 0x559722f00967 <vm_exec_core+19958>, 0x559722f00a9d <vm_exec_core+20268>, 0x559722f00bd3 <vm_exec_core+20578>, 0x559722f00d09 <vm_exec_core+20888>, 0x559722f00e3f <vm_exec_core+21198>, 0x559722f00f80 <vm_exec_core+21519>, 0x559722f010fa <vm_exec_core+21897>, 0x559722f01230 <vm_exec_core+22207>, 0x559722f01366 <vm_exec_core+22517>, 0x559722f0149c <vm_exec_core+22827>, 0x559722f015d2 <vm_exec_core+23137>, 0x559722f01708 <vm_exec_core+23447>, 0x559722f0183e <vm_exec_core+23757>, 0x559722f01974 <vm_exec_core+24067>, 0x559722f01aaa <vm_exec_core+24377>, 0x559722f01bf9 <vm_exec_core+24712>, 0x559722f01db3 <vm_exec_core+25154>, 0x559722f01f31 <vm_exec_core+25536>, 0x559722f02050 <vm_exec_core+25823>, 0x559722f0216f <vm_exec_core+26110>, 0x559722f02289 <vm_exec_core+26392>, 0x559722f023a3 <vm_exec_core+26674>, 0x559722f024ce <vm_exec_core+26973>, 0x559722f02604 <vm_exec_core+27283>, 0x559722f026ef <vm_exec_core+27518>, 0x559722f027f4 <vm_exec_core+27779>, 0x559722f0293c <vm_exec_core+28107>, 0x559722f02a2b <vm_exec_core+28346>, 0x559722f02b05 <vm_exec_core+28564>, 0x559722f02bda <vm_exec_core+28777>, 0x559722f02cb5 <vm_exec_core+28996>, 0x559722f02d31 <vm_exec_core+29120>, 0x559722f02dad <vm_exec_core+29244>, 0x559722f02dcb <vm_exec_core+29274>, 0x559722f02de9 <vm_exec_core+29304>, 0x559722f02e07 <vm_exec_core+29334>, 0x559722f02e25 <vm_exec_core+29364>, 0x559722f02e43 <vm_exec_core+29394>, 0x559722f02e61 <vm_exec_core+29424>, 0x559722f02e7f <vm_exec_core+29454>, 0x559722f02e9d <vm_exec_core+29484>, 0x559722f02ebb <vm_exec_core+29514>, 0x559722f02ed9 <vm_exec_core+29544>, 0x559722f02ef7 <vm_exec_core+29574>, 0x559722f02f15 <vm_exec_core+29604>, 0x559722f02f33 <vm_exec_core+29634>, 0x559722f02f51 <vm_exec_core+29664>, 0x559722f02f6f <vm_exec_core+29694>, 0x559722f02f8d <vm_exec_core+29724>, 0x559722f02fab <vm_exec_core+29754>, 0x559722f02fc9 <vm_exec_core+29784>, 0x559722f02fe7 <vm_exec_core+29814>, 0x559722f03005 <vm_exec_core+29844>, 0x559722f03023 <vm_exec_core+29874>, 0x559722f03041 <vm_exec_core+29904>, 0x559722f0305f <vm_exec_core+29934>, 0x559722f0307d <vm_exec_core+29964>, 0x559722f0309b <vm_exec_core+29994>, 0x559722f030b9 <vm_exec_core+30024>, 0x559722f030d7 <vm_exec_core+30054>, 0x559722f030f5 <vm_exec_core+30084>, 0x559722f03113 <vm_exec_core+30114>, 0x559722f03131 <vm_exec_core+30144>, 0x559722f0314f <vm_exec_core+30174>, 0x559722f0316d <vm_exec_core+30204>, 0x559722f0318b <vm_exec_core+30234>, 0x559722f031a9 <vm_exec_core+30264>, 0x559722f031c7 <vm_exec_core+30294>, 0x559722f031e5 <vm_exec_core+30324>, 0x559722f03203 <vm_exec_core+30354>, 0x559722f03221 <vm_exec_core+30384>, 0x559722f0323f <vm_exec_core+30414>, 0x559722f0325d <vm_exec_core+30444>, 0x559722f0327b <vm_exec_core+30474>, 0x559722f03299 <vm_exec_core+30504>, 0x559722f032b7 <vm_exec_core+30534>, 0x559722f032d5 <vm_exec_core+30564>, 0x559722f032f3 <vm_exec_core+30594>, 0x559722f03311 <vm_exec_core+30624>, 0x559722f0332f <vm_exec_core+30654>, 0x559722f0334d <vm_exec_core+30684>, 0x559722f0336b <vm_exec_core+30714>, 0x559722f03389 <vm_exec_core+30744>, 0x559722f033a7 <vm_exec_core+30774>, 0x559722f033c5 <vm_exec_core+30804>, 0x559722f033e3 <vm_exec_core+30834>, 0x559722f03401 <vm_exec_core+30864>, 0x559722f0341f <vm_exec_core+30894>, 0x559722f0343d <vm_exec_core+30924>, 0x559722f0345b <vm_exec_core+30954>, 0x559722f03479 <vm_exec_core+30984>, 0x559722f03497 <vm_exec_core+31014>, 0x559722f034b5 <vm_exec_core+31044>, 0x559722f034d3 <vm_exec_core+31074>, 0x559722f034f1 <vm_exec_core+31104>, 0x559722f0350f <vm_exec_core+31134>, 0x559722f0352d <vm_exec_core+31164>, 0x559722f0354b <vm_exec_core+31194>, 0x559722f03569 <vm_exec_core+31224>, 0x559722f03587 <vm_exec_core+31254>, 0x559722f035a5 <vm_exec_core+31284>, 0x559722f035c3 <vm_exec_core+31314>, 0x559722f035e1 <vm_exec_core+31344>, 0x559722f035ff <vm_exec_core+31374>, 0x559722f0361d <vm_exec_core+31404>, 0x559722f0363b <vm_exec_core+31434>, 0x559722f03659 <vm_exec_core+31464>, 0x559722f03677 <vm_exec_core+31494>, 0x559722f036a8 <vm_exec_core+31543>, 0x559722f036c6 <vm_exec_core+31573>, 0x559722f036e4 <vm_exec_core+31603>, 0x559722f03702 <vm_exec_core+31633>, 0x559722f03720 <vm_exec_core+31663>, 0x559722f0373e <vm_exec_core+31693>, 0x559722f0375c <vm_exec_core+31723>, 0x559722f0377a <vm_exec_core+31753>, 0x559722f03798 <vm_exec_core+31783>, 0x559722f037b6 <vm_exec_core+31813>, 0x559722f037d4 <vm_exec_core+31843>, 0x559722f037f2 <vm_exec_core+31873>, 0x559722f03810 <vm_exec_core+31903>, 0x559722f0382e <vm_exec_core+31933>, 0x559722f0384c <vm_exec_core+31963>, 0x559722f0386a <vm_exec_core+31993>, 0x559722f03888 <vm_exec_core+32023>, 0x559722f038a6 <vm_exec_core+32053>, 0x559722f038c4 <vm_exec_core+32083>, 0x559722f038e2 <vm_exec_core+32113>, 0x559722f03900 <vm_exec_core+32143>, 0x559722f0391e <vm_exec_core+32173>...}
#56 0x0000559722f15ffb in vm_exec_loop (ec=0x5597252224e0, state=RUBY_TAG_BREAK, tag=0x7ffefa668750, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2514
No locals.
#57 0x0000559722f15f43 in rb_vm_exec (ec=0x5597252224e0) at /tmp/ruby/src/trunk-O0/vm.c:2493
        _ec = 0x5597252224e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffefa6687d0, 0x559722f15e6e <rb_vm_exec+190>, 0x0, 0x7ffefa668720, 0x7ffefa668a68}, prev = 0x7ffefa668840, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_BREAK
        result = 36
#58 0x0000559722f16d4f in rb_iseq_eval_main (iseq=0x7f4bef978488) at /tmp/ruby/src/trunk-O0/vm.c:2753
        ec = 0x5597252224e0
        val = 94107651417312
#59 0x0000559722cf7c0d in rb_ec_exec_node (ec=0x5597252224e0, n=0x7f4bef978488) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x559725221090
        _ec = 0x5597252224e0
        _tag = {tag = 36, retval = 94107612443130, buf = {0x7ffefa6688c0, 0x559722cf7ba3 <rb_ec_exec_node+212>, 0x0, 0x7ffefa668810, 0x5597252224e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f4bef978488
#60 0x0000559722cf7d8a in ruby_run_node (n=0x7f4bef978488) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x5597252224e0
        status = 21911
#61 0x0000559722cf35c4 in rb_main (argc=133, argv=0x7ffefa668a68) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140733099444544
#62 0x0000559722cf3625 in main (argc=133, argv=0x7ffefa668a68) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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