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

Retrying...
Finished tests in 1656.068608s, 16.3314 tests/s, 5781.2671 assertions/s.
27046 tests, 9574175 assertions, 0 failures, 0 errors, 225 skips

ruby -v: ruby 3.4.0dev (2024-01-10T03:58:19Z master a1949df547) [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-10T03:58:19Z master a1949df547) [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 285.183199 seconds

3728 files, 32492 examples, 148721 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.136896.ruby -x gdbscript
[New LWP 136896]
[New LWP 136898]
[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 -W0'.
Program terminated with signal SIGABRT, Aborted.
#0  0x0000560f6501af8b in rb_type (obj=140670258533880) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:226
226	    if (! RB_SPECIAL_CONST_P(obj)) {
[Current thread is 1 (Thread 0x7ff0733627c0 (LWP 136896))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7ff0733627c0 (LWP 136896) 0x0000560f6501af8b in rb_type (obj=140670258533880) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:226
  2    Thread 0x7ff059d8f640 (LWP 136898) 0x00007ff07348afde in epoll_wait (epfd=4, events=0x560f6565283c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7ff059d8f640 (LWP 136898)):
#0  0x00007ff07348afde in epoll_wait (epfd=4, events=0x560f6565283c <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  0x0000560f651b87c3 in event_wait (vm=0x560f65a5fb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22031
#2  0x0000560f651b87e7 in timer_thread_polling (vm=0x560f65a5fb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -349753336
#3  0x0000560f651b8ea7 in timer_thread_func (ptr=0x560f65a5fb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x560f65a5fb10
#4  0x00007ff0733f9b43 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 = {140733311243120, -1627453424331785251, 140670276269632, 25, 140670702426192, 140733311243472, 1624299776347864029, 1624385237988932573}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007ff07348abb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7ff0733627c0 (LWP 136896)):
#0  0x0000560f6501af8b in rb_type (obj=140670258533880) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:226
No locals.
#1  0x0000560f6501b0b3 in RB_TYPE_P (obj=140670258533880, t=RUBY_T_NODE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
No locals.
#2  0x0000560f6501b114 in RB_FL_ABLE (obj=140670258533880) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:449
No locals.
#3  RB_FL_TEST (obj=140670258533880, flags=1024) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:497
No locals.
#4  0x0000560f650299ad in gc_mark_children (objspace=0x560f65a62470, obj=140670258533880) at /tmp/ruby/src/trunk-O0/gc.c:7333
        any = 0x7ff058ca55f8
#5  0x0000560f6502a3e8 in gc_mark_stacked_objects (objspace=0x560f65a62470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x560f65a628f8
        obj = 140670258533880
        marked_slots_at_the_beginning = 698
        popped_count = 0
#6  0x0000560f6502a568 in gc_mark_stacked_objects_all (objspace=0x560f65a62470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#7  0x0000560f6502c8dc in gc_marks_rest (objspace=0x560f65a62470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#8  0x0000560f6502ca10 in gc_marks (objspace=0x560f65a62470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#9  0x0000560f6502e7b3 in gc_start (objspace=0x560f65a62470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#10 0x0000560f6502e448 in garbage_collect (objspace=0x560f65a62470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 1489235888
        ret = 32752
#11 0x0000560f6502ef0f in garbage_collect_with_gvl (objspace=0x560f65a62470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9877
No locals.
#12 0x0000560f650360ee in objspace_malloc_gc_stress (objspace=0x560f65a62470) at /tmp/ruby/src/trunk-O0/gc.c:12414
        reason = 45568
#13 0x0000560f65036536 in objspace_xrealloc (objspace=0x560f65a62470, ptr=0x560f65cebe20, new_size=64, old_size=40) at /tmp/ruby/src/trunk-O0/gc.c:12689
        gpr = 107008
        mem = 0x40
#14 0x0000560f650369a1 in ruby_sized_xrealloc2 (ptr=0x560f65cebe20, n=64, size=1, old_n=0) at /tmp/ruby/src/trunk-O0/gc.c:12915
        len = 64
#15 0x0000560f650369d8 in ruby_xrealloc2_body (ptr=0x560f65cebe20, n=64, size=1) at /tmp/ruby/src/trunk-O0/gc.c:12921
No locals.
#16 0x0000560f6503a18b in ruby_xrealloc2 (ptr=0x560f65cebe20, n=64, new_size=1) at /tmp/ruby/src/trunk-O0/gc.c:14468
No locals.
#17 0x0000560f6519281e in str_buf_cat4 (str=140670258117280, ptr=0x7ff058c3efc8 "NameError", len=9, keep_cr=true) at /tmp/ruby/src/trunk-O0/string.c:3189
        total = 36
        olen = 27
        off = -1
        sptr = 0x560f65cebe20 "-:38:in `block in <main>': "
        termlen = 1
        capa = 63
#18 0x0000560f65192f5e in rb_str_buf_append (str=140670258117280, str2=140670258114480) at /tmp/ruby/src/trunk-O0/string.c:3356
        str2_cr = 1048576
#19 0x0000560f651930d7 in rb_str_append (str=140670258117280, str2=140670258114480) at /tmp/ruby/src/trunk-O0/string.c:3385
No locals.
#20 0x0000560f651933ae in rb_str_concat (str1=140670258117280, str2=140670258114480) at /tmp/ruby/src/trunk-O0/string.c:3490
        code = 1507709928
        enc = 0x560f65a7dda0
        encidx = 2
#21 0x0000560f65007ea7 in print_errinfo (eclass=140670276588520, errat=140670258116880, emesg=4, str=140670258117280, highlight=0) at /tmp/ruby/src/trunk-O0/eval_error.c:116
        epath = 140670258114480
        elen = 0
        mesg = 140670257918600
#22 0x0000560f65009013 in rb_error_write (errinfo=140670258117000, emesg=4, errat=140670258116880, str=140670258117280, opt=140670257919080, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:348
        eclass = 140670276588520
        shown_causes = 0
        backtrace_limit = -1
#23 0x0000560f650092ed in rb_ec_error_print_detailed (ec=0x560f65a634e0, errinfo=140670258117000, str=140670258117280, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:381
        _ec = 0x560f65a634e0
        _tag = {tag = 36, retval = 0, buf = {0x7fff07065590, 0x560f65009202 <rb_ec_error_print_detailed+372>, 0x0, 0x7fff070654c0, 0x0}, prev = 0x7fff07065600, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 140670258116880
        written = true
        emesg = 4
        opt = 140670257919080
        highlight = 0
#24 0x0000560f6500a8e3 in rb_ec_cleanup (ec=0x560f65a634e0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 140670258117000
        mode0 = 0
        mode1 = 3
        _ec = 0x560f65a634e0
        _tag = {tag = 36, retval = 94624119038458, buf = {0x7fff07065680, 0x560f6500a6cc <rb_ec_cleanup+295>, 0x0, 0x7fff070655a0, 0x560f65a634e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x560f65a62090
        th0 = 0x560f65a62090
        step = 2
        message = 4
        buf = 140670258117280
#25 0x0000560f6500ad9a in ruby_run_node (n=0x7ff058c898d0) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x560f65a634e0
        status = 22031
#26 0x0000560f650065c4 in rb_main (argc=2, argv=0x7fff07065828) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140733311244032
#27 0x0000560f65006625 in main (argc=2, argv=0x7fff07065828) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.150252.ruby -x gdbscript
[New LWP 150252]
[New LWP 150254]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00005641a29070b6 in RB_TYPE_P (obj=139676662752640, t=RUBY_T_NODE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
381	        return t == rb_type(obj);
[Current thread is 1 (Thread 0x7f091b3637c0 (LWP 150252))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f091b3637c0 (LWP 150252) 0x00005641a29070b6 in RB_TYPE_P (obj=139676662752640, t=RUBY_T_NODE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
  2    Thread 0x7f0901d8f640 (LWP 150254) 0x00007f091b48bfde in epoll_wait (epfd=4, events=0x5641a2f3e83c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f0901d8f640 (LWP 150254)):
#0  0x00007f091b48bfde in epoll_wait (epfd=4, events=0x5641a2f3e83c <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  0x00005641a2aa47c3 in event_wait (vm=0x5641a3392b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22081
#2  0x00005641a2aa47e7 in timer_thread_polling (vm=0x5641a3392b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1284039692
#3  0x00005641a2aa4ea7 in timer_thread_func (ptr=0x5641a3392b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x5641a3392b10
#4  0x00007f091b3fab43 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 = {140720467300768, -578095350220480979, 139676662429248, 25, 139677088589904, 140720467301120, 713876505839377965, 713828412829965869}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f091b48bbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f091b3637c0 (LWP 150252)):
#0  0x00005641a29070b6 in RB_TYPE_P (obj=139676662752640, t=RUBY_T_NODE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
No locals.
#1  0x00005641a2907114 in RB_FL_ABLE (obj=139676662752640) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:449
No locals.
#2  RB_FL_TEST (obj=139676662752640, flags=1024) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:497
No locals.
#3  0x00005641a29159ad in gc_mark_children (objspace=0x5641a3395470, obj=139676662752640) at /tmp/ruby/src/trunk-O0/gc.c:7333
        any = 0x7f0901dde580
#4  0x00005641a29163e8 in gc_mark_stacked_objects (objspace=0x5641a3395470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x5641a33958f8
        obj = 139676662752640
        marked_slots_at_the_beginning = 773
        popped_count = 0
#5  0x00005641a2916568 in gc_mark_stacked_objects_all (objspace=0x5641a3395470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#6  0x00005641a29188dc in gc_marks_rest (objspace=0x5641a3395470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#7  0x00005641a2918a10 in gc_marks (objspace=0x5641a3395470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#8  0x00005641a291a7b3 in gc_start (objspace=0x5641a3395470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#9  0x00005641a291a448 in garbage_collect (objspace=0x5641a3395470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 158805632
        ret = 32764
#10 0x00005641a291af0f in garbage_collect_with_gvl (objspace=0x5641a3395470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9877
No locals.
#11 0x00005641a29220ee in objspace_malloc_gc_stress (objspace=0x5641a3395470) at /tmp/ruby/src/trunk-O0/gc.c:12414
        reason = 45568
#12 0x00005641a29223d1 in objspace_xmalloc0 (objspace=0x5641a3395470, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12616
        gpr = 107008
        mem = 0x20b000020b1
#13 0x00005641a29226ee in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12840
No locals.
#14 0x00005641a2922724 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12849
No locals.
#15 0x00005641a29260df in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14428
No locals.
#16 0x00005641a2ae9dbf in vm_ccs_create (klass=139676662752320, cc_tbl=0x5641a3571340, mid=8369, cme=0x7f091b258728) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1955
        ccs = 0xffffffff0000020b
#17 0x00005641a2b05b94 in cache_callable_method_entry (klass=139676662752320, mid=8369, cme=0x7f091b258728) at /tmp/ruby/src/trunk-O0/vm_method.c:1334
        cc_tbl = 0x5641a3571340
        ccs_data = 94839902328859
#18 0x00005641a2b05d56 in callable_method_entry_or_negative (klass=139676662752320, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 139676662753280
        me = 0x7f091b258728
        _lev = 22081
        cme = 0x7f091b258728
#19 0x00005641a2b05de8 in callable_method_entry (klass=139676662752320, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0x7f0900cf93c8
#20 0x00005641a2b05e4b in rb_callable_method_entry (klass=139676662752320, mid=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:1409
No locals.
#21 0x00005641a2b08266 in rb_method_basic_definition_p (klass=139676662752320, id=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:2704
        cme = 0x7f0900c1d328
#22 0x00005641a2d03f2f in rb_get_backtrace (exc=139676644135720) at /tmp/ruby/src/trunk-O0/error.c:1762
        mid = 8369
        info = 0
#23 0x00005641a28f7524 in setup_exception (ec=0x5641a33964e0, tag=6, mesg=139676644135720, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:565
        bt = 1483
        _ec = 0x5641a33964e0
        _tag = {tag = 36, retval = 139677065477728, buf = {0x7ffc09773280, 0x5641a28f74ad <setup_exception+313>, 0x0, 0x7ffc09773130, 0x7f0919defe60}, prev = 0x7ffc09773bf0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 16803876470202142464
        line = 13
        file = 0x7f091b25fd60 "-"
        file0 = 0x7f091b25fd60 "-"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#24 0x00005641a28f7b79 in rb_longjmp (ec=0x5641a33964e0, tag=6, mesg=139676644135720, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#25 0x00005641a28f7bff in rb_exc_exception (mesg=139676644135720, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#26 0x00005641a28f7c25 in rb_exc_raise (mesg=139676644135720) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#27 0x00005641a2aac2af in rb_threadptr_execute_interrupts (th=0x5641a3395090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2490
        err = 139676644135720
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#28 0x00005641a2adf2d0 in rb_vm_check_ints (ec=0x5641a33964e0) at /tmp/ruby/src/trunk-O0/vm_core.h:2084
No locals.
#29 0x00005641a2ae6e4e in vm_pop_frame (ec=0x5641a33964e0, cfp=0x7f091b361ec0, ep=0x7f091b2620f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
        flags = 1431634051
#30 0x00005641a2b1013a in rb_vm_pop_cfunc_frame () at /tmp/ruby/src/trunk-O0/vm.c:827
        ec = 0x5641a33964e0
        cfp = 0x7f091b361ec0
        me = 0x7f0900c1fc68
        args = <optimized out>
#31 0x00005641a2b0bc37 in raise_method_missing (ec=0x5641a33964e0, argc=2, argv=0x7ffc09773d90, obj=139676662538880, last_call_status=MISSING_NOENTRY) at /tmp/ruby/src/trunk-O0/vm_eval.c:1006
        exc = 139676644275960
        format = 0
#32 0x00005641a2b0b9f2 in rb_method_missing (argc=2, argv=0x7ffc09773d90, obj=139676662538880) at /tmp/ruby/src/trunk-O0/vm_eval.c:948
        ec = 0x5641a33964e0
#33 0x00005641a2aeff51 in ractor_safe_call_cfunc_m1 (recv=139676662538880, argc=2, argv=0x7ffc09773d90, func=0x5641a2b0b9a5 <rb_method_missing>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x5641a2b0b9a5 <rb_method_missing>
#34 0x00005641a2b09479 in vm_call0_cfunc_with_frame (ec=0x5641a33964e0, calling=0x7ffc097739a0, argv=0x7ffc09773d90) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
        reg_cfp = 0x7f091b361ef8
        ci = 0x7ffc09773970
        val = 32
        me = 0x7f0900c1fc68
        cfunc = 0x5641a33d2578
        len = -1
        recv = 139676662538880
        argc = 2
        mid = 2865
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#35 0x00005641a2b095a2 in vm_call0_cfunc (ec=0x5641a33964e0, calling=0x7ffc097739a0, argv=0x7ffc09773d90) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#36 0x00005641a2b09820 in vm_call0_body (ec=0x5641a33964e0, calling=0x7ffc097739a0, argv=0x7ffc09773d90) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7ffc09773970
        cc = 0x7ffc09773780
        ret = 140720467293888
#37 0x00005641a2b090ff in vm_call0_cme (ec=0x5641a33964e0, calling=0x7ffc097739a0, argv=0x7ffc09773d90, cme=0x7f0900c1fc68) at /tmp/ruby/src/trunk-O0/vm_eval.c:117
No locals.
#38 0x00005641a2b091a4 in vm_call0_super (ec=0x5641a33964e0, calling=0x7ffc097739a0, argv=0x7ffc09773d90, klass=139676644383520, ex=MISSING_SUPER) at /tmp/ruby/src/trunk-O0/vm_eval.c:131
        cme = 0x7f0900c1fc68
        mid = 2865
#39 0x00005641a2b09cba in vm_call0_body (ec=0x5641a33964e0, calling=0x7ffc097739a0, argv=0x7ffc09773d90) at /tmp/ruby/src/trunk-O0/vm_eval.c:253
        klass = 139676662758720
        ci = 0x7ffc09773970
        cc = 0x7ffc09773a40
        ret = 140720467294448
#40 0x00005641a2b09070 in vm_call0_cc (ec=0x5641a33964e0, recv=139676662538880, id=2865, argc=2, argv=0x7ffc09773d90, cc=0x7ffc09773a40, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7ffc09773d90
        av = {140720467294752, 94839900286958}
        calling = {cd = 0x7ffc09773960, cc = 0x7ffc09773780, block_handler = 0, recv = 139676662538880, argc = 2, kw_splat = false, heap_argv = 0}
#41 0x00005641a2b08e11 in rb_vm_call0 (ec=0x5641a33964e0, recv=139676662538880, id=2865, argc=2, argv=0x7ffc09773d90, cme=0x7f0900c1fce0, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:70
        cc = {flags = 52250, klass = 0, cme_ = 0x7f0900c1fce0, call_ = 0x5641a2af4a4b <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
#42 0x00005641a2b0a40a in rb_vm_call_kw (ec=0x5641a33964e0, recv=139676662538880, id=2865, argc=2, argv=0x7ffc09773d90, me=0x7f0900c1fce0, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:330
No locals.
#43 0x00005641a2b082ef in call_method_entry (ec=0x5641a33964e0, defined_class=139676662758720, obj=139676662538880, id=2865, cme=0x7f0900c1fce0, argc=2, argv=0x7ffc09773d90, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_method.c:2716
        passed_block_handler = 0
        result = 94839911310560
#44 0x00005641a2b0acb6 in check_funcall_exec (v=140720467295744) at /tmp/ruby/src/trunk-O0/vm_eval.c:593
        args = 0x7ffc09773e00
#45 0x00005641a28f847e in rb_vrescue2 (b_proc=0x5641a2b0ac59 <check_funcall_exec>, data1=140720467295744, r_proc=0x5641a2b0acbc <check_funcall_failed>, data2=140720467295744, args=0x7ffc09773cb0) at /tmp/ruby/src/trunk-O0/eval.c:919
        _ec = 0x5641a33964e0
        _tag = {tag = 36, retval = 139676662538720, buf = {0x7ffc09773c70, 0x5641a28f8420 <rb_vrescue2+263>, 0x0, 0x7ffc09773b70, 0x7ffc09773c60}, prev = 0x7ffc09774390, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        ec = 0x5641a33964e0
        cfp = 0x7f091b361ef8
        result = 0
        e_info = 4
#46 0x00005641a28f82f2 in rb_rescue2 (b_proc=0x5641a2b0ac59 <check_funcall_exec>, data1=140720467295744, r_proc=0x5641a2b0acbc <check_funcall_failed>, data2=140720467295744) at /tmp/ruby/src/trunk-O0/eval.c:900
        ap = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7ffc09773d90, reg_save_area = 0x7ffc09773cd0}}
        ret = 94839902329748
#47 0x00005641a2b0b09d in check_funcall_missing (ec=0x5641a33964e0, klass=139676662538720, recv=139676662538880, mid=25633, argc=1, argv=0x7ffc09773f28, respond=-1, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:670
        argbuf = 0
        new_args = 0x7ffc09773d90
        args = {defined_class = 139676662758720, recv = 139676662538880, mid = 25633, ec = 0x5641a33964e0, cme = 0x7f0900c1fce0, respond = 0, respond_to_missing = 0, argc = 2, argv = 0x7ffc09773d90, kw_splat = 0}
        cme = 0x7f0900c1fce0
        ret = 36
#48 0x00005641a2b0b213 in rb_check_funcall_default_kw (recv=139676662538880, mid=25633, argc=1, argv=0x7ffc09773f28, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:707
        ret = 4294967301
        klass = 139676662538720
        me = 0x0
        ec = 0x5641a33964e0
        respond = -1
#49 0x00005641a2b0b149 in rb_check_funcall (recv=139676662538880, mid=25633, argc=1, argv=0x7ffc09773f28) at /tmp/ruby/src/trunk-O0/vm_eval.c:689
No locals.
#50 0x00005641a295f0e5 in rb_iseq_load_iseq (fname=139676644136000) at /tmp/ruby/src/trunk-O0/iseq.c:1014
        iseqv = 1039382089519
#51 0x00005641a296a45c in load_iseq_eval (ec=0x5641a33964e0, fname=139676644136000) at /tmp/ruby/src/trunk-O0/load.c:737
        iseq = 0x2000
#52 0x00005641a296bc66 in require_internal (ec=0x5641a33964e0, fname=139676644276760, exception=1, warn=false) at /tmp/ruby/src/trunk-O0/load.c:1281
        handle = 139677065474528
        found = 114
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        _ec = 0x5641a33964e0
        _tag = {tag = 36, retval = 139676662754400, buf = {0x7ffc09774410, 0x5641a296ba91 <require_internal+504>, 0x0, 0x7ffc097742b0, 0x7ffc097743e0}, prev = 0x7ffc09775340, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = 0x5641a3395090
        saved = {wrapper = 0, self = 139677086895600, errinfo = 4, ec = 0x5641a33964e0}
        state = RUBY_TAG_NONE
        ftptr = 0x5641a35213c0 "/tmp/empty20240110-150252-85dx42.rb"
        path = 139676644136000
        saved_path = 139676644136000
        realpath = 139676644276280
        realpaths = 139676662551680
        realpath_map = 139676662551520
        reset_ext_config = false
        prev_ext_config = {ractor_safe = 162}
        th2 = 0x7f0900c3fa18
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#53 0x00005641a296c181 in rb_require_string_internal (fname=139676644276760, resurrect=false) at /tmp/ruby/src/trunk-O0/load.c:1380
        ec = 0x5641a33964e0
        result = 32521
#54 0x00005641a296c11a in rb_require_string (fname=139676644276760) at /tmp/ruby/src/trunk-O0/load.c:1373
No locals.
#55 0x00005641a296af66 in rb_f_require (obj=139677086895600, fname=139676644136120) at /tmp/ruby/src/trunk-O0/load.c:1015
No locals.
#56 0x00005641a2aeffbf in ractor_safe_call_cfunc_1 (recv=139677086895600, argc=1, argv=0x7f091b2620c0, func=0x5641a296af46 <rb_f_require>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3313
        f = 0x5641a296af46 <rb_f_require>
#57 0x00005641a2af0b88 in vm_call_cfunc_with_frame_ (ec=0x5641a33964e0, reg_cfp=0x7f091b361f30, calling=0x7ffc097746b0, argc=1, argv=0x7f091b2620c0, stack_bottom=0x7f091b2620b8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x588100140003
        cc = 0x7f0900ce0a58
        val = 139676644936280
        me = 0x7f0900ce5530
        cfunc = 0x5641a340cc88
        recv = 139677086895600
        block_handler = 0
        frame_type = 1431634051
        len = 1
        args = <optimized out>
        args = <optimized out>
#58 0x00005641a2af0d5d in vm_call_cfunc_with_frame (ec=0x5641a33964e0, reg_cfp=0x7f091b361f30, calling=0x7ffc097746b0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 1
        stack_bottom = 0x7f091b2620b8
        argv = 0x7f091b2620c0
#59 0x00005641a2af70ff in vm_sendish (ec=0x5641a33964e0, reg_cfp=0x7f091b361f30, cd=0x5641a34d77a0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x588100140003
        cc = 0x7f0900ce0a58
        argc = 1
        recv = 139677086895600
        calling = {cd = 0x5641a34d77a0, cc = 0x7f0900ce0a58, block_handler = 0, recv = 139677086895600, argc = 1, kw_splat = false, heap_argv = 0}
#60 0x00005641a2afe690 in vm_exec_core (ec=0x5641a33964e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x5641a34d77a0
        leaf = false
        val = 139676644136120
        reg_pc = 0x5641a34b4938
        reg_cfp = 0x7f091b361f30
        insns_address_table = {0x5641a2afad67 <vm_exec_core+108>, 0x5641a2afadc9 <vm_exec_core+206>, 0x5641a2afaedc <vm_exec_core+481>, 0x5641a2afaff0 <vm_exec_core+757>, 0x5641a2afb18e <vm_exec_core+1171>, 0x5641a2afb2be <vm_exec_core+1475>, 0x5641a2afb4d0 <vm_exec_core+2005>, 0x5641a2afb5e2 <vm_exec_core+2279>, 0x5641a2afb6bb <vm_exec_core+2496>, 0x5641a2afb7c2 <vm_exec_core+2759>, 0x5641a2afb8c9 <vm_exec_core+3022>, 0x5641a2afb9d7 <vm_exec_core+3292>, 0x5641a2afbae9 <vm_exec_core+3566>, 0x5641a2afbbb9 <vm_exec_core+3774>, 0x5641a2afbcc2 <vm_exec_core+4039>, 0x5641a2afbdbc <vm_exec_core+4289>, 0x5641a2afbe7f <vm_exec_core+4484>, 0x5641a2afbf42 <vm_exec_core+4679>, 0x5641a2afbfcb <vm_exec_core+4816>, 0x5641a2afc057 <vm_exec_core+4956>, 0x5641a2afc0fd <vm_exec_core+5122>, 0x5641a2afc1d5 <vm_exec_core+5338>, 0x5641a2afc2a2 <vm_exec_core+5543>, 0x5641a2afc380 <vm_exec_core+5765>, 0x5641a2afc442 <vm_exec_core+5959>, 0x5641a2afc581 <vm_exec_core+6278>, 0x5641a2afc627 <vm_exec_core+6444>, 0x5641a2afc70c <vm_exec_core+6673>, 0x5641a2afc83b <vm_exec_core+6976>, 0x5641a2afc8fe <vm_exec_core+7171>, 0x5641a2afc9c1 <vm_exec_core+7366>, 0x5641a2afcab8 <vm_exec_core+7613>, 0x5641a2afcb7a <vm_exec_core+7807>, 0x5641a2afcc59 <vm_exec_core+8030>, 0x5641a2afcd26 <vm_exec_core+8235>, 0x5641a2afce36 <vm_exec_core+8507>, 0x5641a2afcf30 <vm_exec_core+8757>, 0x5641a2afcfab <vm_exec_core+8880>, 0x5641a2afd06c <vm_exec_core+9073>, 0x5641a2afd15a <vm_exec_core+9311>, 0x5641a2afd20a <vm_exec_core+9487>, 0x5641a2afd389 <vm_exec_core+9870>, 0x5641a2afd463 <vm_exec_core+10088>, 0x5641a2afd54f <vm_exec_core+10324>, 0x5641a2afd5e0 <vm_exec_core+10469>, 0x5641a2afd73b <vm_exec_core+10816>, 0x5641a2afdcdd <vm_exec_core+12258>, 0x5641a2afddd9 <vm_exec_core+12510>, 0x5641a2afdedc <vm_exec_core+12769>, 0x5641a2afdfc8 <vm_exec_core+13005>, 0x5641a2afe1e1 <vm_exec_core+13542>, 0x5641a2afe2d3 <vm_exec_core+13784>, 0x5641a2afe3d9 <vm_exec_core+14046>, 0x5641a2afe5d6 <vm_exec_core+14555>, 0x5641a2afe77f <vm_exec_core+14980>, 0x5641a2afe8aa <vm_exec_core+15279>, 0x5641a2afea16 <vm_exec_core+15643>, 0x5641a2afeb41 <vm_exec_core+15942>, 0x5641a2afecad <vm_exec_core+16306>, 0x5641a2afee8f <vm_exec_core+16788>, 0x5641a2aff08c <vm_exec_core+17297>, 0x5641a2aff235 <vm_exec_core+17722>, 0x5641a2aff357 <vm_exec_core+18012>, 0x5641a2aff3fe <vm_exec_core+18179>, 0x5641a2aff4c2 <vm_exec_core+18375>, 0x5641a2aff5ab <vm_exec_core+18608>, 0x5641a2aff697 <vm_exec_core+18844>, 0x5641a2aff780 <vm_exec_core+19077>, 0x5641a2aff894 <vm_exec_core+19353>, 0x5641a2aff9bb <vm_exec_core+19648>, 0x5641a2affaf1 <vm_exec_core+19958>, 0x5641a2affc27 <vm_exec_core+20268>, 0x5641a2affd5d <vm_exec_core+20578>, 0x5641a2affe93 <vm_exec_core+20888>, 0x5641a2afffc9 <vm_exec_core+21198>, 0x5641a2b0010a <vm_exec_core+21519>, 0x5641a2b00284 <vm_exec_core+21897>, 0x5641a2b003ba <vm_exec_core+22207>, 0x5641a2b004f0 <vm_exec_core+22517>, 0x5641a2b00626 <vm_exec_core+22827>, 0x5641a2b0075c <vm_exec_core+23137>, 0x5641a2b00892 <vm_exec_core+23447>, 0x5641a2b009c8 <vm_exec_core+23757>, 0x5641a2b00afe <vm_exec_core+24067>, 0x5641a2b00c34 <vm_exec_core+24377>, 0x5641a2b00d83 <vm_exec_core+24712>, 0x5641a2b00f3d <vm_exec_core+25154>, 0x5641a2b010bb <vm_exec_core+25536>, 0x5641a2b011da <vm_exec_core+25823>, 0x5641a2b012f9 <vm_exec_core+26110>, 0x5641a2b01413 <vm_exec_core+26392>, 0x5641a2b0152d <vm_exec_core+26674>, 0x5641a2b01658 <vm_exec_core+26973>, 0x5641a2b0178e <vm_exec_core+27283>, 0x5641a2b01879 <vm_exec_core+27518>, 0x5641a2b0197e <vm_exec_core+27779>, 0x5641a2b01ac6 <vm_exec_core+28107>, 0x5641a2b01bb5 <vm_exec_core+28346>, 0x5641a2b01c8f <vm_exec_core+28564>, 0x5641a2b01d64 <vm_exec_core+28777>, 0x5641a2b01e3f <vm_exec_core+28996>, 0x5641a2b01ebb <vm_exec_core+29120>, 0x5641a2b01f37 <vm_exec_core+29244>, 0x5641a2b01f55 <vm_exec_core+29274>, 0x5641a2b01f73 <vm_exec_core+29304>, 0x5641a2b01f91 <vm_exec_core+29334>, 0x5641a2b01faf <vm_exec_core+29364>, 0x5641a2b01fcd <vm_exec_core+29394>, 0x5641a2b01feb <vm_exec_core+29424>, 0x5641a2b02009 <vm_exec_core+29454>, 0x5641a2b02027 <vm_exec_core+29484>, 0x5641a2b02045 <vm_exec_core+29514>, 0x5641a2b02063 <vm_exec_core+29544>, 0x5641a2b02081 <vm_exec_core+29574>, 0x5641a2b0209f <vm_exec_core+29604>, 0x5641a2b020bd <vm_exec_core+29634>, 0x5641a2b020db <vm_exec_core+29664>, 0x5641a2b020f9 <vm_exec_core+29694>, 0x5641a2b02117 <vm_exec_core+29724>, 0x5641a2b02135 <vm_exec_core+29754>, 0x5641a2b02153 <vm_exec_core+29784>, 0x5641a2b02171 <vm_exec_core+29814>, 0x5641a2b0218f <vm_exec_core+29844>, 0x5641a2b021ad <vm_exec_core+29874>, 0x5641a2b021cb <vm_exec_core+29904>, 0x5641a2b021e9 <vm_exec_core+29934>, 0x5641a2b02207 <vm_exec_core+29964>, 0x5641a2b02225 <vm_exec_core+29994>, 0x5641a2b02243 <vm_exec_core+30024>, 0x5641a2b02261 <vm_exec_core+30054>, 0x5641a2b0227f <vm_exec_core+30084>, 0x5641a2b0229d <vm_exec_core+30114>, 0x5641a2b022bb <vm_exec_core+30144>, 0x5641a2b022d9 <vm_exec_core+30174>, 0x5641a2b022f7 <vm_exec_core+30204>, 0x5641a2b02315 <vm_exec_core+30234>, 0x5641a2b02333 <vm_exec_core+30264>, 0x5641a2b02351 <vm_exec_core+30294>, 0x5641a2b0236f <vm_exec_core+30324>, 0x5641a2b0238d <vm_exec_core+30354>, 0x5641a2b023ab <vm_exec_core+30384>, 0x5641a2b023c9 <vm_exec_core+30414>, 0x5641a2b023e7 <vm_exec_core+30444>, 0x5641a2b02405 <vm_exec_core+30474>, 0x5641a2b02423 <vm_exec_core+30504>, 0x5641a2b02441 <vm_exec_core+30534>, 0x5641a2b0245f <vm_exec_core+30564>, 0x5641a2b0247d <vm_exec_core+30594>, 0x5641a2b0249b <vm_exec_core+30624>, 0x5641a2b024b9 <vm_exec_core+30654>, 0x5641a2b024d7 <vm_exec_core+30684>, 0x5641a2b024f5 <vm_exec_core+30714>, 0x5641a2b02513 <vm_exec_core+30744>, 0x5641a2b02531 <vm_exec_core+30774>, 0x5641a2b0254f <vm_exec_core+30804>, 0x5641a2b0256d <vm_exec_core+30834>, 0x5641a2b0258b <vm_exec_core+30864>, 0x5641a2b025a9 <vm_exec_core+30894>, 0x5641a2b025c7 <vm_exec_core+30924>, 0x5641a2b025e5 <vm_exec_core+30954>, 0x5641a2b02603 <vm_exec_core+30984>, 0x5641a2b02621 <vm_exec_core+31014>, 0x5641a2b0263f <vm_exec_core+31044>, 0x5641a2b0265d <vm_exec_core+31074>, 0x5641a2b0267b <vm_exec_core+31104>, 0x5641a2b02699 <vm_exec_core+31134>, 0x5641a2b026b7 <vm_exec_core+31164>, 0x5641a2b026d5 <vm_exec_core+31194>, 0x5641a2b026f3 <vm_exec_core+31224>, 0x5641a2b02711 <vm_exec_core+31254>, 0x5641a2b0272f <vm_exec_core+31284>, 0x5641a2b0274d <vm_exec_core+31314>, 0x5641a2b0276b <vm_exec_core+31344>, 0x5641a2b02789 <vm_exec_core+31374>, 0x5641a2b027a7 <vm_exec_core+31404>, 0x5641a2b027c5 <vm_exec_core+31434>, 0x5641a2b027e3 <vm_exec_core+31464>, 0x5641a2b02801 <vm_exec_core+31494>, 0x5641a2b02832 <vm_exec_core+31543>, 0x5641a2b02850 <vm_exec_core+31573>, 0x5641a2b0286e <vm_exec_core+31603>, 0x5641a2b0288c <vm_exec_core+31633>, 0x5641a2b028aa <vm_exec_core+31663>, 0x5641a2b028c8 <vm_exec_core+31693>, 0x5641a2b028e6 <vm_exec_core+31723>, 0x5641a2b02904 <vm_exec_core+31753>, 0x5641a2b02922 <vm_exec_core+31783>, 0x5641a2b02940 <vm_exec_core+31813>, 0x5641a2b0295e <vm_exec_core+31843>, 0x5641a2b0297c <vm_exec_core+31873>, 0x5641a2b0299a <vm_exec_core+31903>, 0x5641a2b029b8 <vm_exec_core+31933>, 0x5641a2b029d6 <vm_exec_core+31963>, 0x5641a2b029f4 <vm_exec_core+31993>, 0x5641a2b02a12 <vm_exec_core+32023>, 0x5641a2b02a30 <vm_exec_core+32053>, 0x5641a2b02a4e <vm_exec_core+32083>, 0x5641a2b02a6c <vm_exec_core+32113>, 0x5641a2b02a8a <vm_exec_core+32143>, 0x5641a2b02aa8 <vm_exec_core+32173>...}
#61 0x00005641a2b15185 in vm_exec_loop (ec=0x5641a33964e0, state=RUBY_TAG_BREAK, tag=0x7ffc09775340, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2513
No locals.
#62 0x00005641a2b150cd in rb_vm_exec (ec=0x5641a33964e0) at /tmp/ruby/src/trunk-O0/vm.c:2492
        _ec = 0x5641a33964e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffc097753c0, 0x5641a2b14ff8 <rb_vm_exec+190>, 0x0, 0x7ffc09775310, 0x7ffc09775658}, prev = 0x7ffc09775430, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_BREAK
        result = 36
#63 0x00005641a2b15ed9 in rb_iseq_eval_main (iseq=0x7f0900cf95a8) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x5641a33964e0
        val = 94839911310560
#64 0x00005641a28f6c0d in rb_ec_exec_node (ec=0x5641a33964e0, n=0x7f0900cf95a8) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x5641a3395090
        _ec = 0x5641a33964e0
        _tag = {tag = 36, retval = 94839900168698, buf = {0x7ffc097754b0, 0x5641a28f6ba3 <rb_ec_exec_node+212>, 0x0, 0x7ffc09775400, 0x5641a33964e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f0900cf95a8
#65 0x00005641a28f6d8a in ruby_run_node (n=0x7f0900cf95a8) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x5641a33964e0
        status = 22081
#66 0x00005641a28f25c4 in rb_main (argc=131, argv=0x7ffc09775658) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140720467301680
#67 0x00005641a28f2625 in main (argc=131, argv=0x7ffc09775658) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.150351.ruby -x gdbscript
[New LWP 150351]
[New LWP 150354]
[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  0x000055e3fec264bc in gc_sweep_plane (objspace=0x55e400b20470, heap=0x55e400b204e0, p=139892164380920, bitset=562949953552392, ctx=0x7ffe153f7c70) at /tmp/ruby/src/trunk-O0/gc.c:5715
5715	        bitset >>= slot_bits;
[Current thread is 1 (Thread 0x7f3b492b17c0 (LWP 150351))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f3b492b17c0 (LWP 150351) 0x000055e3fec264bc in gc_sweep_plane (objspace=0x55e400b20470, heap=0x55e400b204e0, p=139892164380920, bitset=562949953552392, ctx=0x7ffe153f7c70) at /tmp/ruby/src/trunk-O0/gc.c:5715
  2    Thread 0x7f3b2fcdf640 (LWP 150354) 0x00007f3b493d9fde in epoll_wait (epfd=4, events=0x55e3ff25283c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f3b2fcdf640 (LWP 150354)):
#0  0x00007f3b493d9fde in epoll_wait (epfd=4, events=0x55e3ff25283c <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  0x000055e3fedb87c3 in event_wait (vm=0x55e400b1db10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21987
#2  0x000055e3fedb87e7 in timer_thread_polling (vm=0x55e400b1db10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -906589215
#3  0x000055e3fedb8ea7 in timer_thread_func (ptr=0x55e400b1db10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x55e400b1db10
#4  0x00007f3b49348b43 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 = {140729254909216, -4574204857768612493, 139892181825088, 25, 139892607977552, 140729254909568, 4536100577328098675, 4536174324991126899}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f3b493d9bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f3b492b17c0 (LWP 150351)):
#0  0x000055e3fec264bc in gc_sweep_plane (objspace=0x55e400b20470, heap=0x55e400b204e0, p=139892164380920, bitset=562949953552392, ctx=0x7ffe153f7c70) at /tmp/ruby/src/trunk-O0/gc.c:5715
        vp = 139892164380880
        sweep_page = 0x55e400c82ac0
        slot_size = 40
        slot_bits = 1
        __func__ = <optimized out>
#1  0x000055e3fec2670b in gc_sweep_page (objspace=0x55e400b20470, heap=0x55e400b204e0, ctx=0x7ffe153f7c70) at /tmp/ruby/src/trunk-O0/gc.c:5765
        i = 20
        sweep_page = 0x55e400c82ac0
        __func__ = <optimized out>
        p = 139892164380680
        bits = 0x55e400c82bd0
        bitset = 18014398513676545
        page_rvalue_count = 1638
        out_of_range_bits = 38
        bitmap_plane_count = 26
#2  0x000055e3fec2708a in gc_sweep_step (objspace=0x55e400b20470, size_pool=0x55e400b20490, heap=0x55e400b204e0) at /tmp/ruby/src/trunk-O0/gc.c:6047
        ctx = {page = 0x55e400c82ac0, final_slots = 0, freed_slots = 0, empty_slots = 156}
        free_slots = 318
        sweep_page = 0x55e400c82ac0
        unlink_limit = 3
        swept_slots = 0
        pooled_slots = 448
#3  0x000055e3fec272be in gc_sweep_rest (objspace=0x55e400b20470) at /tmp/ruby/src/trunk-O0/gc.c:6104
        size_pool = 0x55e400b20490
        i = 0
#4  0x000055e3fec278bf in gc_sweep (objspace=0x55e400b20470) at /tmp/ruby/src/trunk-O0/gc.c:6262
        immediate_sweep = 1
#5  0x000055e3fec2e7c3 in gc_start (objspace=0x55e400b20470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#6  0x000055e3fec2e448 in garbage_collect (objspace=0x55e400b20470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 11666544
        ret = 21988
#7  0x000055e3fec2ef0f in garbage_collect_with_gvl (objspace=0x55e400b20470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9877
No locals.
#8  0x000055e3fec360ee in objspace_malloc_gc_stress (objspace=0x55e400b20470) at /tmp/ruby/src/trunk-O0/gc.c:12414
        reason = 45568
#9  0x000055e3fec363d1 in objspace_xmalloc0 (objspace=0x55e400b20470, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12616
        gpr = 107008
        mem = 0xfedb0a12
#10 0x000055e3fec366ee in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12840
No locals.
#11 0x000055e3fec36724 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12849
No locals.
#12 0x000055e3fec3a0df in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14428
No locals.
#13 0x000055e3fedb0b0f in rb_id_table_create (capa=2) at /tmp/ruby/src/trunk-O0/id_table.c:98
        tbl = 0x55e3fee19786 <search_method0+54>
#14 0x000055e3fee19b55 in cache_callable_method_entry (klass=139892182148160, mid=3137, cme=0x7f3b2fce85a8) at /tmp/ruby/src/trunk-O0/vm_method.c:1324
        cc_tbl = 0x0
        ccs_data = 94437722134555
#15 0x000055e3fee19d56 in callable_method_entry_or_negative (klass=139892182148160, mid=3137, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 139892182148160
        me = 0x7f3b2fce85a8
        _lev = 0
        cme = 0x7f3b2fce85a8
#16 0x000055e3fee19de8 in callable_method_entry (klass=139892182148160, mid=3137, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0xd162eb94d836d000
#17 0x000055e3fee19e4b in rb_callable_method_entry (klass=139892182148160, mid=3137) at /tmp/ruby/src/trunk-O0/vm_method.c:1409
No locals.
#18 0x000055e3fee1e86f in gccct_method_search_slowpath (vm=0x55e400b1db10, klass=139892182148160, mid=3137, argc=1, index=362) at /tmp/ruby/src/trunk-O0/vm_eval.c:456
        cme = 0x55e400b20090
        cc = 0xc41
#19 0x000055e3fee1ea37 in gccct_method_search (ec=0x55e400b214e0, recv=139892164061760, mid=3137, argc=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:505
        klass = 139892182148160
        index = 362
        vm = 0x55e400b1db10
        cc = 0x0
#20 0x000055e3fee1eaa9 in rb_call0 (ec=0x55e400b214e0, recv=139892164061760, mid=3137, argc=1, argv=0x7ffe153f8758, call_scope=CALL_FCALL, self=139892182148160) at /tmp/ruby/src/trunk-O0/vm_eval.c:546
        call_status = (MISSING_PROTECTED | MISSING_FCALL | MISSING_VCALL | MISSING_SUPER | MISSING_MISSING | MISSING_NONE | unknown: 0x7f80)
        scope = CALL_FCALL
        kw_splat = 0
        cc = 0x55e3fedf4da5 <VM_EP_LEP+42>
#21 0x000055e3fee1f99f in rb_call (recv=139892164061760, mid=3137, argc=1, argv=0x7ffe153f8758, scope=CALL_FCALL) at /tmp/ruby/src/trunk-O0/vm_eval.c:899
        ec = 0x55e400b214e0
#22 0x000055e3fee20082 in rb_funcallv_kw (recv=139892164061760, mid=3137, argc=1, argv=0x7ffe153f8758, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:1092
No locals.
#23 0x000055e3fec0e12d in rb_obj_call_init_kw (obj=139892164061760, argc=1, argv=0x7ffe153f8758, kw_splat=0) at /tmp/ruby/src/trunk-O0/eval.c:1709
No locals.
#24 0x000055e3fecbe8ea in rb_class_new_instance_kw (argc=1, argv=0x7ffe153f8758, klass=139892182148160, kw_splat=0) at /tmp/ruby/src/trunk-O0/object.c:2144
        obj = 139892164061760
#25 0x000055e3fecbe91e in rb_class_new_instance (argc=1, argv=0x7ffe153f8758, klass=139892182148160) at /tmp/ruby/src/trunk-O0/object.c:2152
No locals.
#26 0x000055e3fee03f51 in ractor_safe_call_cfunc_m1 (recv=139892182148160, argc=1, argv=0x7ffe153f8758, func=0x55e3fecbe8f0 <rb_class_new_instance>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x55e3fecbe8f0 <rb_class_new_instance>
#27 0x000055e3fee1d479 in vm_call0_cfunc_with_frame (ec=0x55e400b214e0, calling=0x7ffe153f84d0, argv=0x7ffe153f8758) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
        reg_cfp = 0x7f3b492afef8
        ci = 0x7ffe153f84a0
        val = 140729254904528
        me = 0x7f3b491a8958
        cfunc = 0x55e400b57a48
        len = -1
        recv = 139892182148160
        argc = 1
        mid = 3457
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#28 0x000055e3fee1d5a2 in vm_call0_cfunc (ec=0x55e400b214e0, calling=0x7ffe153f84d0, argv=0x7ffe153f8758) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#29 0x000055e3fee1d820 in vm_call0_body (ec=0x55e400b214e0, calling=0x7ffe153f84d0, argv=0x7ffe153f8758) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7ffe153f84a0
        cc = 0x7ffe153f8570
        ret = 32
#30 0x000055e3fee1d070 in vm_call0_cc (ec=0x55e400b214e0, recv=139892182148160, id=3457, argc=1, argv=0x7ffe153f8758, cc=0x7ffe153f8570, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7ffe153f8758
        av = {94437724680256, 140729254905164}
        calling = {cd = 0x7ffe153f8490, cc = 0x7ffe153f8570, block_handler = 0, recv = 139892182148160, argc = 1, kw_splat = false, heap_argv = 0}
#31 0x000055e3fee1ce11 in rb_vm_call0 (ec=0x55e400b214e0, recv=139892182148160, id=3457, argc=1, argv=0x7ffe153f8758, cme=0x7f3b491a8958, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:70
        cc = {flags = 52250, klass = 0, cme_ = 0x7f3b491a8958, call_ = 0x55e3fee08a4b <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
#32 0x000055e3fee1e40a in rb_vm_call_kw (ec=0x55e400b214e0, recv=139892182148160, id=3457, argc=1, argv=0x7ffe153f8758, me=0x7f3b491a8958, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:330
No locals.
#33 0x000055e3fee1f26c in rb_check_funcall_default_kw (recv=139892182148160, mid=3457, argc=1, argv=0x7ffe153f8758, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:713
        klass = 139892182148000
        me = 0x7f3b491a8958
        ec = 0x55e400b214e0
        respond = -1
#34 0x000055e3fee1f149 in rb_check_funcall (recv=139892182148160, mid=3457, argc=1, argv=0x7ffe153f8758) at /tmp/ruby/src/trunk-O0/vm_eval.c:689
No locals.
#35 0x000055e3fec0bf9f in make_exception (argc=2, argv=0x7ffe153f8750, isstr=1) at /tmp/ruby/src/trunk-O0/eval.c:817
        mesg = 4
        exc = 94437752570992
#36 0x000055e3fec0c059 in rb_make_exception (argc=2, argv=0x7ffe153f8750) at /tmp/ruby/src/trunk-O0/eval.c:835
No locals.
#37 0x000055e3fedc0498 in rb_threadptr_raise (target_th=0x55e400b20090, argc=2, argv=0x7ffe153f8750) at /tmp/ruby/src/trunk-O0/thread.c:2544
        exc = 31
#38 0x000055e3fedc0555 in rb_threadptr_signal_raise (th=0x55e400b20090, sig=15) at /tmp/ruby/src/trunk-O0/thread.c:2566
        argv = {139892182148160, 31}
#39 0x000055e3fed7b692 in rb_signal_exec (th=0x55e400b20090, sig=15) at /tmp/ruby/src/trunk-O0/signal.c:1085
        vm = 0x55e400b1db10
        cmd = 0
#40 0x000055e3fedc0199 in rb_threadptr_execute_interrupts (th=0x55e400b20090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2461
        prev_status = THREAD_RUNNABLE
        sig = 15
        timer_interrupt = 0
        pending_interrupt = 0
        terminate_interrupt = 0
        trap_interrupt = 8
        interrupt = 8
        postponed_job_interrupt = 0
        ret = 0
#41 0x000055e3fedf32d0 in rb_vm_check_ints (ec=0x55e400b214e0) at /tmp/ruby/src/trunk-O0/vm_core.h:2084
No locals.
#42 0x000055e3fedfae4e in vm_pop_frame (ec=0x55e400b214e0, cfp=0x7f3b492afef8, ep=0x7f3b491b00a8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
        flags = 1431634051
#43 0x000055e3fedfae9a in rb_vm_pop_frame (ec=0x55e400b214e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:428
No locals.
#44 0x000055e3fee04bee in vm_call_cfunc_with_frame_ (ec=0x55e400b214e0, reg_cfp=0x7f3b492aff30, calling=0x7ffe153f8a60, argc=1, argv=0x7f3b491b0090, stack_bottom=0x7f3b491b0088) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3494
        ci = 0x39b100100003
        cc = 0x7f3b2ebefa58
        val = 139892164062160
        me = 0x7f3b2fcea240
        cfunc = 0x55e400ba7958
        recv = 139892181934720
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#45 0x000055e3fee04d5d in vm_call_cfunc_with_frame (ec=0x55e400b214e0, reg_cfp=0x7f3b492aff30, calling=0x7ffe153f8a60) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 1
        stack_bottom = 0x7f3b491b0088
        argv = 0x7f3b491b0090
#46 0x000055e3fee0b0ff in vm_sendish (ec=0x55e400b214e0, reg_cfp=0x7f3b492aff30, cd=0x55e400cbafc0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x39b100100003
        cc = 0x7f3b2ebefa58
        argc = 1
        recv = 139892181934720
        calling = {cd = 0x55e400cbafc0, cc = 0x7f3b2ebefa58, block_handler = 0, recv = 139892181934720, argc = 1, kw_splat = false, heap_argv = 0}
#47 0x000055e3fee12690 in vm_exec_core (ec=0x55e400b214e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x55e400cbafc0
        leaf = false
        val = 139892164062200
        reg_pc = 0x55e400cb0980
        reg_cfp = 0x7f3b492aff30
        insns_address_table = {0x55e3fee0ed67 <vm_exec_core+108>, 0x55e3fee0edc9 <vm_exec_core+206>, 0x55e3fee0eedc <vm_exec_core+481>, 0x55e3fee0eff0 <vm_exec_core+757>, 0x55e3fee0f18e <vm_exec_core+1171>, 0x55e3fee0f2be <vm_exec_core+1475>, 0x55e3fee0f4d0 <vm_exec_core+2005>, 0x55e3fee0f5e2 <vm_exec_core+2279>, 0x55e3fee0f6bb <vm_exec_core+2496>, 0x55e3fee0f7c2 <vm_exec_core+2759>, 0x55e3fee0f8c9 <vm_exec_core+3022>, 0x55e3fee0f9d7 <vm_exec_core+3292>, 0x55e3fee0fae9 <vm_exec_core+3566>, 0x55e3fee0fbb9 <vm_exec_core+3774>, 0x55e3fee0fcc2 <vm_exec_core+4039>, 0x55e3fee0fdbc <vm_exec_core+4289>, 0x55e3fee0fe7f <vm_exec_core+4484>, 0x55e3fee0ff42 <vm_exec_core+4679>, 0x55e3fee0ffcb <vm_exec_core+4816>, 0x55e3fee10057 <vm_exec_core+4956>, 0x55e3fee100fd <vm_exec_core+5122>, 0x55e3fee101d5 <vm_exec_core+5338>, 0x55e3fee102a2 <vm_exec_core+5543>, 0x55e3fee10380 <vm_exec_core+5765>, 0x55e3fee10442 <vm_exec_core+5959>, 0x55e3fee10581 <vm_exec_core+6278>, 0x55e3fee10627 <vm_exec_core+6444>, 0x55e3fee1070c <vm_exec_core+6673>, 0x55e3fee1083b <vm_exec_core+6976>, 0x55e3fee108fe <vm_exec_core+7171>, 0x55e3fee109c1 <vm_exec_core+7366>, 0x55e3fee10ab8 <vm_exec_core+7613>, 0x55e3fee10b7a <vm_exec_core+7807>, 0x55e3fee10c59 <vm_exec_core+8030>, 0x55e3fee10d26 <vm_exec_core+8235>, 0x55e3fee10e36 <vm_exec_core+8507>, 0x55e3fee10f30 <vm_exec_core+8757>, 0x55e3fee10fab <vm_exec_core+8880>, 0x55e3fee1106c <vm_exec_core+9073>, 0x55e3fee1115a <vm_exec_core+9311>, 0x55e3fee1120a <vm_exec_core+9487>, 0x55e3fee11389 <vm_exec_core+9870>, 0x55e3fee11463 <vm_exec_core+10088>, 0x55e3fee1154f <vm_exec_core+10324>, 0x55e3fee115e0 <vm_exec_core+10469>, 0x55e3fee1173b <vm_exec_core+10816>, 0x55e3fee11cdd <vm_exec_core+12258>, 0x55e3fee11dd9 <vm_exec_core+12510>, 0x55e3fee11edc <vm_exec_core+12769>, 0x55e3fee11fc8 <vm_exec_core+13005>, 0x55e3fee121e1 <vm_exec_core+13542>, 0x55e3fee122d3 <vm_exec_core+13784>, 0x55e3fee123d9 <vm_exec_core+14046>, 0x55e3fee125d6 <vm_exec_core+14555>, 0x55e3fee1277f <vm_exec_core+14980>, 0x55e3fee128aa <vm_exec_core+15279>, 0x55e3fee12a16 <vm_exec_core+15643>, 0x55e3fee12b41 <vm_exec_core+15942>, 0x55e3fee12cad <vm_exec_core+16306>, 0x55e3fee12e8f <vm_exec_core+16788>, 0x55e3fee1308c <vm_exec_core+17297>, 0x55e3fee13235 <vm_exec_core+17722>, 0x55e3fee13357 <vm_exec_core+18012>, 0x55e3fee133fe <vm_exec_core+18179>, 0x55e3fee134c2 <vm_exec_core+18375>, 0x55e3fee135ab <vm_exec_core+18608>, 0x55e3fee13697 <vm_exec_core+18844>, 0x55e3fee13780 <vm_exec_core+19077>, 0x55e3fee13894 <vm_exec_core+19353>, 0x55e3fee139bb <vm_exec_core+19648>, 0x55e3fee13af1 <vm_exec_core+19958>, 0x55e3fee13c27 <vm_exec_core+20268>, 0x55e3fee13d5d <vm_exec_core+20578>, 0x55e3fee13e93 <vm_exec_core+20888>, 0x55e3fee13fc9 <vm_exec_core+21198>, 0x55e3fee1410a <vm_exec_core+21519>, 0x55e3fee14284 <vm_exec_core+21897>, 0x55e3fee143ba <vm_exec_core+22207>, 0x55e3fee144f0 <vm_exec_core+22517>, 0x55e3fee14626 <vm_exec_core+22827>, 0x55e3fee1475c <vm_exec_core+23137>, 0x55e3fee14892 <vm_exec_core+23447>, 0x55e3fee149c8 <vm_exec_core+23757>, 0x55e3fee14afe <vm_exec_core+24067>, 0x55e3fee14c34 <vm_exec_core+24377>, 0x55e3fee14d83 <vm_exec_core+24712>, 0x55e3fee14f3d <vm_exec_core+25154>, 0x55e3fee150bb <vm_exec_core+25536>, 0x55e3fee151da <vm_exec_core+25823>, 0x55e3fee152f9 <vm_exec_core+26110>, 0x55e3fee15413 <vm_exec_core+26392>, 0x55e3fee1552d <vm_exec_core+26674>, 0x55e3fee15658 <vm_exec_core+26973>, 0x55e3fee1578e <vm_exec_core+27283>, 0x55e3fee15879 <vm_exec_core+27518>, 0x55e3fee1597e <vm_exec_core+27779>, 0x55e3fee15ac6 <vm_exec_core+28107>, 0x55e3fee15bb5 <vm_exec_core+28346>, 0x55e3fee15c8f <vm_exec_core+28564>, 0x55e3fee15d64 <vm_exec_core+28777>, 0x55e3fee15e3f <vm_exec_core+28996>, 0x55e3fee15ebb <vm_exec_core+29120>, 0x55e3fee15f37 <vm_exec_core+29244>, 0x55e3fee15f55 <vm_exec_core+29274>, 0x55e3fee15f73 <vm_exec_core+29304>, 0x55e3fee15f91 <vm_exec_core+29334>, 0x55e3fee15faf <vm_exec_core+29364>, 0x55e3fee15fcd <vm_exec_core+29394>, 0x55e3fee15feb <vm_exec_core+29424>, 0x55e3fee16009 <vm_exec_core+29454>, 0x55e3fee16027 <vm_exec_core+29484>, 0x55e3fee16045 <vm_exec_core+29514>, 0x55e3fee16063 <vm_exec_core+29544>, 0x55e3fee16081 <vm_exec_core+29574>, 0x55e3fee1609f <vm_exec_core+29604>, 0x55e3fee160bd <vm_exec_core+29634>, 0x55e3fee160db <vm_exec_core+29664>, 0x55e3fee160f9 <vm_exec_core+29694>, 0x55e3fee16117 <vm_exec_core+29724>, 0x55e3fee16135 <vm_exec_core+29754>, 0x55e3fee16153 <vm_exec_core+29784>, 0x55e3fee16171 <vm_exec_core+29814>, 0x55e3fee1618f <vm_exec_core+29844>, 0x55e3fee161ad <vm_exec_core+29874>, 0x55e3fee161cb <vm_exec_core+29904>, 0x55e3fee161e9 <vm_exec_core+29934>, 0x55e3fee16207 <vm_exec_core+29964>, 0x55e3fee16225 <vm_exec_core+29994>, 0x55e3fee16243 <vm_exec_core+30024>, 0x55e3fee16261 <vm_exec_core+30054>, 0x55e3fee1627f <vm_exec_core+30084>, 0x55e3fee1629d <vm_exec_core+30114>, 0x55e3fee162bb <vm_exec_core+30144>, 0x55e3fee162d9 <vm_exec_core+30174>, 0x55e3fee162f7 <vm_exec_core+30204>, 0x55e3fee16315 <vm_exec_core+30234>, 0x55e3fee16333 <vm_exec_core+30264>, 0x55e3fee16351 <vm_exec_core+30294>, 0x55e3fee1636f <vm_exec_core+30324>, 0x55e3fee1638d <vm_exec_core+30354>, 0x55e3fee163ab <vm_exec_core+30384>, 0x55e3fee163c9 <vm_exec_core+30414>, 0x55e3fee163e7 <vm_exec_core+30444>, 0x55e3fee16405 <vm_exec_core+30474>, 0x55e3fee16423 <vm_exec_core+30504>, 0x55e3fee16441 <vm_exec_core+30534>, 0x55e3fee1645f <vm_exec_core+30564>, 0x55e3fee1647d <vm_exec_core+30594>, 0x55e3fee1649b <vm_exec_core+30624>, 0x55e3fee164b9 <vm_exec_core+30654>, 0x55e3fee164d7 <vm_exec_core+30684>, 0x55e3fee164f5 <vm_exec_core+30714>, 0x55e3fee16513 <vm_exec_core+30744>, 0x55e3fee16531 <vm_exec_core+30774>, 0x55e3fee1654f <vm_exec_core+30804>, 0x55e3fee1656d <vm_exec_core+30834>, 0x55e3fee1658b <vm_exec_core+30864>, 0x55e3fee165a9 <vm_exec_core+30894>, 0x55e3fee165c7 <vm_exec_core+30924>, 0x55e3fee165e5 <vm_exec_core+30954>, 0x55e3fee16603 <vm_exec_core+30984>, 0x55e3fee16621 <vm_exec_core+31014>, 0x55e3fee1663f <vm_exec_core+31044>, 0x55e3fee1665d <vm_exec_core+31074>, 0x55e3fee1667b <vm_exec_core+31104>, 0x55e3fee16699 <vm_exec_core+31134>, 0x55e3fee166b7 <vm_exec_core+31164>, 0x55e3fee166d5 <vm_exec_core+31194>, 0x55e3fee166f3 <vm_exec_core+31224>, 0x55e3fee16711 <vm_exec_core+31254>, 0x55e3fee1672f <vm_exec_core+31284>, 0x55e3fee1674d <vm_exec_core+31314>, 0x55e3fee1676b <vm_exec_core+31344>, 0x55e3fee16789 <vm_exec_core+31374>, 0x55e3fee167a7 <vm_exec_core+31404>, 0x55e3fee167c5 <vm_exec_core+31434>, 0x55e3fee167e3 <vm_exec_core+31464>, 0x55e3fee16801 <vm_exec_core+31494>, 0x55e3fee16832 <vm_exec_core+31543>, 0x55e3fee16850 <vm_exec_core+31573>, 0x55e3fee1686e <vm_exec_core+31603>, 0x55e3fee1688c <vm_exec_core+31633>, 0x55e3fee168aa <vm_exec_core+31663>, 0x55e3fee168c8 <vm_exec_core+31693>, 0x55e3fee168e6 <vm_exec_core+31723>, 0x55e3fee16904 <vm_exec_core+31753>, 0x55e3fee16922 <vm_exec_core+31783>, 0x55e3fee16940 <vm_exec_core+31813>, 0x55e3fee1695e <vm_exec_core+31843>, 0x55e3fee1697c <vm_exec_core+31873>, 0x55e3fee1699a <vm_exec_core+31903>, 0x55e3fee169b8 <vm_exec_core+31933>, 0x55e3fee169d6 <vm_exec_core+31963>, 0x55e3fee169f4 <vm_exec_core+31993>, 0x55e3fee16a12 <vm_exec_core+32023>, 0x55e3fee16a30 <vm_exec_core+32053>, 0x55e3fee16a4e <vm_exec_core+32083>, 0x55e3fee16a6c <vm_exec_core+32113>, 0x55e3fee16a8a <vm_exec_core+32143>, 0x55e3fee16aa8 <vm_exec_core+32173>...}
#48 0x000055e3fee2907a in rb_vm_exec (ec=0x55e400b214e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x55e400b214e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe153f9740, 0x55e3fee28ff8 <rb_vm_exec+190>, 0x0, 0x7ffe153f9690, 0x55e400ba5990}, prev = 0x7ffe153f97b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#49 0x000055e3fee29ed9 in rb_iseq_eval_main (iseq=0x7f3b2ec35148) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x55e400b214e0
        val = 94437752575200
#50 0x000055e3fec0ac0d in rb_ec_exec_node (ec=0x55e400b214e0, n=0x7f3b2ec35148) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55e400b20090
        _ec = 0x55e400b214e0
        _tag = {tag = 36, retval = 94437719974394, buf = {0x7ffe153f9830, 0x55e3fec0aba3 <rb_ec_exec_node+212>, 0x0, 0x7ffe153f9780, 0x55e400b214e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f3b2ec35148
#51 0x000055e3fec0ad8a in ruby_run_node (n=0x7f3b2ec35148) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55e400b214e0
        status = 21987
#52 0x000055e3fec065c4 in rb_main (argc=129, argv=0x7ffe153f99d8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140729254910128
#53 0x000055e3fec06625 in main (argc=129, argv=0x7ffe153f99d8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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