# Logfile created on 2023-12-22 00:34:38 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055b712d02180 @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.20231222-003438", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055b712d974b0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055b712d97320 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055b712d97190 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231222-003438", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231222-003438>, @binmode=false, @mon_data=#<Monitor:0x000055b712d970c8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   78b27ce..68bcca4  master     -> origin/master
Updating 78b27ce..68bcca4
Fast-forward
 bootstraptest/test_rjit.rb  | 14 ++++++++++++++
 lib/ruby_vm/rjit/context.rb |  6 +++---
 vm_backtrace.c              |  9 ++++++++-
 3 files changed, 25 insertions(+), 4 deletions(-)
Latest commit hash = 68bcca4c2b
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
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]: 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/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving 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/json'
make[2]: Entering 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/monitor'
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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
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/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
generating enc.mk
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

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

# Running tests:

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

Retrying...
Finished tests in 1265.266437s, 21.3014 tests/s, 7557.5197 assertions/s.
26952 tests, 9562276 assertions, 0 failures, 0 errors, 225 skips

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-12-21T23:48:37Z master 68bcca4c2b) [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 302.187991 seconds

3728 files, 32495 examples, 142585 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.2095630.ruby -x gdbscript
[New LWP 2095630]
[New LWP 2095632]
[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  RB_FL_TEST_RAW (obj=140672007317480, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
472	    return RBASIC(obj)->flags & flags;
[Current thread is 1 (Thread 0x7ff0db6c67c0 (LWP 2095630))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7ff0db6c67c0 (LWP 2095630) RB_FL_TEST_RAW (obj=140672007317480, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
  2    Thread 0x7ff0c20ef640 (LWP 2095632) 0x00007ff0db7eefde in epoll_wait (epfd=4, events=0x56323effc85c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7ff0c20ef640 (LWP 2095632)):
#0  0x00007ff0db7eefde in epoll_wait (epfd=4, events=0x56323effc85c <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  0x000056323eb66243 in event_wait (vm=0x56323f8c4b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:832
        r = 22066
#2  0x000056323eb66267 in timer_thread_polling (vm=0x56323f8c4b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:854
        r = -293305855
#3  0x000056323eb66919 in timer_thread_func (ptr=0x56323f8c4b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3011
        vm = 0x56323f8c4b10
#4  0x00007ff0db75db43 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 = {140729626136544, 7185967029343871548, 140672024639040, 25, 140672450811984, 140729626136896, -7180942406626975172, -7180963101511523780}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007ff0db7eebb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7ff0db6c67c0 (LWP 2095630)):
#0  RB_FL_TEST_RAW (obj=140672007317480, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
No locals.
#1  0x000056323e9cc125 in RB_FL_ANY_RAW (obj=140672007317480, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:520
No locals.
#2  0x000056323e9cc4d2 in RB_OBJ_PROMOTED_RAW (obj=140672007317480) at /tmp/ruby/src/trunk-O0/include/ruby/internal/gc.h:725
No locals.
#3  0x000056323e9cf6ab in RVALUE_OLD_P (obj=140672007317480) at /tmp/ruby/src/trunk-O0/gc.c:1802
        __func__ = <optimized out>
#4  0x000056323e9d9da6 in rgengc_check_relation (objspace=0x56323f8c7470, obj=140672007317480) at /tmp/ruby/src/trunk-O0/gc.c:7003
        old_parent = 140672007319840
        __func__ = <optimized out>
#5  0x000056323e9d9fdb in gc_mark_ptr (objspace=0x56323f8c7470, obj=140672007317480) at /tmp/ruby/src/trunk-O0/gc.c:7056
        __func__ = "gc_mark_ptr"
#6  0x000056323e9da261 in gc_mark (objspace=0x56323f8c7470, obj=140672007317480) at /tmp/ruby/src/trunk-O0/gc.c:7109
No locals.
#7  0x000056323e9dad3f in gc_mark_children (objspace=0x56323f8c7470, obj=140672007319840) at /tmp/ruby/src/trunk-O0/gc.c:7415
        i = 40
        len = 1024
        ptr = 0x56323f9fad10
        any = 0x7ff0c106b120
#8  0x000056323e9db374 in gc_mark_stacked_objects (objspace=0x56323f8c7470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x56323f8c78f8
        obj = 140672007319840
        marked_slots_at_the_beginning = 741
        popped_count = 0
#9  0x000056323e9db4f4 in gc_mark_stacked_objects_all (objspace=0x56323f8c7470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#10 0x000056323e9dd850 in gc_marks_rest (objspace=0x56323f8c7470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#11 0x000056323e9dd984 in gc_marks (objspace=0x56323f8c7470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#12 0x000056323e9df714 in gc_start (objspace=0x56323f8c7470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#13 0x000056323e9df3a9 in garbage_collect (objspace=0x56323f8c7470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 727704704
        ret = 32766
#14 0x000056323e9dfe34 in garbage_collect_with_gvl (objspace=0x56323f8c7470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9869
No locals.
#15 0x000056323e9e7009 in objspace_malloc_gc_stress (objspace=0x56323f8c7470) at /tmp/ruby/src/trunk-O0/gc.c:12406
        reason = 45568
#16 0x000056323e9e7726 in objspace_xcalloc (objspace=0x56323f8c7470, size=128) at /tmp/ruby/src/trunk-O0/gc.c:12871
        gpr = 107008
        mem = 0x8
#17 0x000056323e9e77d7 in ruby_xcalloc_body (n=8, size=16) at /tmp/ruby/src/trunk-O0/gc.c:12878
No locals.
#18 0x000056323e9eb04c in ruby_xcalloc (n=8, size=16) at /tmp/ruby/src/trunk-O0/gc.c:14440
No locals.
#19 0x000056323eb5e989 in hash_table_extend (tbl=0x56323fb16360) at /tmp/ruby/src/trunk-O0/id_table.c:196
        new_cap = 8
        i = 8369
        old = 0x1007ffe2b5fe5c0
        tmp_tbl = {capa = 8, num = 0, used = 0, items = 0x0}
#20 0x000056323eb5eb00 in rb_id_table_insert_key (tbl=0x56323fb16360, key=523, val=94773816026144) at /tmp/ruby/src/trunk-O0/id_table.c:250
        index = -1
#21 0x000056323eb5eb54 in rb_id_table_insert (tbl=0x56323fb16360, id=8369, val=94773816026144) at /tmp/ruby/src/trunk-O0/id_table.c:259
No locals.
#22 0x000056323ebab6e5 in vm_ccs_create (klass=140672024962080, cc_tbl=0x56323fb16360, mid=8369, cme=0x7ff0db5b8730) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1965
        ccs = 0x56323fa36420
#23 0x000056323ebc745b in cache_callable_method_entry (klass=140672024962080, mid=8369, cme=0x7ff0db5b8730) at /tmp/ruby/src/trunk-O0/vm_method.c:1334
        cc_tbl = 0x56323fb16360
        ccs_data = 94773800890594
#24 0x000056323ebc761d in callable_method_entry_or_negative (klass=140672024962080, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 140672024963040
        me = 0x7ff0db5b8730
        _lev = 22066
        cme = 0x7ff0db5b8730
#25 0x000056323ebc76af in callable_method_entry (klass=140672024962080, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0x7ffe2b5fe770
#26 0x000056323ebc7712 in rb_callable_method_entry (klass=140672024962080, mid=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:1409
No locals.
#27 0x000056323ebc9b2d in rb_method_basic_definition_p (klass=140672024962080, id=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:2704
        cme = 0x7ff0c0f9cf50
#28 0x000056323edc419c in rb_get_backtrace (exc=140672006475600) at /tmp/ruby/src/trunk-O0/error.c:1762
        mid = 8369
        info = 140729626126224
#29 0x000056323e9bc4e2 in setup_exception (ec=0x56323f8c84e0, tag=6, mesg=140672006475600, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:565
        bt = 1771
        _ec = 0x56323f8c84e0
        _tag = {tag = 36, retval = 140672427692440, buf = {0x7ffe2b5fe980, 0x56323e9bc46b <setup_exception+313>, 0x0, 0x7ffe2b5fe830, 0x7ff0da151198}, prev = 0x7ffe2b5ff930, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 15794603128427990016
        line = 17
        file = 0x7ff0c0fe6668 "/tmp/ruby/src/trunk-O0/lib/did_you_mean/jaro_winkler.rb"
        file0 = 0x7ff0c0fe6668 "/tmp/ruby/src/trunk-O0/lib/did_you_mean/jaro_winkler.rb"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#30 0x000056323e9bcb37 in rb_longjmp (ec=0x56323f8c84e0, tag=6, mesg=140672006475600, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#31 0x000056323e9bcbbd in rb_exc_exception (mesg=140672006475600, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#32 0x000056323e9bcbe3 in rb_exc_raise (mesg=140672006475600) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#33 0x000056323eb6db6e in rb_threadptr_execute_interrupts (th=0x56323f8c7090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2430
        err = 140672006475600
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#34 0x000056323eba0b97 in rb_vm_check_ints (ec=0x56323f8c84e0) at /tmp/ruby/src/trunk-O0/vm_core.h:2083
No locals.
#35 0x000056323eba8715 in vm_pop_frame (ec=0x56323f8c84e0, cfp=0x7ff0db6c4de0, ep=0x7ff0db5c5250) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
        flags = 1431634051
#36 0x000056323eba8761 in rb_vm_pop_frame (ec=0x56323f8c84e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:428
No locals.
#37 0x000056323ebb24b5 in vm_call_cfunc_with_frame_ (ec=0x56323f8c84e0, reg_cfp=0x7ff0db6c4e18, calling=0x7ffe2b5fecd0, argc=0, argv=0x7ff0db5c5240, stack_bottom=0x7ff0db5c5238) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3494
        ci = 0x1c6100100001
        cc = 0x7ff0c0f9d4f0
        val = 140672006355800
        me = 0x7ff0db5ba0f8
        cfunc = 0x56323f8fa178
        recv = 140672006475800
        block_handler = 0
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#38 0x000056323ebb2624 in vm_call_cfunc_with_frame (ec=0x56323f8c84e0, reg_cfp=0x7ff0db6c4e18, calling=0x7ffe2b5fecd0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7ff0db5c5238
        argv = 0x7ff0db5c5240
#39 0x000056323ebb89c6 in vm_sendish (ec=0x56323f8c84e0, reg_cfp=0x7ff0db6c4e18, cd=0x56323fad6cf0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x1c6100100001
        cc = 0x7ff0c0f9d4f0
        argc = 0
        recv = 140672006475800
        calling = {cd = 0x56323fad6cf0, cc = 0x7ff0c0f9d4f0, block_handler = 0, recv = 140672006475800, argc = 0, kw_splat = false, heap_argv = 0}
#40 0x000056323ebbff57 in vm_exec_core (ec=0x56323f8c84e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x56323fad6cf0
        leaf = false
        val = 19
        reg_pc = 0x56323fad5898
        reg_cfp = 0x7ff0db6c4e18
        insns_address_table = {0x56323ebbc62e <vm_exec_core+108>, 0x56323ebbc690 <vm_exec_core+206>, 0x56323ebbc7a3 <vm_exec_core+481>, 0x56323ebbc8b7 <vm_exec_core+757>, 0x56323ebbca55 <vm_exec_core+1171>, 0x56323ebbcb85 <vm_exec_core+1475>, 0x56323ebbcd97 <vm_exec_core+2005>, 0x56323ebbcea9 <vm_exec_core+2279>, 0x56323ebbcf82 <vm_exec_core+2496>, 0x56323ebbd089 <vm_exec_core+2759>, 0x56323ebbd190 <vm_exec_core+3022>, 0x56323ebbd29e <vm_exec_core+3292>, 0x56323ebbd3b0 <vm_exec_core+3566>, 0x56323ebbd480 <vm_exec_core+3774>, 0x56323ebbd589 <vm_exec_core+4039>, 0x56323ebbd683 <vm_exec_core+4289>, 0x56323ebbd746 <vm_exec_core+4484>, 0x56323ebbd809 <vm_exec_core+4679>, 0x56323ebbd892 <vm_exec_core+4816>, 0x56323ebbd91e <vm_exec_core+4956>, 0x56323ebbd9c4 <vm_exec_core+5122>, 0x56323ebbda9c <vm_exec_core+5338>, 0x56323ebbdb69 <vm_exec_core+5543>, 0x56323ebbdc47 <vm_exec_core+5765>, 0x56323ebbdd09 <vm_exec_core+5959>, 0x56323ebbde48 <vm_exec_core+6278>, 0x56323ebbdeee <vm_exec_core+6444>, 0x56323ebbdfd3 <vm_exec_core+6673>, 0x56323ebbe102 <vm_exec_core+6976>, 0x56323ebbe1c5 <vm_exec_core+7171>, 0x56323ebbe288 <vm_exec_core+7366>, 0x56323ebbe37f <vm_exec_core+7613>, 0x56323ebbe441 <vm_exec_core+7807>, 0x56323ebbe520 <vm_exec_core+8030>, 0x56323ebbe5ed <vm_exec_core+8235>, 0x56323ebbe6fd <vm_exec_core+8507>, 0x56323ebbe7f7 <vm_exec_core+8757>, 0x56323ebbe872 <vm_exec_core+8880>, 0x56323ebbe933 <vm_exec_core+9073>, 0x56323ebbea21 <vm_exec_core+9311>, 0x56323ebbead1 <vm_exec_core+9487>, 0x56323ebbec50 <vm_exec_core+9870>, 0x56323ebbed2a <vm_exec_core+10088>, 0x56323ebbee16 <vm_exec_core+10324>, 0x56323ebbeea7 <vm_exec_core+10469>, 0x56323ebbf002 <vm_exec_core+10816>, 0x56323ebbf5a4 <vm_exec_core+12258>, 0x56323ebbf6a0 <vm_exec_core+12510>, 0x56323ebbf7a3 <vm_exec_core+12769>, 0x56323ebbf88f <vm_exec_core+13005>, 0x56323ebbfaa8 <vm_exec_core+13542>, 0x56323ebbfb9a <vm_exec_core+13784>, 0x56323ebbfca0 <vm_exec_core+14046>, 0x56323ebbfe9d <vm_exec_core+14555>, 0x56323ebc0046 <vm_exec_core+14980>, 0x56323ebc0171 <vm_exec_core+15279>, 0x56323ebc02dd <vm_exec_core+15643>, 0x56323ebc0408 <vm_exec_core+15942>, 0x56323ebc0574 <vm_exec_core+16306>, 0x56323ebc0756 <vm_exec_core+16788>, 0x56323ebc0953 <vm_exec_core+17297>, 0x56323ebc0afc <vm_exec_core+17722>, 0x56323ebc0c1e <vm_exec_core+18012>, 0x56323ebc0cc5 <vm_exec_core+18179>, 0x56323ebc0d89 <vm_exec_core+18375>, 0x56323ebc0e72 <vm_exec_core+18608>, 0x56323ebc0f5e <vm_exec_core+18844>, 0x56323ebc1047 <vm_exec_core+19077>, 0x56323ebc115b <vm_exec_core+19353>, 0x56323ebc1282 <vm_exec_core+19648>, 0x56323ebc13b8 <vm_exec_core+19958>, 0x56323ebc14ee <vm_exec_core+20268>, 0x56323ebc1624 <vm_exec_core+20578>, 0x56323ebc175a <vm_exec_core+20888>, 0x56323ebc1890 <vm_exec_core+21198>, 0x56323ebc19d1 <vm_exec_core+21519>, 0x56323ebc1b4b <vm_exec_core+21897>, 0x56323ebc1c81 <vm_exec_core+22207>, 0x56323ebc1db7 <vm_exec_core+22517>, 0x56323ebc1eed <vm_exec_core+22827>, 0x56323ebc2023 <vm_exec_core+23137>, 0x56323ebc2159 <vm_exec_core+23447>, 0x56323ebc228f <vm_exec_core+23757>, 0x56323ebc23c5 <vm_exec_core+24067>, 0x56323ebc24fb <vm_exec_core+24377>, 0x56323ebc264a <vm_exec_core+24712>, 0x56323ebc2804 <vm_exec_core+25154>, 0x56323ebc2982 <vm_exec_core+25536>, 0x56323ebc2aa1 <vm_exec_core+25823>, 0x56323ebc2bc0 <vm_exec_core+26110>, 0x56323ebc2cda <vm_exec_core+26392>, 0x56323ebc2df4 <vm_exec_core+26674>, 0x56323ebc2f1f <vm_exec_core+26973>, 0x56323ebc3055 <vm_exec_core+27283>, 0x56323ebc3140 <vm_exec_core+27518>, 0x56323ebc3245 <vm_exec_core+27779>, 0x56323ebc338d <vm_exec_core+28107>, 0x56323ebc347c <vm_exec_core+28346>, 0x56323ebc3556 <vm_exec_core+28564>, 0x56323ebc362b <vm_exec_core+28777>, 0x56323ebc3706 <vm_exec_core+28996>, 0x56323ebc3782 <vm_exec_core+29120>, 0x56323ebc37fe <vm_exec_core+29244>, 0x56323ebc381c <vm_exec_core+29274>, 0x56323ebc383a <vm_exec_core+29304>, 0x56323ebc3858 <vm_exec_core+29334>, 0x56323ebc3876 <vm_exec_core+29364>, 0x56323ebc3894 <vm_exec_core+29394>, 0x56323ebc38b2 <vm_exec_core+29424>, 0x56323ebc38d0 <vm_exec_core+29454>, 0x56323ebc38ee <vm_exec_core+29484>, 0x56323ebc390c <vm_exec_core+29514>, 0x56323ebc392a <vm_exec_core+29544>, 0x56323ebc3948 <vm_exec_core+29574>, 0x56323ebc3966 <vm_exec_core+29604>, 0x56323ebc3984 <vm_exec_core+29634>, 0x56323ebc39a2 <vm_exec_core+29664>, 0x56323ebc39c0 <vm_exec_core+29694>, 0x56323ebc39de <vm_exec_core+29724>, 0x56323ebc39fc <vm_exec_core+29754>, 0x56323ebc3a1a <vm_exec_core+29784>, 0x56323ebc3a38 <vm_exec_core+29814>, 0x56323ebc3a56 <vm_exec_core+29844>, 0x56323ebc3a74 <vm_exec_core+29874>, 0x56323ebc3a92 <vm_exec_core+29904>, 0x56323ebc3ab0 <vm_exec_core+29934>, 0x56323ebc3ace <vm_exec_core+29964>, 0x56323ebc3aec <vm_exec_core+29994>, 0x56323ebc3b0a <vm_exec_core+30024>, 0x56323ebc3b28 <vm_exec_core+30054>, 0x56323ebc3b46 <vm_exec_core+30084>, 0x56323ebc3b64 <vm_exec_core+30114>, 0x56323ebc3b82 <vm_exec_core+30144>, 0x56323ebc3ba0 <vm_exec_core+30174>, 0x56323ebc3bbe <vm_exec_core+30204>, 0x56323ebc3bdc <vm_exec_core+30234>, 0x56323ebc3bfa <vm_exec_core+30264>, 0x56323ebc3c18 <vm_exec_core+30294>, 0x56323ebc3c36 <vm_exec_core+30324>, 0x56323ebc3c54 <vm_exec_core+30354>, 0x56323ebc3c72 <vm_exec_core+30384>, 0x56323ebc3c90 <vm_exec_core+30414>, 0x56323ebc3cae <vm_exec_core+30444>, 0x56323ebc3ccc <vm_exec_core+30474>, 0x56323ebc3cea <vm_exec_core+30504>, 0x56323ebc3d08 <vm_exec_core+30534>, 0x56323ebc3d26 <vm_exec_core+30564>, 0x56323ebc3d44 <vm_exec_core+30594>, 0x56323ebc3d62 <vm_exec_core+30624>, 0x56323ebc3d80 <vm_exec_core+30654>, 0x56323ebc3d9e <vm_exec_core+30684>, 0x56323ebc3dbc <vm_exec_core+30714>, 0x56323ebc3dda <vm_exec_core+30744>, 0x56323ebc3df8 <vm_exec_core+30774>, 0x56323ebc3e16 <vm_exec_core+30804>, 0x56323ebc3e34 <vm_exec_core+30834>, 0x56323ebc3e52 <vm_exec_core+30864>, 0x56323ebc3e70 <vm_exec_core+30894>, 0x56323ebc3e8e <vm_exec_core+30924>, 0x56323ebc3eac <vm_exec_core+30954>, 0x56323ebc3eca <vm_exec_core+30984>, 0x56323ebc3ee8 <vm_exec_core+31014>, 0x56323ebc3f06 <vm_exec_core+31044>, 0x56323ebc3f24 <vm_exec_core+31074>, 0x56323ebc3f42 <vm_exec_core+31104>, 0x56323ebc3f60 <vm_exec_core+31134>, 0x56323ebc3f7e <vm_exec_core+31164>, 0x56323ebc3f9c <vm_exec_core+31194>, 0x56323ebc3fba <vm_exec_core+31224>, 0x56323ebc3fd8 <vm_exec_core+31254>, 0x56323ebc3ff6 <vm_exec_core+31284>, 0x56323ebc4014 <vm_exec_core+31314>, 0x56323ebc4032 <vm_exec_core+31344>, 0x56323ebc4050 <vm_exec_core+31374>, 0x56323ebc406e <vm_exec_core+31404>, 0x56323ebc408c <vm_exec_core+31434>, 0x56323ebc40aa <vm_exec_core+31464>, 0x56323ebc40c8 <vm_exec_core+31494>, 0x56323ebc40f9 <vm_exec_core+31543>, 0x56323ebc4117 <vm_exec_core+31573>, 0x56323ebc4135 <vm_exec_core+31603>, 0x56323ebc4153 <vm_exec_core+31633>, 0x56323ebc4171 <vm_exec_core+31663>, 0x56323ebc418f <vm_exec_core+31693>, 0x56323ebc41ad <vm_exec_core+31723>, 0x56323ebc41cb <vm_exec_core+31753>, 0x56323ebc41e9 <vm_exec_core+31783>, 0x56323ebc4207 <vm_exec_core+31813>, 0x56323ebc4225 <vm_exec_core+31843>, 0x56323ebc4243 <vm_exec_core+31873>, 0x56323ebc4261 <vm_exec_core+31903>, 0x56323ebc427f <vm_exec_core+31933>, 0x56323ebc429d <vm_exec_core+31963>, 0x56323ebc42bb <vm_exec_core+31993>, 0x56323ebc42d9 <vm_exec_core+32023>, 0x56323ebc42f7 <vm_exec_core+32053>, 0x56323ebc4315 <vm_exec_core+32083>, 0x56323ebc4333 <vm_exec_core+32113>, 0x56323ebc4351 <vm_exec_core+32143>, 0x56323ebc436f <vm_exec_core+32173>...}
#41 0x000056323ebd6941 in rb_vm_exec (ec=0x56323f8c84e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x56323f8c84e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe2b5ff9b0, 0x56323ebd68bf <rb_vm_exec+190>, 0x0, 0x7ffe2b5ff900, 0x5}, prev = 0x7ffe2b600d00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#42 0x000056323ebd352e in invoke_block (ec=0x56323f8c84e0, iseq=0x7ff0c0fc9140, self=140672006478240, captured=0x7ff0db6c4f10, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 1
#43 0x000056323ebd3954 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffe2b5ffbe8, argc=1, self=140672006478240, captured=0x7ff0db6c4f10, ec=0x56323f8c84e0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7ff0c0fc9140
        opt_pc = 0
        type = 572653569
        cfp = 0x7ff0db6c4ec0
        sp = 0x7ff0db5c5128
        flags = 0
        use_argv = 0x7ffe2b5ffbe8
        av = {94773800739163, 140672450186944}
        stack_argv = 0x7ff0db5c5128
#44 invoke_block_from_c_bh (ec=0x56323f8c84e0, block_handler=140672450187025, argc=1, argv=0x7ffe2b5ffbe8, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1597
        captured = 0x7ff0db6c4f10
#45 0x000056323ebd3b4e in vm_yield_with_cref (ec=0x56323f8c84e0, argc=1, argv=0x7ffe2b5ffbe8, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#46 0x000056323ebd3b8c in vm_yield (ec=0x56323f8c84e0, argc=1, argv=0x7ffe2b5ffbe8, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#47 0x000056323ebce48e in rb_yield_0 (argc=1, argv=0x7ffe2b5ffbe8) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#48 0x000056323ebce4f5 in rb_yield (val=6971660) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#49 0x000056323ed11cf3 in rb_ary_select (ary=140672006478520) at /tmp/ruby/src/trunk-O0/array.c:3809
        result = 140672006477560
        i = 221
#50 0x000056323ebb184a in ractor_safe_call_cfunc_0 (recv=140672006478520, argc=0, argv=0x7ff0db5c5110, func=0x56323ed11c6b <rb_ary_select>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x56323ed11c6b <rb_ary_select>
#51 0x000056323ebb244f in vm_call_cfunc_with_frame_ (ec=0x56323f8c84e0, reg_cfp=0x7ff0db6c4ef8, calling=0x7ffe2b600070, argc=0, argv=0x7ff0db5c5110, stack_bottom=0x7ff0db5c5108) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x161100000001
        cc = 0x7ff0c0f9d720
        val = 140729626131728
        me = 0x7ff0db5b0030
        cfunc = 0x56323f919358
        recv = 140672006478520
        block_handler = 140672450187025
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#52 0x000056323ebb2624 in vm_call_cfunc_with_frame (ec=0x56323f8c84e0, reg_cfp=0x7ff0db6c4ef8, calling=0x7ffe2b600070) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7ff0db5c5108
        argv = 0x7ff0db5c5110
#53 0x000056323ebb273c in vm_call_cfunc_other (ec=0x56323f8c84e0, reg_cfp=0x7ff0db6c4ef8, calling=0x7ffe2b600070) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0x161100000001
        argv_ary = 0
#54 0x000056323ebb2b64 in vm_call_cfunc (ec=0x56323f8c84e0, reg_cfp=0x7ff0db6c4ef8, calling=0x7ffe2b600070) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0x161100000001
#55 0x000056323ebb5693 in vm_call_method_each_type (ec=0x56323f8c84e0, cfp=0x7ff0db6c4ef8, calling=0x7ffe2b600070) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x161100000001
        cc = 0x7ff0c0f9d720
        cme = 0x7ff0db5b0030
        v = 94773816493240
#56 0x000056323ebb613f in vm_call_method (ec=0x56323f8c84e0, cfp=0x7ff0db6c4ef8, calling=0x7ffe2b600070) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0x161100000001
        cc = 0x7ff0c0f9d720
#57 0x000056323ebb6341 in vm_call_general (ec=0x56323f8c84e0, reg_cfp=0x7ff0db6c4ef8, calling=0x7ffe2b600070) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#58 0x000056323ebb89c6 in vm_sendish (ec=0x56323f8c84e0, reg_cfp=0x7ff0db6c4ef8, cd=0x56323fb04500, block_handler=140672450187025, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x161100000001
        cc = 0x7ff0c0f9d720
        argc = 0
        recv = 140672006478520
        calling = {cd = 0x56323fb04500, cc = 0x7ff0c0f9d720, block_handler = 140672450187025, recv = 140672006478520, argc = 0, kw_splat = false, heap_argv = 0}
#59 0x000056323ebbfdae in vm_exec_core (ec=0x56323f8c84e0) at ../../src/trunk-O0/insns.def:814
        bh = 140672450187025
        cd = 0x56323fb04500
        blockiseq = 0x7ff0c0fc9140
        leaf = false
        val = 94773814522992
        reg_pc = 0x56323fa10f88
        reg_cfp = 0x7ff0db6c4ef8
        insns_address_table = {0x56323ebbc62e <vm_exec_core+108>, 0x56323ebbc690 <vm_exec_core+206>, 0x56323ebbc7a3 <vm_exec_core+481>, 0x56323ebbc8b7 <vm_exec_core+757>, 0x56323ebbca55 <vm_exec_core+1171>, 0x56323ebbcb85 <vm_exec_core+1475>, 0x56323ebbcd97 <vm_exec_core+2005>, 0x56323ebbcea9 <vm_exec_core+2279>, 0x56323ebbcf82 <vm_exec_core+2496>, 0x56323ebbd089 <vm_exec_core+2759>, 0x56323ebbd190 <vm_exec_core+3022>, 0x56323ebbd29e <vm_exec_core+3292>, 0x56323ebbd3b0 <vm_exec_core+3566>, 0x56323ebbd480 <vm_exec_core+3774>, 0x56323ebbd589 <vm_exec_core+4039>, 0x56323ebbd683 <vm_exec_core+4289>, 0x56323ebbd746 <vm_exec_core+4484>, 0x56323ebbd809 <vm_exec_core+4679>, 0x56323ebbd892 <vm_exec_core+4816>, 0x56323ebbd91e <vm_exec_core+4956>, 0x56323ebbd9c4 <vm_exec_core+5122>, 0x56323ebbda9c <vm_exec_core+5338>, 0x56323ebbdb69 <vm_exec_core+5543>, 0x56323ebbdc47 <vm_exec_core+5765>, 0x56323ebbdd09 <vm_exec_core+5959>, 0x56323ebbde48 <vm_exec_core+6278>, 0x56323ebbdeee <vm_exec_core+6444>, 0x56323ebbdfd3 <vm_exec_core+6673>, 0x56323ebbe102 <vm_exec_core+6976>, 0x56323ebbe1c5 <vm_exec_core+7171>, 0x56323ebbe288 <vm_exec_core+7366>, 0x56323ebbe37f <vm_exec_core+7613>, 0x56323ebbe441 <vm_exec_core+7807>, 0x56323ebbe520 <vm_exec_core+8030>, 0x56323ebbe5ed <vm_exec_core+8235>, 0x56323ebbe6fd <vm_exec_core+8507>, 0x56323ebbe7f7 <vm_exec_core+8757>, 0x56323ebbe872 <vm_exec_core+8880>, 0x56323ebbe933 <vm_exec_core+9073>, 0x56323ebbea21 <vm_exec_core+9311>, 0x56323ebbead1 <vm_exec_core+9487>, 0x56323ebbec50 <vm_exec_core+9870>, 0x56323ebbed2a <vm_exec_core+10088>, 0x56323ebbee16 <vm_exec_core+10324>, 0x56323ebbeea7 <vm_exec_core+10469>, 0x56323ebbf002 <vm_exec_core+10816>, 0x56323ebbf5a4 <vm_exec_core+12258>, 0x56323ebbf6a0 <vm_exec_core+12510>, 0x56323ebbf7a3 <vm_exec_core+12769>, 0x56323ebbf88f <vm_exec_core+13005>, 0x56323ebbfaa8 <vm_exec_core+13542>, 0x56323ebbfb9a <vm_exec_core+13784>, 0x56323ebbfca0 <vm_exec_core+14046>, 0x56323ebbfe9d <vm_exec_core+14555>, 0x56323ebc0046 <vm_exec_core+14980>, 0x56323ebc0171 <vm_exec_core+15279>, 0x56323ebc02dd <vm_exec_core+15643>, 0x56323ebc0408 <vm_exec_core+15942>, 0x56323ebc0574 <vm_exec_core+16306>, 0x56323ebc0756 <vm_exec_core+16788>, 0x56323ebc0953 <vm_exec_core+17297>, 0x56323ebc0afc <vm_exec_core+17722>, 0x56323ebc0c1e <vm_exec_core+18012>, 0x56323ebc0cc5 <vm_exec_core+18179>, 0x56323ebc0d89 <vm_exec_core+18375>, 0x56323ebc0e72 <vm_exec_core+18608>, 0x56323ebc0f5e <vm_exec_core+18844>, 0x56323ebc1047 <vm_exec_core+19077>, 0x56323ebc115b <vm_exec_core+19353>, 0x56323ebc1282 <vm_exec_core+19648>, 0x56323ebc13b8 <vm_exec_core+19958>, 0x56323ebc14ee <vm_exec_core+20268>, 0x56323ebc1624 <vm_exec_core+20578>, 0x56323ebc175a <vm_exec_core+20888>, 0x56323ebc1890 <vm_exec_core+21198>, 0x56323ebc19d1 <vm_exec_core+21519>, 0x56323ebc1b4b <vm_exec_core+21897>, 0x56323ebc1c81 <vm_exec_core+22207>, 0x56323ebc1db7 <vm_exec_core+22517>, 0x56323ebc1eed <vm_exec_core+22827>, 0x56323ebc2023 <vm_exec_core+23137>, 0x56323ebc2159 <vm_exec_core+23447>, 0x56323ebc228f <vm_exec_core+23757>, 0x56323ebc23c5 <vm_exec_core+24067>, 0x56323ebc24fb <vm_exec_core+24377>, 0x56323ebc264a <vm_exec_core+24712>, 0x56323ebc2804 <vm_exec_core+25154>, 0x56323ebc2982 <vm_exec_core+25536>, 0x56323ebc2aa1 <vm_exec_core+25823>, 0x56323ebc2bc0 <vm_exec_core+26110>, 0x56323ebc2cda <vm_exec_core+26392>, 0x56323ebc2df4 <vm_exec_core+26674>, 0x56323ebc2f1f <vm_exec_core+26973>, 0x56323ebc3055 <vm_exec_core+27283>, 0x56323ebc3140 <vm_exec_core+27518>, 0x56323ebc3245 <vm_exec_core+27779>, 0x56323ebc338d <vm_exec_core+28107>, 0x56323ebc347c <vm_exec_core+28346>, 0x56323ebc3556 <vm_exec_core+28564>, 0x56323ebc362b <vm_exec_core+28777>, 0x56323ebc3706 <vm_exec_core+28996>, 0x56323ebc3782 <vm_exec_core+29120>, 0x56323ebc37fe <vm_exec_core+29244>, 0x56323ebc381c <vm_exec_core+29274>, 0x56323ebc383a <vm_exec_core+29304>, 0x56323ebc3858 <vm_exec_core+29334>, 0x56323ebc3876 <vm_exec_core+29364>, 0x56323ebc3894 <vm_exec_core+29394>, 0x56323ebc38b2 <vm_exec_core+29424>, 0x56323ebc38d0 <vm_exec_core+29454>, 0x56323ebc38ee <vm_exec_core+29484>, 0x56323ebc390c <vm_exec_core+29514>, 0x56323ebc392a <vm_exec_core+29544>, 0x56323ebc3948 <vm_exec_core+29574>, 0x56323ebc3966 <vm_exec_core+29604>, 0x56323ebc3984 <vm_exec_core+29634>, 0x56323ebc39a2 <vm_exec_core+29664>, 0x56323ebc39c0 <vm_exec_core+29694>, 0x56323ebc39de <vm_exec_core+29724>, 0x56323ebc39fc <vm_exec_core+29754>, 0x56323ebc3a1a <vm_exec_core+29784>, 0x56323ebc3a38 <vm_exec_core+29814>, 0x56323ebc3a56 <vm_exec_core+29844>, 0x56323ebc3a74 <vm_exec_core+29874>, 0x56323ebc3a92 <vm_exec_core+29904>, 0x56323ebc3ab0 <vm_exec_core+29934>, 0x56323ebc3ace <vm_exec_core+29964>, 0x56323ebc3aec <vm_exec_core+29994>, 0x56323ebc3b0a <vm_exec_core+30024>, 0x56323ebc3b28 <vm_exec_core+30054>, 0x56323ebc3b46 <vm_exec_core+30084>, 0x56323ebc3b64 <vm_exec_core+30114>, 0x56323ebc3b82 <vm_exec_core+30144>, 0x56323ebc3ba0 <vm_exec_core+30174>, 0x56323ebc3bbe <vm_exec_core+30204>, 0x56323ebc3bdc <vm_exec_core+30234>, 0x56323ebc3bfa <vm_exec_core+30264>, 0x56323ebc3c18 <vm_exec_core+30294>, 0x56323ebc3c36 <vm_exec_core+30324>, 0x56323ebc3c54 <vm_exec_core+30354>, 0x56323ebc3c72 <vm_exec_core+30384>, 0x56323ebc3c90 <vm_exec_core+30414>, 0x56323ebc3cae <vm_exec_core+30444>, 0x56323ebc3ccc <vm_exec_core+30474>, 0x56323ebc3cea <vm_exec_core+30504>, 0x56323ebc3d08 <vm_exec_core+30534>, 0x56323ebc3d26 <vm_exec_core+30564>, 0x56323ebc3d44 <vm_exec_core+30594>, 0x56323ebc3d62 <vm_exec_core+30624>, 0x56323ebc3d80 <vm_exec_core+30654>, 0x56323ebc3d9e <vm_exec_core+30684>, 0x56323ebc3dbc <vm_exec_core+30714>, 0x56323ebc3dda <vm_exec_core+30744>, 0x56323ebc3df8 <vm_exec_core+30774>, 0x56323ebc3e16 <vm_exec_core+30804>, 0x56323ebc3e34 <vm_exec_core+30834>, 0x56323ebc3e52 <vm_exec_core+30864>, 0x56323ebc3e70 <vm_exec_core+30894>, 0x56323ebc3e8e <vm_exec_core+30924>, 0x56323ebc3eac <vm_exec_core+30954>, 0x56323ebc3eca <vm_exec_core+30984>, 0x56323ebc3ee8 <vm_exec_core+31014>, 0x56323ebc3f06 <vm_exec_core+31044>, 0x56323ebc3f24 <vm_exec_core+31074>, 0x56323ebc3f42 <vm_exec_core+31104>, 0x56323ebc3f60 <vm_exec_core+31134>, 0x56323ebc3f7e <vm_exec_core+31164>, 0x56323ebc3f9c <vm_exec_core+31194>, 0x56323ebc3fba <vm_exec_core+31224>, 0x56323ebc3fd8 <vm_exec_core+31254>, 0x56323ebc3ff6 <vm_exec_core+31284>, 0x56323ebc4014 <vm_exec_core+31314>, 0x56323ebc4032 <vm_exec_core+31344>, 0x56323ebc4050 <vm_exec_core+31374>, 0x56323ebc406e <vm_exec_core+31404>, 0x56323ebc408c <vm_exec_core+31434>, 0x56323ebc40aa <vm_exec_core+31464>, 0x56323ebc40c8 <vm_exec_core+31494>, 0x56323ebc40f9 <vm_exec_core+31543>, 0x56323ebc4117 <vm_exec_core+31573>, 0x56323ebc4135 <vm_exec_core+31603>, 0x56323ebc4153 <vm_exec_core+31633>, 0x56323ebc4171 <vm_exec_core+31663>, 0x56323ebc418f <vm_exec_core+31693>, 0x56323ebc41ad <vm_exec_core+31723>, 0x56323ebc41cb <vm_exec_core+31753>, 0x56323ebc41e9 <vm_exec_core+31783>, 0x56323ebc4207 <vm_exec_core+31813>, 0x56323ebc4225 <vm_exec_core+31843>, 0x56323ebc4243 <vm_exec_core+31873>, 0x56323ebc4261 <vm_exec_core+31903>, 0x56323ebc427f <vm_exec_core+31933>, 0x56323ebc429d <vm_exec_core+31963>, 0x56323ebc42bb <vm_exec_core+31993>, 0x56323ebc42d9 <vm_exec_core+32023>, 0x56323ebc42f7 <vm_exec_core+32053>, 0x56323ebc4315 <vm_exec_core+32083>, 0x56323ebc4333 <vm_exec_core+32113>, 0x56323ebc4351 <vm_exec_core+32143>, 0x56323ebc436f <vm_exec_core+32173>...}
#60 0x000056323ebd6a4c in vm_exec_loop (ec=0x56323f8c84e0, state=RUBY_TAG_RETURN, tag=0x7ffe2b600d00, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2513
No locals.
#61 0x000056323ebd6994 in rb_vm_exec (ec=0x56323f8c84e0) at /tmp/ruby/src/trunk-O0/vm.c:2492
        _ec = 0x56323f8c84e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe2b600d80, 0x56323ebd68bf <rb_vm_exec+190>, 0x0, 0x7ffe2b600cd0, 0x7ffe2b600d50}, prev = 0x7ffe2b601180, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#62 0x000056323ebcb0c2 in vm_call0_body (ec=0x56323f8c84e0, calling=0x7ffe2b600f20, argv=0x7ffe2b601100) at /tmp/ruby/src/trunk-O0/vm_eval.c:229
        reg_cfp = 0x7ff0db6c4fd8
        i = 1
        ci = 0x7ffe2b600ef0
        cc = 0x7ffe2b600fc0
        ret = 140729626136064
#63 0x000056323ebca937 in vm_call0_cc (ec=0x56323f8c84e0, recv=140672006486480, id=8337, argc=1, argv=0x7ffe2b601100, cc=0x7ffe2b600fc0, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 64
        use_argv = 0x7ffe2b601100
        av = {94773803427168, 140729626136476}
        calling = {cd = 0x7ffe2b600ee0, cc = 0x7ffe2b600fc0, block_handler = 0, recv = 140672006486480, argc = 1, kw_splat = true, heap_argv = 0}
#64 0x000056323ebca6d8 in rb_vm_call0 (ec=0x56323f8c84e0, recv=140672006486480, id=8337, argc=1, argv=0x7ffe2b601100, cme=0x7ff0c0f9f908, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:70
        cc = {flags = 52250, klass = 0, cme_ = 0x7ff0c0f9f908, call_ = 0x56323ebb6312 <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
#65 0x000056323ebcbcd1 in rb_vm_call_kw (ec=0x56323f8c84e0, recv=140672006486480, id=8337, argc=1, argv=0x7ffe2b601100, me=0x7ff0c0f9f908, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:330
No locals.
#66 0x000056323ebccb33 in rb_check_funcall_default_kw (recv=140672006486480, mid=8337, argc=1, argv=0x7ffe2b601100, def=36, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:713
        klass = 140672024957920
        me = 0x7ff0c0f9f908
        ec = 0x56323f8c84e0
        respond = -1
#67 0x000056323ebcc9d0 in rb_check_funcall_kw (recv=140672006486480, mid=8337, argc=1, argv=0x7ffe2b601100, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:683
No locals.
#68 0x000056323edc3b9d in rb_get_detailed_message (exc=140672006486480, opt=140672006288480) at /tmp/ruby/src/trunk-O0/error.c:1491
        e = 36
#69 0x000056323e9ba251 in rb_ec_error_print_detailed (ec=0x56323f8c84e0, errinfo=140672006486480, str=140672006486920, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:374
        _ec = 0x56323f8c84e0
        _tag = {tag = 36, retval = 0, buf = {0x7ffe2b601200, 0x56323e9ba1c0 <rb_ec_error_print_detailed+372>, 0x0, 0x7ffe2b601130, 0x0}, prev = 0x7ffe2b601270, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 140672006486320
        written = false
        emesg = 4
        opt = 140672006288480
        highlight = 0
#70 0x000056323e9bb8a1 in rb_ec_cleanup (ec=0x56323f8c84e0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 140672006486480
        mode0 = 0
        mode1 = 3
        _ec = 0x56323f8c84e0
        _tag = {tag = 36, retval = 94773798744504, buf = {0x7ffe2b6012f0, 0x56323e9bb68a <rb_ec_cleanup+295>, 0x0, 0x7ffe2b601210, 0x56323f8c84e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x56323f8c7090
        th0 = 0x56323f8c7090
        step = 2
        message = 4
        buf = 140672006486920
#71 0x000056323e9bbd58 in ruby_run_node (n=0x7ff0c0fbae10) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x56323f8c84e0
        status = 22066
#72 0x000056323e9b75b4 in rb_main (argc=2, argv=0x7ffe2b601498) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140729626137456
#73 0x000056323e9b7615 in main (argc=2, argv=0x7ffe2b601498) 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.2104097.ruby -x gdbscript
[New LWP 2104097]
[New LWP 2104184]
[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  0x000055e0e4692792 in rb_iseq_mark_and_move_each_value (iseq=0x7f295710ff68, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:239
239	    size = body->iseq_size;
[Current thread is 1 (Thread 0x7f297177a7c0 (LWP 2104097))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f297177a7c0 (LWP 2104097) 0x000055e0e4692792 in rb_iseq_mark_and_move_each_value (iseq=0x7f295710ff68, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:239
  2    Thread 0x7f295819f640 (LWP 2104184) 0x00007f29718a2fde in epoll_wait (epfd=4, events=0x55e0e4c6d85c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f295819f640 (LWP 2104184)):
#0  0x00007f29718a2fde in epoll_wait (epfd=4, events=0x55e0e4c6d85c <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  0x000055e0e47d7243 in event_wait (vm=0x55e0e6b8bb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:832
        r = 21984
#2  0x000055e0e47d7267 in timer_thread_polling (vm=0x55e0e6b8bb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:854
        r = 256270464
#3  0x000055e0e47d7919 in timer_thread_func (ptr=0x55e0e6b8bb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3011
        vm = 0x55e0e6b8bb10
#4  0x00007f2971811b43 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 = {140730378330544, 4824914108811727880, 139815548483136, 25, 139815974672464, 140730378330896, -4852846429087050744, -4852792615944563704}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f29718a2bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f297177a7c0 (LWP 2104097)):
#0  0x000055e0e4692792 in rb_iseq_mark_and_move_each_value (iseq=0x7f295710ff68, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:239
        size = 0
        code = 0x7ffe58359130
        body = 0x55e0e6ca09a0
        is_entries = 0x55e0e463cd2e <RB_SPECIAL_CONST_P+24>
#1  0x000055e0e4692aa0 in rb_iseq_mark_and_move (iseq=0x7f295710ff68, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:324
        body = 0x55e0e6ca09a0
#2  0x000055e0e464b7f6 in gc_mark_imemo (objspace=0x55e0e6b8e470, obj=139815531118440) at /tmp/ruby/src/trunk-O0/gc.c:7262
        __func__ = <optimized out>
#3  0x000055e0e464b9ee in gc_mark_children (objspace=0x55e0e6b8e470, obj=139815531118440) at /tmp/ruby/src/trunk-O0/gc.c:7355
        any = 0x7f295710ff68
#4  0x000055e0e464c374 in gc_mark_stacked_objects (objspace=0x55e0e6b8e470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x55e0e6b8e8f8
        obj = 139815531118440
        marked_slots_at_the_beginning = 750
        popped_count = 0
#5  0x000055e0e464c4f4 in gc_mark_stacked_objects_all (objspace=0x55e0e6b8e470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#6  0x000055e0e464e850 in gc_marks_rest (objspace=0x55e0e6b8e470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#7  0x000055e0e464e984 in gc_marks (objspace=0x55e0e6b8e470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#8  0x000055e0e4650714 in gc_start (objspace=0x55e0e6b8e470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#9  0x000055e0e46503a9 in garbage_collect (objspace=0x55e0e6b8e470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 3872108128
        ret = 21984
#10 0x000055e0e4650e34 in garbage_collect_with_gvl (objspace=0x55e0e6b8e470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9869
No locals.
#11 0x000055e0e4658009 in objspace_malloc_gc_stress (objspace=0x55e0e6b8e470) at /tmp/ruby/src/trunk-O0/gc.c:12406
        reason = 45568
#12 0x000055e0e46582ec in objspace_xmalloc0 (objspace=0x55e0e6b8e470, size=16) at /tmp/ruby/src/trunk-O0/gc.c:12608
        gpr = 107008
        mem = 0x1
#13 0x000055e0e46586ba in ruby_xmalloc2_body (n=1, size=16) at /tmp/ruby/src/trunk-O0/gc.c:12855
No locals.
#14 0x000055e0e465c023 in ruby_xmalloc2 (n=1, size=16) at /tmp/ruby/src/trunk-O0/gc.c:14430
No locals.
#15 0x000055e0e481c797 in vm_ccs_push (klass=139815548611680, ccs=0x55e0e7169de0, ci=0x492f00100005, cc=0x7f295705d1b0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1983
        pos = 32553
#16 0x000055e0e481cad2 in vm_search_cc (klass=139815548611680, ci=0x492f00100005) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2124
        mid = 18735
        cc_tbl = 0x55e0e6cbae60
        ccs = 0x55e0e7169de0
        ccs_data = 94424438054368
        cme = 0x7f29581c74a0
        cc = 0x7f295705d1b0
#17 0x000055e0e481cb41 in rb_vm_search_method_slowpath (ci=0x492f00100005, klass=139815548611680) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2142
        _lev = 32553
        cc = 0x7ffe58359630
#18 0x000055e0e481cba8 in vm_search_method_slowpath0 (cd_owner=139815530991160, cd=0x55e0e6d54830, klass=139815548611680) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2163
        cc = 0x7f29581bec60
        empty_cc = 0x55e0e4c59560 <vm_empty_cc>
#19 0x000055e0e4829997 in vm_search_method_fastpath (klass=139815548611680, cd=0x55e0e6d54830, cd_owner=139815530991160) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2224
        cc = 0x55e0e4c59560 <vm_empty_cc>
#20 vm_sendish (ec=0x55e0e6b8f4e0, reg_cfp=0x7f2971778f30, cd=0x55e0e6d54830, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5580
        val = 36
        ci = 0x492f00100005
        cc = 0x7f295705d3b8
        argc = 2
        recv = 139815548611840
        calling = {cd = 0x55e0e6d54830, cc = 0x0, block_handler = 0, recv = 139815548611840, argc = 2, kw_splat = false, heap_argv = 0}
#21 0x000055e0e4830f57 in vm_exec_core (ec=0x55e0e6b8f4e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x55e0e6d54830
        leaf = false
        val = 139815530386040
        reg_pc = 0x55e0e6d546a0
        reg_cfp = 0x7f2971778f30
        insns_address_table = {0x55e0e482d62e <vm_exec_core+108>, 0x55e0e482d690 <vm_exec_core+206>, 0x55e0e482d7a3 <vm_exec_core+481>, 0x55e0e482d8b7 <vm_exec_core+757>, 0x55e0e482da55 <vm_exec_core+1171>, 0x55e0e482db85 <vm_exec_core+1475>, 0x55e0e482dd97 <vm_exec_core+2005>, 0x55e0e482dea9 <vm_exec_core+2279>, 0x55e0e482df82 <vm_exec_core+2496>, 0x55e0e482e089 <vm_exec_core+2759>, 0x55e0e482e190 <vm_exec_core+3022>, 0x55e0e482e29e <vm_exec_core+3292>, 0x55e0e482e3b0 <vm_exec_core+3566>, 0x55e0e482e480 <vm_exec_core+3774>, 0x55e0e482e589 <vm_exec_core+4039>, 0x55e0e482e683 <vm_exec_core+4289>, 0x55e0e482e746 <vm_exec_core+4484>, 0x55e0e482e809 <vm_exec_core+4679>, 0x55e0e482e892 <vm_exec_core+4816>, 0x55e0e482e91e <vm_exec_core+4956>, 0x55e0e482e9c4 <vm_exec_core+5122>, 0x55e0e482ea9c <vm_exec_core+5338>, 0x55e0e482eb69 <vm_exec_core+5543>, 0x55e0e482ec47 <vm_exec_core+5765>, 0x55e0e482ed09 <vm_exec_core+5959>, 0x55e0e482ee48 <vm_exec_core+6278>, 0x55e0e482eeee <vm_exec_core+6444>, 0x55e0e482efd3 <vm_exec_core+6673>, 0x55e0e482f102 <vm_exec_core+6976>, 0x55e0e482f1c5 <vm_exec_core+7171>, 0x55e0e482f288 <vm_exec_core+7366>, 0x55e0e482f37f <vm_exec_core+7613>, 0x55e0e482f441 <vm_exec_core+7807>, 0x55e0e482f520 <vm_exec_core+8030>, 0x55e0e482f5ed <vm_exec_core+8235>, 0x55e0e482f6fd <vm_exec_core+8507>, 0x55e0e482f7f7 <vm_exec_core+8757>, 0x55e0e482f872 <vm_exec_core+8880>, 0x55e0e482f933 <vm_exec_core+9073>, 0x55e0e482fa21 <vm_exec_core+9311>, 0x55e0e482fad1 <vm_exec_core+9487>, 0x55e0e482fc50 <vm_exec_core+9870>, 0x55e0e482fd2a <vm_exec_core+10088>, 0x55e0e482fe16 <vm_exec_core+10324>, 0x55e0e482fea7 <vm_exec_core+10469>, 0x55e0e4830002 <vm_exec_core+10816>, 0x55e0e48305a4 <vm_exec_core+12258>, 0x55e0e48306a0 <vm_exec_core+12510>, 0x55e0e48307a3 <vm_exec_core+12769>, 0x55e0e483088f <vm_exec_core+13005>, 0x55e0e4830aa8 <vm_exec_core+13542>, 0x55e0e4830b9a <vm_exec_core+13784>, 0x55e0e4830ca0 <vm_exec_core+14046>, 0x55e0e4830e9d <vm_exec_core+14555>, 0x55e0e4831046 <vm_exec_core+14980>, 0x55e0e4831171 <vm_exec_core+15279>, 0x55e0e48312dd <vm_exec_core+15643>, 0x55e0e4831408 <vm_exec_core+15942>, 0x55e0e4831574 <vm_exec_core+16306>, 0x55e0e4831756 <vm_exec_core+16788>, 0x55e0e4831953 <vm_exec_core+17297>, 0x55e0e4831afc <vm_exec_core+17722>, 0x55e0e4831c1e <vm_exec_core+18012>, 0x55e0e4831cc5 <vm_exec_core+18179>, 0x55e0e4831d89 <vm_exec_core+18375>, 0x55e0e4831e72 <vm_exec_core+18608>, 0x55e0e4831f5e <vm_exec_core+18844>, 0x55e0e4832047 <vm_exec_core+19077>, 0x55e0e483215b <vm_exec_core+19353>, 0x55e0e4832282 <vm_exec_core+19648>, 0x55e0e48323b8 <vm_exec_core+19958>, 0x55e0e48324ee <vm_exec_core+20268>, 0x55e0e4832624 <vm_exec_core+20578>, 0x55e0e483275a <vm_exec_core+20888>, 0x55e0e4832890 <vm_exec_core+21198>, 0x55e0e48329d1 <vm_exec_core+21519>, 0x55e0e4832b4b <vm_exec_core+21897>, 0x55e0e4832c81 <vm_exec_core+22207>, 0x55e0e4832db7 <vm_exec_core+22517>, 0x55e0e4832eed <vm_exec_core+22827>, 0x55e0e4833023 <vm_exec_core+23137>, 0x55e0e4833159 <vm_exec_core+23447>, 0x55e0e483328f <vm_exec_core+23757>, 0x55e0e48333c5 <vm_exec_core+24067>, 0x55e0e48334fb <vm_exec_core+24377>, 0x55e0e483364a <vm_exec_core+24712>, 0x55e0e4833804 <vm_exec_core+25154>, 0x55e0e4833982 <vm_exec_core+25536>, 0x55e0e4833aa1 <vm_exec_core+25823>, 0x55e0e4833bc0 <vm_exec_core+26110>, 0x55e0e4833cda <vm_exec_core+26392>, 0x55e0e4833df4 <vm_exec_core+26674>, 0x55e0e4833f1f <vm_exec_core+26973>, 0x55e0e4834055 <vm_exec_core+27283>, 0x55e0e4834140 <vm_exec_core+27518>, 0x55e0e4834245 <vm_exec_core+27779>, 0x55e0e483438d <vm_exec_core+28107>, 0x55e0e483447c <vm_exec_core+28346>, 0x55e0e4834556 <vm_exec_core+28564>, 0x55e0e483462b <vm_exec_core+28777>, 0x55e0e4834706 <vm_exec_core+28996>, 0x55e0e4834782 <vm_exec_core+29120>, 0x55e0e48347fe <vm_exec_core+29244>, 0x55e0e483481c <vm_exec_core+29274>, 0x55e0e483483a <vm_exec_core+29304>, 0x55e0e4834858 <vm_exec_core+29334>, 0x55e0e4834876 <vm_exec_core+29364>, 0x55e0e4834894 <vm_exec_core+29394>, 0x55e0e48348b2 <vm_exec_core+29424>, 0x55e0e48348d0 <vm_exec_core+29454>, 0x55e0e48348ee <vm_exec_core+29484>, 0x55e0e483490c <vm_exec_core+29514>, 0x55e0e483492a <vm_exec_core+29544>, 0x55e0e4834948 <vm_exec_core+29574>, 0x55e0e4834966 <vm_exec_core+29604>, 0x55e0e4834984 <vm_exec_core+29634>, 0x55e0e48349a2 <vm_exec_core+29664>, 0x55e0e48349c0 <vm_exec_core+29694>, 0x55e0e48349de <vm_exec_core+29724>, 0x55e0e48349fc <vm_exec_core+29754>, 0x55e0e4834a1a <vm_exec_core+29784>, 0x55e0e4834a38 <vm_exec_core+29814>, 0x55e0e4834a56 <vm_exec_core+29844>, 0x55e0e4834a74 <vm_exec_core+29874>, 0x55e0e4834a92 <vm_exec_core+29904>, 0x55e0e4834ab0 <vm_exec_core+29934>, 0x55e0e4834ace <vm_exec_core+29964>, 0x55e0e4834aec <vm_exec_core+29994>, 0x55e0e4834b0a <vm_exec_core+30024>, 0x55e0e4834b28 <vm_exec_core+30054>, 0x55e0e4834b46 <vm_exec_core+30084>, 0x55e0e4834b64 <vm_exec_core+30114>, 0x55e0e4834b82 <vm_exec_core+30144>, 0x55e0e4834ba0 <vm_exec_core+30174>, 0x55e0e4834bbe <vm_exec_core+30204>, 0x55e0e4834bdc <vm_exec_core+30234>, 0x55e0e4834bfa <vm_exec_core+30264>, 0x55e0e4834c18 <vm_exec_core+30294>, 0x55e0e4834c36 <vm_exec_core+30324>, 0x55e0e4834c54 <vm_exec_core+30354>, 0x55e0e4834c72 <vm_exec_core+30384>, 0x55e0e4834c90 <vm_exec_core+30414>, 0x55e0e4834cae <vm_exec_core+30444>, 0x55e0e4834ccc <vm_exec_core+30474>, 0x55e0e4834cea <vm_exec_core+30504>, 0x55e0e4834d08 <vm_exec_core+30534>, 0x55e0e4834d26 <vm_exec_core+30564>, 0x55e0e4834d44 <vm_exec_core+30594>, 0x55e0e4834d62 <vm_exec_core+30624>, 0x55e0e4834d80 <vm_exec_core+30654>, 0x55e0e4834d9e <vm_exec_core+30684>, 0x55e0e4834dbc <vm_exec_core+30714>, 0x55e0e4834dda <vm_exec_core+30744>, 0x55e0e4834df8 <vm_exec_core+30774>, 0x55e0e4834e16 <vm_exec_core+30804>, 0x55e0e4834e34 <vm_exec_core+30834>, 0x55e0e4834e52 <vm_exec_core+30864>, 0x55e0e4834e70 <vm_exec_core+30894>, 0x55e0e4834e8e <vm_exec_core+30924>, 0x55e0e4834eac <vm_exec_core+30954>, 0x55e0e4834eca <vm_exec_core+30984>, 0x55e0e4834ee8 <vm_exec_core+31014>, 0x55e0e4834f06 <vm_exec_core+31044>, 0x55e0e4834f24 <vm_exec_core+31074>, 0x55e0e4834f42 <vm_exec_core+31104>, 0x55e0e4834f60 <vm_exec_core+31134>, 0x55e0e4834f7e <vm_exec_core+31164>, 0x55e0e4834f9c <vm_exec_core+31194>, 0x55e0e4834fba <vm_exec_core+31224>, 0x55e0e4834fd8 <vm_exec_core+31254>, 0x55e0e4834ff6 <vm_exec_core+31284>, 0x55e0e4835014 <vm_exec_core+31314>, 0x55e0e4835032 <vm_exec_core+31344>, 0x55e0e4835050 <vm_exec_core+31374>, 0x55e0e483506e <vm_exec_core+31404>, 0x55e0e483508c <vm_exec_core+31434>, 0x55e0e48350aa <vm_exec_core+31464>, 0x55e0e48350c8 <vm_exec_core+31494>, 0x55e0e48350f9 <vm_exec_core+31543>, 0x55e0e4835117 <vm_exec_core+31573>, 0x55e0e4835135 <vm_exec_core+31603>, 0x55e0e4835153 <vm_exec_core+31633>, 0x55e0e4835171 <vm_exec_core+31663>, 0x55e0e483518f <vm_exec_core+31693>, 0x55e0e48351ad <vm_exec_core+31723>, 0x55e0e48351cb <vm_exec_core+31753>, 0x55e0e48351e9 <vm_exec_core+31783>, 0x55e0e4835207 <vm_exec_core+31813>, 0x55e0e4835225 <vm_exec_core+31843>, 0x55e0e4835243 <vm_exec_core+31873>, 0x55e0e4835261 <vm_exec_core+31903>, 0x55e0e483527f <vm_exec_core+31933>, 0x55e0e483529d <vm_exec_core+31963>, 0x55e0e48352bb <vm_exec_core+31993>, 0x55e0e48352d9 <vm_exec_core+32023>, 0x55e0e48352f7 <vm_exec_core+32053>, 0x55e0e4835315 <vm_exec_core+32083>, 0x55e0e4835333 <vm_exec_core+32113>, 0x55e0e4835351 <vm_exec_core+32143>, 0x55e0e483536f <vm_exec_core+32173>...}
#22 0x000055e0e4847a4c in vm_exec_loop (ec=0x55e0e6b8f4e0, state=RUBY_TAG_RAISE, tag=0x7ffe5835a350, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2513
No locals.
#23 0x000055e0e4847994 in rb_vm_exec (ec=0x55e0e6b8f4e0) at /tmp/ruby/src/trunk-O0/vm.c:2492
        _ec = 0x55e0e6b8f4e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe5835a3d0, 0x55e0e48478bf <rb_vm_exec+190>, 0x0, 0x7ffe5835a320, 0x7ffe5835a668}, prev = 0x7ffe5835a440, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#24 0x000055e0e48487a0 in rb_iseq_eval_main (iseq=0x7f29570e9ea8) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x55e0e6b8f4e0
        val = 94424431916256
#25 0x000055e0e462cbcb in rb_ec_exec_node (ec=0x55e0e6b8f4e0, n=0x7f29570e9ea8) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55e0e6b8e090
        _ec = 0x55e0e6b8f4e0
        _tag = {tag = 36, retval = 94424392712632, buf = {0x7ffe5835a4c0, 0x55e0e462cb61 <rb_ec_exec_node+212>, 0x0, 0x7ffe5835a410, 0x55e0e6b8f4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f29570e9ea8
#26 0x000055e0e462cd48 in ruby_run_node (n=0x7f29570e9ea8) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55e0e6b8f4e0
        status = 21984
#27 0x000055e0e46285b4 in rb_main (argc=131, argv=0x7ffe5835a668) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140730378331456
#28 0x000055e0e4628615 in main (argc=131, argv=0x7ffe5835a668) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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