# Logfile created on 2023-09-17 10:23:24 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000561cfe965a48 @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.20230917-102324", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000561cfea072f8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000561cfea071b8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000561cfea07000 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20230917-102324", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20230917-102324>, @binmode=false, @mon_data=#<Monitor:0x0000561cfea06f10>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
From https://github.com/ruby/debug
 * branch            927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD
HEAD is now at 927587a Stop assuming Integer#times is written in C
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   df316be..e9a36f8  master     -> origin/master
Updating df316be..e9a36f8
Fast-forward
 ext/ripper/tools/preproc.rb |  7 +++----
 parse.y                     | 19 ++++++++++---------
 2 files changed, 13 insertions(+), 13 deletions(-)
Latest commit hash = e9a36f8abe
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-O0/revision.h updated
generating parse.c
generating /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating eventids1.c from ../../parse.y
extracting ripper.y from ../../parse.y
generating eventids1.h from ../../parse.y
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
From https://github.com/ruby/debug
 * branch            927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD
HEAD is now at 927587a Stop assuming Integer#times is written in C
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/yarp -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 parse.c
compiling /tmp/ruby/src/trunk-O0/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/yarp -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
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/yarp -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
encdb.h unchanged
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'
generating transdb.h
transdb.h unchanged
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/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
checking /tmp/ruby/src/trunk-O0/parse.y and /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/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.2.1/ext/rbs_extension'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
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'
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 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'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
From https://github.com/ruby/debug
 * branch            927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD
HEAD is now at 927587a Stop assuming Integer#times is written in C
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
	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/yarp -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
encdb.h unchanged
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'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: 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/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering 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/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
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 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'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.8
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.1
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.8.1
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.8
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.1.0
                                    tempfile 0.1.3
                                    time 0.2.2
                                    timeout 0.4.0
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.2
                                    weakref 0.1.2
                                    yaml 0.2.1
                                    yarp 0.12.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.4
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.2
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.0
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.1.0
                                    pathname 0.2.1
                                    psych 5.1.0
                                    stringio 3.0.9
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.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.0.6
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.3.7
                                    net-pop 0.1.2
                                    net-smtp 0.3.3
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.2.1
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.1
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 1854 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/yarp -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/yarp -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=27489
  "--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:

T.T
Retrying...
Finished tests in 1133.186084s, 23.2689 tests/s, 8273.7938 assertions/s.
26368 tests, 9375748 assertions, 0 failures, 0 errors, 187 skips

ruby -v: ruby 3.3.0dev (2023-09-17T07:22:01Z master e9a36f8abe) [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/yarp -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

Finished in 346.122818 seconds

3715 files, 32232 examples, 144191 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.588933.ruby -x gdbscript
[New LWP 588933]
[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=140557286310400, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
472	    return RBASIC(obj)->flags & flags;

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7fd60cc357c0 (LWP 588933) RB_FL_TEST_RAW (obj=140557286310400, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472

>>> Machine level backtrace


Thread 1 (Thread 0x7fd60cc357c0 (LWP 588933)):
#0  RB_FL_TEST_RAW (obj=140557286310400, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
No locals.
#1  0x0000563290483c1f in RB_FL_ANY_RAW (obj=140557286310400, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:520
No locals.
#2  0x0000563290483fcc in RB_OBJ_PROMOTED_RAW (obj=140557286310400) at /tmp/ruby/src/trunk-O0/include/ruby/internal/gc.h:724
No locals.
#3  0x0000563290486f0d in RVALUE_OLD_P (obj=140557286310400) at /tmp/ruby/src/trunk-O0/gc.c:1728
        __func__ = <optimized out>
#4  0x0000563290490f5f in rgengc_check_relation (objspace=0x56329255a0e0, obj=140557286310400) at /tmp/ruby/src/trunk-O0/gc.c:6774
        old_parent = 140557286240280
        __func__ = <optimized out>
#5  0x0000563290491194 in gc_mark_ptr (objspace=0x56329255a0e0, obj=140557286310400) at /tmp/ruby/src/trunk-O0/gc.c:6827
        __func__ = "gc_mark_ptr"
#6  0x000056329049139b in gc_mark (objspace=0x56329255a0e0, obj=140557286310400) at /tmp/ruby/src/trunk-O0/gc.c:6876
No locals.
#7  0x0000563290492121 in gc_mark_children (objspace=0x56329255a0e0, obj=140557286240280) at /tmp/ruby/src/trunk-O0/gc.c:7249
        ptr = 0x7fd60b1df028
        i = 36
        len = 49
        shape = 0x7fd60bac0760
        any = 0x7fd60b1df018
#8  0x000056329049250c in gc_mark_stacked_objects (objspace=0x56329255a0e0, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7341
        mstack = 0x56329255a568
        obj = 140557286240280
        marked_slots_at_the_beginning = 757
        popped_count = 0
#9  0x000056329049268c in gc_mark_stacked_objects_all (objspace=0x56329255a0e0) at /tmp/ruby/src/trunk-O0/gc.c:7379
No locals.
#10 0x0000563290494953 in gc_marks_rest (objspace=0x56329255a0e0) at /tmp/ruby/src/trunk-O0/gc.c:8566
No locals.
#11 0x0000563290494a87 in gc_marks (objspace=0x56329255a0e0, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8624
        marking_finished = false
#12 0x000056329049680f in gc_start (objspace=0x56329255a0e0, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9374
        do_full_mark = 1
        immediate_mark = 32768
        __func__ = <optimized out>
        lock_lev = 427344896
#13 0x00005632904964ac in garbage_collect (objspace=0x56329255a0e0, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9258
        _lev = 3065457712
        ret = 32764
#14 0x0000563290496f2f in garbage_collect_with_gvl (objspace=0x56329255a0e0, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9635
No locals.
#15 0x000056329049ddf9 in objspace_malloc_gc_stress (objspace=0x56329255a0e0) at /tmp/ruby/src/trunk-O0/gc.c:12065
        reason = 45568
#16 0x000056329049e516 in objspace_xcalloc (objspace=0x56329255a0e0, size=128) at /tmp/ruby/src/trunk-O0/gc.c:12530
        gpr = 107008
        mem = 0x8
#17 0x000056329049e5c7 in ruby_xcalloc_body (n=8, size=16) at /tmp/ruby/src/trunk-O0/gc.c:12537
No locals.
#18 0x00005632904a1d99 in ruby_xcalloc (n=8, size=16) at /tmp/ruby/src/trunk-O0/gc.c:14091
No locals.
#19 0x000056329060d762 in hash_table_extend (tbl=0x563292643da0) at /tmp/ruby/src/trunk-O0/id_table.c:196
        new_cap = 8
        i = 8369
        old = 0x1007ffcb6b72d70
        tmp_tbl = {capa = 8, num = 0, used = 0, items = 0x0}
#20 0x000056329060d8d9 in rb_id_table_insert_key (tbl=0x563292643da0, key=523, val=94775206025728) at /tmp/ruby/src/trunk-O0/id_table.c:250
        index = -1
#21 0x000056329060d92d in rb_id_table_insert (tbl=0x563292643da0, id=8369, val=94775206025728) at /tmp/ruby/src/trunk-O0/id_table.c:259
No locals.
#22 0x00005632906567be in vm_ccs_create (klass=140557295477800, cc_tbl=0x563292643da0, mid=8369, cme=0x7fd60cb28768) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1950
        ccs = 0x5632927d1a00
#23 0x0000563290671fc4 in cache_callable_method_entry (klass=140557295477800, mid=8369, cme=0x7fd60cb28768) at /tmp/ruby/src/trunk-O0/vm_method.c:1338
        cc_tbl = 0x563292643da0
        ccs_data = 94775171030061
#24 0x0000563290672180 in callable_method_entry_or_negative (klass=140557295477800, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1386
        defined_class = 140557295478760
        me = 0x7fd60cb28768
        _lev = 22066
        cme = 0x7fd60cb28768
#25 0x0000563290672212 in callable_method_entry (klass=140557295477800, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1406
        cme = 0x7ffcb6b72f20
#26 0x0000563290672275 in rb_callable_method_entry (klass=140557295477800, mid=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:1413
No locals.
#27 0x00005632906746a2 in rb_method_basic_definition_p (klass=140557295477800, id=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:2708
        cme = 0x7fd60b0de1f0
#28 0x00005632908217b8 in rb_get_backtrace (exc=140557285188080) at /tmp/ruby/src/trunk-O0/error.c:1515
        mid = 8369
        info = 140723373944640
#29 0x00005632904740c4 in setup_exception (ec=0x56329255b1a0, tag=6, mesg=140557285188080, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:565
        bt = 1525
        _ec = 0x56329255b1a0
        _tag = {tag = 36, retval = 3457, buf = {0x7ffcb6b73130, 0x56329047404d <setup_exception+294>, 0x0, 0x7ffcb6b72fe0, 0xe0b6b730a8}, prev = 0x7ffcb6b740d0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 14730617474898248704
        line = 17
        file = 0x7fd60b1e8bd0 "/tmp/ruby/src/trunk-O0/lib/did_you_mean/jaro_winkler.rb"
        file0 = 0x7fd60b1e8bd0 "/tmp/ruby/src/trunk-O0/lib/did_you_mean/jaro_winkler.rb"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#30 0x00005632904746e6 in rb_longjmp (ec=0x56329255b1a0, tag=6, mesg=140557285188080, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#31 0x000056329047476c in rb_exc_exception (mesg=140557285188080, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#32 0x0000563290474792 in rb_exc_raise (mesg=140557285188080) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#33 0x0000563290619776 in rb_threadptr_execute_interrupts (th=0x563292559f90, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2418
        err = 140557285188080
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#34 0x000056329064be3b in rb_vm_check_ints (ec=0x56329255b1a0) at /tmp/ruby/src/trunk-O0/vm_core.h:1975
No locals.
#35 0x0000563290653845 in vm_pop_frame (ec=0x56329255b1a0, cfp=0x7fd60cc33de0, ep=0x7fd60cb34250) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
        flags = 1431634051
#36 0x0000563290653891 in rb_vm_pop_frame (ec=0x56329255b1a0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:428
No locals.
#37 0x000056329065d546 in vm_call_cfunc_with_frame_ (ec=0x56329255b1a0, reg_cfp=0x7fd60cc33e18, calling=0x7ffcb6b73480, argc=0, argv=0x7fd60cb34240, stack_bottom=0x7fd60cb34238) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3479
        ci = 0x1c6100100001
        cc = 0x7fd60b0de510
        val = 140557285060000
        me = 0x7fd60cb2a130
        cfunc = 0x563292590c58
        recv = 140557285188200
        block_handler = 0
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#38 0x000056329065d6b5 in vm_call_cfunc_with_frame (ec=0x56329255b1a0, reg_cfp=0x7fd60cc33e18, calling=0x7ffcb6b73480) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3503
        argc = 0
        stack_bottom = 0x7fd60cb34238
        argv = 0x7fd60cb34240
#39 0x0000563290663709 in vm_sendish (ec=0x56329255b1a0, reg_cfp=0x7fd60cc33e18, cd=0x5632927e2760, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5553
        val = 36
        ci = 0x1c6100100001
        cc = 0x7fd60b0de510
        argc = 0
        recv = 140557285188200
        calling = {cd = 0x5632927e2760, cc = 0x7fd60b0de510, block_handler = 0, recv = 140557285188200, argc = 0, kw_splat = false, heap_argv = 0}
#40 0x000056329066ab03 in vm_exec_core (ec=0x56329255b1a0) at ../../src/trunk-O0/insns.def:835
        bh = 0
        cd = 0x5632927e2760
        leaf = false
        val = 19
        reg_pc = 0x5632927e1308
        reg_cfp = 0x7fd60cc33e18
        insns_address_table = {0x56329066729e <vm_exec_core+108>, 0x563290667300 <vm_exec_core+206>, 0x563290667413 <vm_exec_core+481>, 0x563290667527 <vm_exec_core+757>, 0x5632906676c5 <vm_exec_core+1171>, 0x5632906677f5 <vm_exec_core+1475>, 0x563290667a07 <vm_exec_core+2005>, 0x563290667b19 <vm_exec_core+2279>, 0x563290667bf2 <vm_exec_core+2496>, 0x563290667cf9 <vm_exec_core+2759>, 0x563290667e00 <vm_exec_core+3022>, 0x563290667f0e <vm_exec_core+3292>, 0x563290668020 <vm_exec_core+3566>, 0x5632906681a7 <vm_exec_core+3957>, 0x5632906682b0 <vm_exec_core+4222>, 0x5632906683aa <vm_exec_core+4472>, 0x56329066846d <vm_exec_core+4667>, 0x563290668530 <vm_exec_core+4862>, 0x5632906685b9 <vm_exec_core+4999>, 0x563290668645 <vm_exec_core+5139>, 0x5632906686eb <vm_exec_core+5305>, 0x5632906687c3 <vm_exec_core+5521>, 0x563290668890 <vm_exec_core+5726>, 0x56329066896e <vm_exec_core+5948>, 0x563290668a30 <vm_exec_core+6142>, 0x563290668b6f <vm_exec_core+6461>, 0x563290668c15 <vm_exec_core+6627>, 0x563290668cfa <vm_exec_core+6856>, 0x563290668e29 <vm_exec_core+7159>, 0x563290668eec <vm_exec_core+7354>, 0x563290668faf <vm_exec_core+7549>, 0x5632906690a7 <vm_exec_core+7797>, 0x563290669169 <vm_exec_core+7991>, 0x563290669248 <vm_exec_core+8214>, 0x563290669358 <vm_exec_core+8486>, 0x563290669452 <vm_exec_core+8736>, 0x5632906694cd <vm_exec_core+8859>, 0x56329066958e <vm_exec_core+9052>, 0x56329066967c <vm_exec_core+9290>, 0x56329066972c <vm_exec_core+9466>, 0x5632906698ab <vm_exec_core+9849>, 0x563290669985 <vm_exec_core+10067>, 0x563290669a71 <vm_exec_core+10303>, 0x563290669b02 <vm_exec_core+10448>, 0x563290669c5d <vm_exec_core+10795>, 0x56329066a150 <vm_exec_core+12062>, 0x56329066a24c <vm_exec_core+12314>, 0x56329066a34f <vm_exec_core+12573>, 0x56329066a43b <vm_exec_core+12809>, 0x56329066a654 <vm_exec_core+13346>, 0x56329066a746 <vm_exec_core+13588>, 0x56329066a84c <vm_exec_core+13850>, 0x56329066aa49 <vm_exec_core+14359>, 0x56329066abf2 <vm_exec_core+14784>, 0x56329066ad1d <vm_exec_core+15083>, 0x56329066ae89 <vm_exec_core+15447>, 0x56329066afb4 <vm_exec_core+15746>, 0x56329066b120 <vm_exec_core+16110>, 0x56329066b302 <vm_exec_core+16592>, 0x56329066b4ff <vm_exec_core+17101>, 0x56329066b6a8 <vm_exec_core+17526>, 0x56329066b7ca <vm_exec_core+17816>, 0x56329066b871 <vm_exec_core+17983>, 0x56329066b935 <vm_exec_core+18179>, 0x56329066ba1e <vm_exec_core+18412>, 0x56329066bb0a <vm_exec_core+18648>, 0x56329066bbf3 <vm_exec_core+18881>, 0x56329066bd07 <vm_exec_core+19157>, 0x56329066be2e <vm_exec_core+19452>, 0x56329066bf64 <vm_exec_core+19762>, 0x56329066c09a <vm_exec_core+20072>, 0x56329066c1d0 <vm_exec_core+20382>, 0x56329066c306 <vm_exec_core+20692>, 0x56329066c43c <vm_exec_core+21002>, 0x56329066c57d <vm_exec_core+21323>, 0x56329066c6f7 <vm_exec_core+21701>, 0x56329066c82d <vm_exec_core+22011>, 0x56329066c963 <vm_exec_core+22321>, 0x56329066ca99 <vm_exec_core+22631>, 0x56329066cbcf <vm_exec_core+22941>, 0x56329066cd05 <vm_exec_core+23251>, 0x56329066ce3b <vm_exec_core+23561>, 0x56329066cf71 <vm_exec_core+23871>, 0x56329066d0a7 <vm_exec_core+24181>, 0x56329066d1f6 <vm_exec_core+24516>, 0x56329066d3b0 <vm_exec_core+24958>, 0x56329066d52e <vm_exec_core+25340>, 0x56329066d64d <vm_exec_core+25627>, 0x56329066d76c <vm_exec_core+25914>, 0x56329066d886 <vm_exec_core+26196>, 0x56329066d9a0 <vm_exec_core+26478>, 0x56329066dacb <vm_exec_core+26777>, 0x56329066dc01 <vm_exec_core+27087>, 0x56329066dcec <vm_exec_core+27322>, 0x56329066ddf1 <vm_exec_core+27583>, 0x56329066df39 <vm_exec_core+27911>, 0x56329066e028 <vm_exec_core+28150>, 0x56329066e102 <vm_exec_core+28368>, 0x56329066e1d7 <vm_exec_core+28581>, 0x56329066e2b2 <vm_exec_core+28800>, 0x56329066e32e <vm_exec_core+28924>, 0x56329066e3aa <vm_exec_core+29048>, 0x56329066e3c8 <vm_exec_core+29078>, 0x56329066e3e6 <vm_exec_core+29108>, 0x56329066e404 <vm_exec_core+29138>, 0x56329066e422 <vm_exec_core+29168>, 0x56329066e440 <vm_exec_core+29198>, 0x56329066e45e <vm_exec_core+29228>, 0x56329066e47c <vm_exec_core+29258>, 0x56329066e49a <vm_exec_core+29288>, 0x56329066e4b8 <vm_exec_core+29318>, 0x56329066e4d6 <vm_exec_core+29348>, 0x56329066e4f4 <vm_exec_core+29378>, 0x56329066e512 <vm_exec_core+29408>, 0x56329066e530 <vm_exec_core+29438>, 0x56329066e54e <vm_exec_core+29468>, 0x56329066e56c <vm_exec_core+29498>, 0x56329066e58a <vm_exec_core+29528>, 0x56329066e5a8 <vm_exec_core+29558>, 0x56329066e5c6 <vm_exec_core+29588>, 0x56329066e5e4 <vm_exec_core+29618>, 0x56329066e602 <vm_exec_core+29648>, 0x56329066e620 <vm_exec_core+29678>, 0x56329066e63e <vm_exec_core+29708>, 0x56329066e65c <vm_exec_core+29738>, 0x56329066e67a <vm_exec_core+29768>, 0x56329066e698 <vm_exec_core+29798>, 0x56329066e6b6 <vm_exec_core+29828>, 0x56329066e6d4 <vm_exec_core+29858>, 0x56329066e6f2 <vm_exec_core+29888>, 0x56329066e710 <vm_exec_core+29918>, 0x56329066e72e <vm_exec_core+29948>, 0x56329066e74c <vm_exec_core+29978>, 0x56329066e76a <vm_exec_core+30008>, 0x56329066e788 <vm_exec_core+30038>, 0x56329066e7a6 <vm_exec_core+30068>, 0x56329066e7c4 <vm_exec_core+30098>, 0x56329066e7e2 <vm_exec_core+30128>, 0x56329066e800 <vm_exec_core+30158>, 0x56329066e81e <vm_exec_core+30188>, 0x56329066e83c <vm_exec_core+30218>, 0x56329066e85a <vm_exec_core+30248>, 0x56329066e878 <vm_exec_core+30278>, 0x56329066e896 <vm_exec_core+30308>, 0x56329066e8b4 <vm_exec_core+30338>, 0x56329066e8d2 <vm_exec_core+30368>, 0x56329066e8f0 <vm_exec_core+30398>, 0x56329066e90e <vm_exec_core+30428>, 0x56329066e92c <vm_exec_core+30458>, 0x56329066e94a <vm_exec_core+30488>, 0x56329066e968 <vm_exec_core+30518>, 0x56329066e986 <vm_exec_core+30548>, 0x56329066e9a4 <vm_exec_core+30578>, 0x56329066e9c2 <vm_exec_core+30608>, 0x56329066e9e0 <vm_exec_core+30638>, 0x56329066e9fe <vm_exec_core+30668>, 0x56329066ea1c <vm_exec_core+30698>, 0x56329066ea3a <vm_exec_core+30728>, 0x56329066ea58 <vm_exec_core+30758>, 0x56329066ea76 <vm_exec_core+30788>, 0x56329066ea94 <vm_exec_core+30818>, 0x56329066eab2 <vm_exec_core+30848>, 0x56329066ead0 <vm_exec_core+30878>, 0x56329066eaee <vm_exec_core+30908>, 0x56329066eb0c <vm_exec_core+30938>, 0x56329066eb2a <vm_exec_core+30968>, 0x56329066eb48 <vm_exec_core+30998>, 0x56329066eb66 <vm_exec_core+31028>, 0x56329066eb84 <vm_exec_core+31058>, 0x56329066eba2 <vm_exec_core+31088>, 0x56329066ebc0 <vm_exec_core+31118>, 0x56329066ebde <vm_exec_core+31148>, 0x56329066ebfc <vm_exec_core+31178>, 0x56329066ec1a <vm_exec_core+31208>, 0x56329066ec38 <vm_exec_core+31238>, 0x56329066ec56 <vm_exec_core+31268>, 0x56329066ec87 <vm_exec_core+31317>, 0x56329066eca5 <vm_exec_core+31347>, 0x56329066ecc3 <vm_exec_core+31377>, 0x56329066ece1 <vm_exec_core+31407>, 0x56329066ecff <vm_exec_core+31437>, 0x56329066ed1d <vm_exec_core+31467>, 0x56329066ed3b <vm_exec_core+31497>, 0x56329066ed59 <vm_exec_core+31527>, 0x56329066ed77 <vm_exec_core+31557>, 0x56329066ed95 <vm_exec_core+31587>, 0x56329066edb3 <vm_exec_core+31617>, 0x56329066edd1 <vm_exec_core+31647>, 0x56329066edef <vm_exec_core+31677>, 0x56329066ee0d <vm_exec_core+31707>, 0x56329066ee2b <vm_exec_core+31737>, 0x56329066ee49 <vm_exec_core+31767>, 0x56329066ee67 <vm_exec_core+31797>, 0x56329066ee85 <vm_exec_core+31827>, 0x56329066eea3 <vm_exec_core+31857>, 0x56329066eec1 <vm_exec_core+31887>, 0x56329066eedf <vm_exec_core+31917>, 0x56329066eefd <vm_exec_core+31947>, 0x56329066ef1b <vm_exec_core+31977>, 0x56329066ef39 <vm_exec_core+32007>...}
#41 0x0000563290680eef in rb_vm_exec (ec=0x56329255b1a0) at /tmp/ruby/src/trunk-O0/vm.c:2401
        _ec = 0x56329255b1a0
        _tag = {tag = 36, retval = 4, buf = {0x7ffcb6b74150, 0x563290680e6d <rb_vm_exec+174>, 0x0, 0x7ffcb6b740a0, 0x5}, prev = 0x7ffcb6b75490, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#42 0x000056329067db6b in invoke_block (ec=0x56329255b1a0, iseq=0x7fd60b0f54b8, self=140557285189760, captured=0x7fd60cc33f10, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1437
        arg_size = 1
#43 0x000056329067df91 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffcb6b74388, argc=1, self=140557285189760, captured=0x7fd60cc33f10, ec=0x56329255b1a0) at /tmp/ruby/src/trunk-O0/vm.c:1507
        iseq = 0x7fd60b0f54b8
        opt_pc = 0
        type = 572653569
        cfp = 0x7fd60cc33ec0
        sp = 0x7fd60cb34128
        flags = 0
        use_argv = 0x7ffcb6b74388
        av = {94775170880469, 140557313851072}
        stack_argv = 0x7fd60cb34128
#44 invoke_block_from_c_bh (ec=0x56329255b1a0, block_handler=140557313851153, argc=1, argv=0x7ffcb6b74388, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1525
        captured = 0x7fd60cc33f10
#45 0x000056329067e18b in vm_yield_with_cref (ec=0x56329255b1a0, argc=1, argv=0x7ffcb6b74388, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1562
No locals.
#46 0x000056329067e1c9 in vm_yield (ec=0x56329255b1a0, argc=1, argv=0x7ffcb6b74388, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1570
No locals.
#47 0x0000563290678c7a in rb_yield_0 (argc=1, argv=0x7ffcb6b74388) at /tmp/ruby/src/trunk-O0/vm_eval.c:1362
No locals.
#48 0x0000563290678ce1 in rb_yield (val=2453772) at /tmp/ruby/src/trunk-O0/vm_eval.c:1378
No locals.
#49 0x0000563290788f0c in rb_ary_select (ary=140557285190040) at /tmp/ruby/src/trunk-O0/array.c:3801
        result = 140557285189360
        i = 147
#50 0x000056329065c8db in ractor_safe_call_cfunc_0 (recv=140557285190040, argc=0, argv=0x7fd60cb34110, func=0x563290788e84 <rb_ary_select>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3291
        f = 0x563290788e84 <rb_ary_select>
#51 0x000056329065d4e0 in vm_call_cfunc_with_frame_ (ec=0x56329255b1a0, reg_cfp=0x7fd60cc33ef8, calling=0x7ffcb6b74810, argc=0, argv=0x7fd60cb34110, stack_bottom=0x7fd60cb34108) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3475
        ci = 0x161100000001
        cc = 0x7fd60b0de718
        val = 140723373950128
        me = 0x7fd60cb20068
        cfunc = 0x5632925afe38
        recv = 140557285190040
        block_handler = 140557313851153
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#52 0x000056329065d6b5 in vm_call_cfunc_with_frame (ec=0x56329255b1a0, reg_cfp=0x7fd60cc33ef8, calling=0x7ffcb6b74810) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3503
        argc = 0
        stack_bottom = 0x7fd60cb34108
        argv = 0x7fd60cb34110
#53 0x000056329065d7cd in vm_call_cfunc_other (ec=0x56329255b1a0, reg_cfp=0x7fd60cc33ef8, calling=0x7ffcb6b74810) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3529
        ci = 0x161100000001
        argv_ary = 0
#54 0x000056329065dbf5 in vm_call_cfunc (ec=0x56329255b1a0, reg_cfp=0x7fd60cc33ef8, calling=0x7ffcb6b74810) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3611
        ci = 0x161100000001
#55 0x00005632906603b0 in vm_call_method_each_type (ec=0x56329255b1a0, cfp=0x7fd60cc33ef8, calling=0x7ffcb6b74810) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4389
        aset_mask = 1979
        ivar_mask = 0
        ci = 0x161100000001
        cc = 0x7fd60b0de718
        cme = 0x7fd60cb20068
        v = 94775205645624
#56 0x0000563290660e64 in vm_call_method (ec=0x56329255b1a0, cfp=0x7fd60cc33ef8, calling=0x7ffcb6b74810) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4515
        ci = 0x161100000001
        cc = 0x7fd60b0de718
#57 0x0000563290661066 in vm_call_general (ec=0x56329255b1a0, reg_cfp=0x7fd60cc33ef8, calling=0x7ffcb6b74810) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4559
No locals.
#58 0x0000563290663709 in vm_sendish (ec=0x56329255b1a0, reg_cfp=0x7fd60cc33ef8, cd=0x5632927d5aa0, block_handler=140557313851153, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5553
        val = 36
        ci = 0x161100000001
        cc = 0x7fd60b0de718
        argc = 0
        recv = 140557285190040
        calling = {cd = 0x5632927d5aa0, cc = 0x7fd60b0de718, block_handler = 140557313851153, recv = 140557285190040, argc = 0, kw_splat = false, heap_argv = 0}
#59 0x000056329066a95a in vm_exec_core (ec=0x56329255b1a0) at ../../src/trunk-O0/insns.def:815
        bh = 140557313851153
        cd = 0x5632927d5aa0
        blockiseq = 0x7fd60b0f54b8
        leaf = false
        val = 0
        reg_pc = 0x5632927a5e08
        reg_cfp = 0x7fd60cc33ef8
        insns_address_table = {0x56329066729e <vm_exec_core+108>, 0x563290667300 <vm_exec_core+206>, 0x563290667413 <vm_exec_core+481>, 0x563290667527 <vm_exec_core+757>, 0x5632906676c5 <vm_exec_core+1171>, 0x5632906677f5 <vm_exec_core+1475>, 0x563290667a07 <vm_exec_core+2005>, 0x563290667b19 <vm_exec_core+2279>, 0x563290667bf2 <vm_exec_core+2496>, 0x563290667cf9 <vm_exec_core+2759>, 0x563290667e00 <vm_exec_core+3022>, 0x563290667f0e <vm_exec_core+3292>, 0x563290668020 <vm_exec_core+3566>, 0x5632906681a7 <vm_exec_core+3957>, 0x5632906682b0 <vm_exec_core+4222>, 0x5632906683aa <vm_exec_core+4472>, 0x56329066846d <vm_exec_core+4667>, 0x563290668530 <vm_exec_core+4862>, 0x5632906685b9 <vm_exec_core+4999>, 0x563290668645 <vm_exec_core+5139>, 0x5632906686eb <vm_exec_core+5305>, 0x5632906687c3 <vm_exec_core+5521>, 0x563290668890 <vm_exec_core+5726>, 0x56329066896e <vm_exec_core+5948>, 0x563290668a30 <vm_exec_core+6142>, 0x563290668b6f <vm_exec_core+6461>, 0x563290668c15 <vm_exec_core+6627>, 0x563290668cfa <vm_exec_core+6856>, 0x563290668e29 <vm_exec_core+7159>, 0x563290668eec <vm_exec_core+7354>, 0x563290668faf <vm_exec_core+7549>, 0x5632906690a7 <vm_exec_core+7797>, 0x563290669169 <vm_exec_core+7991>, 0x563290669248 <vm_exec_core+8214>, 0x563290669358 <vm_exec_core+8486>, 0x563290669452 <vm_exec_core+8736>, 0x5632906694cd <vm_exec_core+8859>, 0x56329066958e <vm_exec_core+9052>, 0x56329066967c <vm_exec_core+9290>, 0x56329066972c <vm_exec_core+9466>, 0x5632906698ab <vm_exec_core+9849>, 0x563290669985 <vm_exec_core+10067>, 0x563290669a71 <vm_exec_core+10303>, 0x563290669b02 <vm_exec_core+10448>, 0x563290669c5d <vm_exec_core+10795>, 0x56329066a150 <vm_exec_core+12062>, 0x56329066a24c <vm_exec_core+12314>, 0x56329066a34f <vm_exec_core+12573>, 0x56329066a43b <vm_exec_core+12809>, 0x56329066a654 <vm_exec_core+13346>, 0x56329066a746 <vm_exec_core+13588>, 0x56329066a84c <vm_exec_core+13850>, 0x56329066aa49 <vm_exec_core+14359>, 0x56329066abf2 <vm_exec_core+14784>, 0x56329066ad1d <vm_exec_core+15083>, 0x56329066ae89 <vm_exec_core+15447>, 0x56329066afb4 <vm_exec_core+15746>, 0x56329066b120 <vm_exec_core+16110>, 0x56329066b302 <vm_exec_core+16592>, 0x56329066b4ff <vm_exec_core+17101>, 0x56329066b6a8 <vm_exec_core+17526>, 0x56329066b7ca <vm_exec_core+17816>, 0x56329066b871 <vm_exec_core+17983>, 0x56329066b935 <vm_exec_core+18179>, 0x56329066ba1e <vm_exec_core+18412>, 0x56329066bb0a <vm_exec_core+18648>, 0x56329066bbf3 <vm_exec_core+18881>, 0x56329066bd07 <vm_exec_core+19157>, 0x56329066be2e <vm_exec_core+19452>, 0x56329066bf64 <vm_exec_core+19762>, 0x56329066c09a <vm_exec_core+20072>, 0x56329066c1d0 <vm_exec_core+20382>, 0x56329066c306 <vm_exec_core+20692>, 0x56329066c43c <vm_exec_core+21002>, 0x56329066c57d <vm_exec_core+21323>, 0x56329066c6f7 <vm_exec_core+21701>, 0x56329066c82d <vm_exec_core+22011>, 0x56329066c963 <vm_exec_core+22321>, 0x56329066ca99 <vm_exec_core+22631>, 0x56329066cbcf <vm_exec_core+22941>, 0x56329066cd05 <vm_exec_core+23251>, 0x56329066ce3b <vm_exec_core+23561>, 0x56329066cf71 <vm_exec_core+23871>, 0x56329066d0a7 <vm_exec_core+24181>, 0x56329066d1f6 <vm_exec_core+24516>, 0x56329066d3b0 <vm_exec_core+24958>, 0x56329066d52e <vm_exec_core+25340>, 0x56329066d64d <vm_exec_core+25627>, 0x56329066d76c <vm_exec_core+25914>, 0x56329066d886 <vm_exec_core+26196>, 0x56329066d9a0 <vm_exec_core+26478>, 0x56329066dacb <vm_exec_core+26777>, 0x56329066dc01 <vm_exec_core+27087>, 0x56329066dcec <vm_exec_core+27322>, 0x56329066ddf1 <vm_exec_core+27583>, 0x56329066df39 <vm_exec_core+27911>, 0x56329066e028 <vm_exec_core+28150>, 0x56329066e102 <vm_exec_core+28368>, 0x56329066e1d7 <vm_exec_core+28581>, 0x56329066e2b2 <vm_exec_core+28800>, 0x56329066e32e <vm_exec_core+28924>, 0x56329066e3aa <vm_exec_core+29048>, 0x56329066e3c8 <vm_exec_core+29078>, 0x56329066e3e6 <vm_exec_core+29108>, 0x56329066e404 <vm_exec_core+29138>, 0x56329066e422 <vm_exec_core+29168>, 0x56329066e440 <vm_exec_core+29198>, 0x56329066e45e <vm_exec_core+29228>, 0x56329066e47c <vm_exec_core+29258>, 0x56329066e49a <vm_exec_core+29288>, 0x56329066e4b8 <vm_exec_core+29318>, 0x56329066e4d6 <vm_exec_core+29348>, 0x56329066e4f4 <vm_exec_core+29378>, 0x56329066e512 <vm_exec_core+29408>, 0x56329066e530 <vm_exec_core+29438>, 0x56329066e54e <vm_exec_core+29468>, 0x56329066e56c <vm_exec_core+29498>, 0x56329066e58a <vm_exec_core+29528>, 0x56329066e5a8 <vm_exec_core+29558>, 0x56329066e5c6 <vm_exec_core+29588>, 0x56329066e5e4 <vm_exec_core+29618>, 0x56329066e602 <vm_exec_core+29648>, 0x56329066e620 <vm_exec_core+29678>, 0x56329066e63e <vm_exec_core+29708>, 0x56329066e65c <vm_exec_core+29738>, 0x56329066e67a <vm_exec_core+29768>, 0x56329066e698 <vm_exec_core+29798>, 0x56329066e6b6 <vm_exec_core+29828>, 0x56329066e6d4 <vm_exec_core+29858>, 0x56329066e6f2 <vm_exec_core+29888>, 0x56329066e710 <vm_exec_core+29918>, 0x56329066e72e <vm_exec_core+29948>, 0x56329066e74c <vm_exec_core+29978>, 0x56329066e76a <vm_exec_core+30008>, 0x56329066e788 <vm_exec_core+30038>, 0x56329066e7a6 <vm_exec_core+30068>, 0x56329066e7c4 <vm_exec_core+30098>, 0x56329066e7e2 <vm_exec_core+30128>, 0x56329066e800 <vm_exec_core+30158>, 0x56329066e81e <vm_exec_core+30188>, 0x56329066e83c <vm_exec_core+30218>, 0x56329066e85a <vm_exec_core+30248>, 0x56329066e878 <vm_exec_core+30278>, 0x56329066e896 <vm_exec_core+30308>, 0x56329066e8b4 <vm_exec_core+30338>, 0x56329066e8d2 <vm_exec_core+30368>, 0x56329066e8f0 <vm_exec_core+30398>, 0x56329066e90e <vm_exec_core+30428>, 0x56329066e92c <vm_exec_core+30458>, 0x56329066e94a <vm_exec_core+30488>, 0x56329066e968 <vm_exec_core+30518>, 0x56329066e986 <vm_exec_core+30548>, 0x56329066e9a4 <vm_exec_core+30578>, 0x56329066e9c2 <vm_exec_core+30608>, 0x56329066e9e0 <vm_exec_core+30638>, 0x56329066e9fe <vm_exec_core+30668>, 0x56329066ea1c <vm_exec_core+30698>, 0x56329066ea3a <vm_exec_core+30728>, 0x56329066ea58 <vm_exec_core+30758>, 0x56329066ea76 <vm_exec_core+30788>, 0x56329066ea94 <vm_exec_core+30818>, 0x56329066eab2 <vm_exec_core+30848>, 0x56329066ead0 <vm_exec_core+30878>, 0x56329066eaee <vm_exec_core+30908>, 0x56329066eb0c <vm_exec_core+30938>, 0x56329066eb2a <vm_exec_core+30968>, 0x56329066eb48 <vm_exec_core+30998>, 0x56329066eb66 <vm_exec_core+31028>, 0x56329066eb84 <vm_exec_core+31058>, 0x56329066eba2 <vm_exec_core+31088>, 0x56329066ebc0 <vm_exec_core+31118>, 0x56329066ebde <vm_exec_core+31148>, 0x56329066ebfc <vm_exec_core+31178>, 0x56329066ec1a <vm_exec_core+31208>, 0x56329066ec38 <vm_exec_core+31238>, 0x56329066ec56 <vm_exec_core+31268>, 0x56329066ec87 <vm_exec_core+31317>, 0x56329066eca5 <vm_exec_core+31347>, 0x56329066ecc3 <vm_exec_core+31377>, 0x56329066ece1 <vm_exec_core+31407>, 0x56329066ecff <vm_exec_core+31437>, 0x56329066ed1d <vm_exec_core+31467>, 0x56329066ed3b <vm_exec_core+31497>, 0x56329066ed59 <vm_exec_core+31527>, 0x56329066ed77 <vm_exec_core+31557>, 0x56329066ed95 <vm_exec_core+31587>, 0x56329066edb3 <vm_exec_core+31617>, 0x56329066edd1 <vm_exec_core+31647>, 0x56329066edef <vm_exec_core+31677>, 0x56329066ee0d <vm_exec_core+31707>, 0x56329066ee2b <vm_exec_core+31737>, 0x56329066ee49 <vm_exec_core+31767>, 0x56329066ee67 <vm_exec_core+31797>, 0x56329066ee85 <vm_exec_core+31827>, 0x56329066eea3 <vm_exec_core+31857>, 0x56329066eec1 <vm_exec_core+31887>, 0x56329066eedf <vm_exec_core+31917>, 0x56329066eefd <vm_exec_core+31947>, 0x56329066ef1b <vm_exec_core+31977>, 0x56329066ef39 <vm_exec_core+32007>...}
#60 0x0000563290680fea in vm_exec_loop (ec=0x56329255b1a0, state=RUBY_TAG_RETURN, tag=0x7ffcb6b75490, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2428
No locals.
#61 0x0000563290680f42 in rb_vm_exec (ec=0x56329255b1a0) at /tmp/ruby/src/trunk-O0/vm.c:2407
        _ec = 0x56329255b1a0
        _tag = {tag = 36, retval = 4, buf = {0x7ffcb6b75510, 0x563290680e6d <rb_vm_exec+174>, 0x0, 0x7ffcb6b75460, 0x7ffcb6b754e0}, prev = 0x7ffcb6b758e0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#62 0x0000563290675c3c in vm_call0_body (ec=0x56329255b1a0, calling=0x7ffcb6b75680, argv=0x7ffcb6b75860) at /tmp/ruby/src/trunk-O0/vm_eval.c:229
        reg_cfp = 0x7fd60cc33fd8
        i = 1
        ci = 0x7ffcb6b75650
        cc = 0x7ffcb6b75720
        ret = 140723373954464
#63 0x00005632906754b7 in vm_call0_cc (ec=0x56329255b1a0, recv=140557285194880, id=8337, argc=1, argv=0x7ffcb6b75860, cc=0x7ffcb6b75720, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 64
        use_argv = 0x7ffcb6b75860
        av = {94775173223992, 140723373954812}
        calling = {cd = 0x7ffcb6b75640, cc = 0x7ffcb6b75720, block_handler = 0, recv = 140557285194880, argc = 1, kw_splat = true, heap_argv = 0}
#64 0x0000563290675258 in rb_vm_call0 (ec=0x56329255b1a0, recv=140557285194880, id=8337, argc=1, argv=0x7ffcb6b75860, cme=0x7fd60b0dfb68, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:70
        cc = {flags = 52250, klass = 0, cme_ = 0x7fd60b0dfb68, call_ = 0x563290661037 <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
#65 0x00005632906764b5 in rb_vm_call_kw (ec=0x56329255b1a0, recv=140557285194880, id=8337, argc=1, argv=0x7ffcb6b75860, me=0x7fd60b0dfb68, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:326
No locals.
#66 0x000056329067731f in rb_check_funcall_default_kw (recv=140557285194880, mid=8337, argc=1, argv=0x7ffcb6b75860, def=36, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:709
        klass = 140557295473640
        me = 0x7fd60b0dfb68
        ec = 0x56329255b1a0
        respond = -1
#67 0x00005632906771bc in rb_check_funcall_kw (recv=140557285194880, mid=8337, argc=1, argv=0x7ffcb6b75860, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:679
No locals.
#68 0x00005632908211b9 in rb_get_detailed_message (exc=140557285194880, opt=140557285062720) at /tmp/ruby/src/trunk-O0/error.c:1244
        e = 36
#69 0x0000563290471f3e in rb_ec_error_print_detailed (ec=0x56329255b1a0, errinfo=140557285194880, str=140557285195080, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:374
        _ec = 0x56329255b1a0
        _tag = {tag = 36, retval = 0, buf = {0x7ffcb6b75960, 0x563290471ead <rb_ec_error_print_detailed+356>, 0x0, 0x7ffcb6b75890, 0x0}, prev = 0x7ffcb6b759d0, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 140557285194640
        written = false
        emesg = 4
        opt = 140557285062720
        highlight = 0
#70 0x00005632904734cb in rb_ec_cleanup (ec=0x56329255b1a0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 140557285194880
        mode0 = 0
        mode1 = 3
        _ec = 0x56329255b1a0
        _tag = {tag = 36, retval = 94775168937404, buf = {0x7ffcb6b75a50, 0x5632904732b4 <rb_ec_cleanup+279>, 0x0, 0x7ffcb6b75970, 0x56329255b1a0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x563292559f90
        th0 = 0x563292559f90
        step = 2
        message = 4
        buf = 140557285195080
#71 0x000056329047394c in ruby_run_node (n=0x7fd60b0d1360) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x56329255b1a0
        status = 22066
#72 0x000056329046f2f4 in rb_main (argc=2, argv=0x7ffcb6b75bf8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140723373955792
#73 0x000056329046f355 in main (argc=2, argv=0x7ffcb6b75bf8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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